packages: nagios-vshell/apache.conf (NEW) - cp /config/vshell_apache.conf a...
glen
glen at pld-linux.org
Sat Jan 7 18:06:11 CET 2012
Author: glen Date: Sat Jan 7 17:06:11 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- cp /config/vshell_apache.conf apache.conf
---- Files affected:
packages/nagios-vshell:
apache.conf (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/nagios-vshell/apache.conf
diff -u /dev/null packages/nagios-vshell/apache.conf:1.1
--- /dev/null Sat Jan 7 18:06:11 2012
+++ packages/nagios-vshell/apache.conf Sat Jan 7 18:06:06 2012
@@ -0,0 +1,27 @@
+#modify this file to fit your apache configuration
+
+Alias /vshell "/usr/local/vshell"
+
+<Directory "/usr/local/vshell">
+# SSLRequireSSL
+ Options None
+ AllowOverride None
+ Order allow,deny
+ Allow from all
+
+# Allow from 127.0.0.1
+
+#use the below lines for Nagios XI
+ # AuthName "Nagios Monitor XI"
+ # AuthType Basic
+ # AuthUserFile /usr/local/nagiosxi/etc/htpasswd.users
+
+
+#Use the below lines for a typical Nagios Core installation
+ AuthName "Nagios Access"
+ AuthType Basic
+ AuthUserFile /usr/local/nagios/etc/htpasswd.users
+
+
+ Require valid-user
+</Directory>
================================================================
More information about the pld-cvs-commit
mailing list