diff options
author | 2002-11-02 05:55:41 +0000 | |
---|---|---|
committer | 2002-11-02 05:55:41 +0000 | |
commit | 5f308f6142ec8004bfea946bfa0edbe3d29f1237 (patch) | |
tree | f3c13400dafc7d978caab9dae30a9c78e14db080 /net-analyzer/nagios-core/files/nagios.conf | |
parent | new package - calcoo: a good scientific calculator, supports RPN (diff) | |
download | historical-5f308f6142ec8004bfea946bfa0edbe3d29f1237.tar.gz historical-5f308f6142ec8004bfea946bfa0edbe3d29f1237.tar.bz2 historical-5f308f6142ec8004bfea946bfa0edbe3d29f1237.zip |
Nagios in full.
Diffstat (limited to 'net-analyzer/nagios-core/files/nagios.conf')
-rw-r--r-- | net-analyzer/nagios-core/files/nagios.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net-analyzer/nagios-core/files/nagios.conf b/net-analyzer/nagios-core/files/nagios.conf new file mode 100644 index 000000000000..e26cffda3737 --- /dev/null +++ b/net-analyzer/nagios-core/files/nagios.conf @@ -0,0 +1,19 @@ +<IfDefine NAGIOS> + +ScriptAlias /nagios/cgi-bin/ /usr/nagios/sbin/ +<Directory "/usr/nagios/sbin/"> + AllowOverride AuthConfig + Options ExecCGI + Order allow,deny + Allow from all +</Directory> + + +Alias /nagios/ /usr/nagios/share/ +<Directory "/usr/nagios/share"> + AllowOverride AuthConfig + Order allow,deny + Allow from all +</Directory> + +</IfDefine> |