SOURCES: roundcubemail.config (NEW) - apache config, taken (mostly...

blues blues at pld-linux.org
Sat Jun 17 21:10:51 CEST 2006


Author: blues                        Date: Sat Jun 17 19:10:51 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- apache config, taken (mostly) from .htaccess from sources

---- Files affected:
SOURCES:
   roundcubemail.config (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/roundcubemail.config
diff -u /dev/null SOURCES/roundcubemail.config:1.1
--- /dev/null	Sat Jun 17 21:10:51 2006
+++ SOURCES/roundcubemail.config	Sat Jun 17 21:10:46 2006
@@ -0,0 +1,34 @@
+Alias	/roundcube	/usr/share/roundcubemail
+
+# Configs taken from .htaccess:
+<Directory /usr/share/roundcubemail>
+	AddDefaultCharset	UTF-8
+	php_flag	display_errors	Off
+	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
+
+	<FilesMatch "(\.inc|\~)$|^_">
+		Order allow,deny
+		Deny from all
+	</FilesMatch>
+
+	Order deny,allow
+	Allow from all
+</Directory>
+
+<Directory /usr/share/roundcubemail/config>
+	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>
+
================================================================


More information about the pld-cvs-commit mailing list