SOURCES: bugzilla.conf - drop apache2.2 specific config - htdocs s...

glen glen at pld-linux.org
Mon Apr 24 20:52:55 CEST 2006


Author: glen                         Date: Mon Apr 24 18:52:54 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- drop apache2.2 specific config
- htdocs separation

---- Files affected:
SOURCES:
   bugzilla.conf (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SOURCES/bugzilla.conf
diff -u SOURCES/bugzilla.conf:1.5 SOURCES/bugzilla.conf:1.6
--- SOURCES/bugzilla.conf:1.5	Fri Mar 10 14:19:38 2006
+++ SOURCES/bugzilla.conf	Mon Apr 24 20:52:49 2006
@@ -1,14 +1,10 @@
 # $Id$
 
-Alias /bugzilla "/usr/share/bugzilla"
+Alias /bugzilla "/usr/share/bugzilla/htdocs"
 
-<Directory /usr/share/bugzilla>
+<Directory /usr/share/bugzilla/htdocs>
 	Options ExecCGI
 	AddHandler cgi-script .cgi
-	<IfModule mod_authz_host.c>
-		Order allow,deny
-		Allow from all
-	</IfModule>
+	Order allow,deny
+	Allow from all
 </Directory>
-
-# vim: filetype=apache
================================================================

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



More information about the pld-cvs-commit mailing list