rpms/trac/FC-4 trac.conf,1.1,1.2

Joost Soeterbroek (jsoeterb) fedora-extras-commits at redhat.com
Mon Jan 16 19:57:43 UTC 2006


Author: jsoeterb

Update of /cvs/extras/rpms/trac/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6439

Modified Files:
	trac.conf 
Log Message:
updated trac.conf to allow for trac.*cgi


Index: trac.conf
===================================================================
RCS file: /cvs/extras/rpms/trac/FC-4/trac.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- trac.conf	10 Jan 2006 19:54:52 -0000	1.1
+++ trac.conf	16 Jan 2006 19:57:43 -0000	1.2
@@ -1,10 +1,12 @@
-# Replace all occurrences of /path/to/trac_env with your trac root below
+# Replace all occurrences of /srv/trac with your trac root below
 # and uncomment the respective SetEnv and PythonOption directives.
-<Location /cgi-bin/trac.cgi>
-    #SetEnv TRAC_ENV /path/to/trac_env
+<LocationMatch /cgi-bin/trac\.f?cgi>
+    #SetEnv TRAC_ENV /srv/trac
+</LocationMatch>
 <IfModule mod_python.c>
+<Location /cgi-bin/trac.cgi>
     SetHandler mod_python
     PythonHandler trac.web.modpython_frontend
-    #PythonOption TracEnv /path/to/trac_env
-</IfModule>
+    #PythonOption TracEnv /srv/trac
 </Location>
+</IfModule>




More information about the fedora-extras-commits mailing list