[Trac] mod_python not working

Steve trac at digitalnothing.com
Tue Jul 27 15:58:35 UTC 2004
> I have my mod_python section setup as follows:
>
> <LocationMatch /trac>
>         SetHandler mod_python
>         PythonHandler trac.ModPythonHandler
>         PythonOption TracUriRoot /trac
>         PythonOption TracEnvParentDir "/usr/local/www/data/trac"
>
>         SSLRequireSSL
>
>         AuthType Basic
>         AuthName "Trac"
>         AuthUserFile /usr/svn/svn-users-file
>         Require valid-user
> </LocationMatch>
>
> but whenever I goto http://127.0.0.1/trac/testproject I just get an index
> listing the files in the trac directory, and my one project:
>
> index.html
> trac.cgi
> testproject
>
> I get this no matter what I do. What am I missing here? Did I
> forget to set
> something up?

Does anyone out there have any input on this? Is anyone even using
mod_python? I don't really see any mention of it in the archives.

Steve