SOURCES: bugzilla.conf - apache 2.2 compatibility fix

baggins baggins at pld-linux.org
Fri Mar 10 14:16:25 CET 2006


Author: baggins                      Date: Fri Mar 10 13:16:25 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- apache 2.2 compatibility fix

---- Files affected:
SOURCES:
   bugzilla.conf (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/bugzilla.conf
diff -u SOURCES/bugzilla.conf:1.3 SOURCES/bugzilla.conf:1.4
--- SOURCES/bugzilla.conf:1.3	Tue Nov 15 23:33:05 2005
+++ SOURCES/bugzilla.conf	Fri Mar 10 14:16:20 2006
@@ -5,6 +5,10 @@
 <Directory /usr/share/bugzilla>
 	Options ExecCGI
 	AddHandler cgi-script .cgi
+    <IfModule mod_authz_host.c>
+        Order allow,deny
+        Allow from all
+    </IfModule>
 </Directory>
 
 # vim: filetype=apache ts=4 sw=4 et
================================================================

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



More information about the pld-cvs-commit mailing list