SOURCES: trac-apache.conf - fix regex for apache1

glen glen at pld-linux.org
Fri Feb 3 19:25:19 CET 2006


Author: glen                         Date: Fri Feb  3 18:25:18 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix regex for apache1

---- Files affected:
SOURCES:
   trac-apache.conf (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SOURCES/trac-apache.conf
diff -u SOURCES/trac-apache.conf:1.7 SOURCES/trac-apache.conf:1.8
--- SOURCES/trac-apache.conf:1.7	Wed Feb  1 23:05:16 2006
+++ SOURCES/trac-apache.conf	Fri Feb  3 19:25:12 2006
@@ -13,7 +13,7 @@
 # TracCgi
 # http://projects.edgewall.com/trac/wiki/TracCgi
 <IfModule !mod_python.c>
-	AliasMatch ^/trac/(?:[^/]+)/chrome/common/(.*) /usr/share/trac/htdocs/$1
+	AliasMatch ^/trac/([^/]+)/chrome/common/(.*) /usr/share/trac/htdocs/$2
 	<Directory "/usr/share/trac/htdocs">
 		Order allow,deny
 		Allow from all
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/trac-apache.conf?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list