SOURCES: newsportal-apache.conf (NEW) - apache config

glen glen at pld-linux.org
Wed Jan 4 14:49:42 CET 2006


Author: glen                         Date: Wed Jan  4 13:49:42 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- apache config

---- Files affected:
SOURCES:
   newsportal-apache.conf (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/newsportal-apache.conf
diff -u /dev/null SOURCES/newsportal-apache.conf:1.1
--- /dev/null	Wed Jan  4 14:49:42 2006
+++ SOURCES/newsportal-apache.conf	Wed Jan  4 14:49:37 2006
@@ -0,0 +1,10 @@
+Alias /newsportal /usr/share/newsportal
+<Directory "/usr/share/newsportal">
+	AllowOverride None
+	Order allow,deny
+	Allow from all
+
+	# throws too many missing indexes warnings
+	# E_ALL & ~E_NOTICE
+	php_value error_reporting 2039
+</Directory>
================================================================


More information about the pld-cvs-commit mailing list