SOURCES: roundcubemail.config - simplify (tnx glen, I'm too tired ...

blues blues at pld-linux.org
Sun Jun 18 00:28:08 CEST 2006


Author: blues                        Date: Sat Jun 17 22:28:07 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- simplify (tnx glen, I'm too tired today...), enable open_basedir

---- Files affected:
SOURCES:
   roundcubemail.config (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/roundcubemail.config
diff -u SOURCES/roundcubemail.config:1.3 SOURCES/roundcubemail.config:1.4
--- SOURCES/roundcubemail.config:1.3	Sat Jun 17 22:05:39 2006
+++ SOURCES/roundcubemail.config	Sun Jun 18 00:28:02 2006
@@ -4,8 +4,7 @@
 <Directory /usr/share/roundcubemail>
 	AddDefaultCharset	UTF-8
 	php_value	upload_max_filesize	2m
-	#php_admin_value	open_basedir	/usr/share/roundcubemail:/usr/share/pear:/usr/share/php:/var/lib/roundcube:/var/log/roundcube
-	Options		FollowSymLinks
+	php_admin_value	open_basedir	/usr/share/roundcubemail:/usr/share/pear:/usr/share/php:/var/lib/roundcube:/var/log/roundcube:/etc/webapps/roundcubemail
 
 	<FilesMatch "(\.inc|\~)$|^_">
 		Order allow,deny
@@ -16,18 +15,3 @@
 	Allow from all
 </Directory>
 
-<Directory /usr/share/roundcubemail/config>
-	Options		FollowSymLinks
-	Order allow,deny
-	Deny from all
-</Directory>
-
-<Directory /var/lib/roundcube>
-	Order allow,deny
-	Deny from all
-</Directory>
-
-<Directory /var/log/roundcube>
-	Order allow,deny
-	Deny from all
-</Directory>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/roundcubemail.config?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list