SOURCES: netmrg-httpd.conf - disabled safe mode - claims not to work with i...
gotar
gotar at pld-linux.org
Tue Sep 23 22:13:19 CEST 2008
Author: gotar Date: Tue Sep 23 20:13:19 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- disabled safe mode - claims not to work with it (well it does - just can't
check for /usr/bin/rrdtool executable and draw some graphs because of some
shell escapes in *graph_command)
- set open_basedir
---- Files affected:
SOURCES:
netmrg-httpd.conf (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/netmrg-httpd.conf
diff -u SOURCES/netmrg-httpd.conf:1.2 SOURCES/netmrg-httpd.conf:1.3
--- SOURCES/netmrg-httpd.conf:1.2 Wed Jul 27 10:59:08 2005
+++ SOURCES/netmrg-httpd.conf Tue Sep 23 22:13:13 2008
@@ -1,8 +1,9 @@
-Alias /netmrg "/usr/share/netmrg/webfiles/netmrg/webfiles"
-<Directory "/usr/share/netmrg/webfiles/netmrg/webfiles">
- Options Indexes
- AllowOverride None
- Order allow,deny
- Allow from all
+Alias /netmrg /usr/share/netmrg/webfiles
+<Directory /usr/share/netmrg/webfiles/>
+ Options Indexes
+ AllowOverride None
+ Order allow,deny
+ Allow from all
+ php_admin_value safe_mode Off
+ php_admin_value open_basedir "/etc/webapps/netmrg:/usr/share/netmrg:/usr/bin"
</Directory>
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/netmrg-httpd.conf?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list