SOURCES: centreon.conf (NEW) - httpd conf file
gotar
gotar at pld-linux.org
Wed Aug 6 12:48:27 CEST 2008
Author: gotar Date: Wed Aug 6 10:48:27 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- httpd conf file
---- Files affected:
SOURCES:
centreon.conf (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/centreon.conf
diff -u /dev/null SOURCES/centreon.conf:1.1
--- /dev/null Wed Aug 6 12:48:27 2008
+++ SOURCES/centreon.conf Wed Aug 6 12:48:21 2008
@@ -0,0 +1,9 @@
+<IfModule mod_alias.c>
+ Alias /centreon /usr/share/centreon
+ <Directory /usr/share/centreon>
+ Allow from all
+ Options None
+ AllowOverride None
+ php_admin_value open_basedir "/etc/webapps/centreon/:/usr/share/centreon/:/var/lib/centreon/:/tmp"
+ </Directory>
+</IfModule>
================================================================
More information about the pld-cvs-commit
mailing list