On Mar 30, 2006, at 8:28 PM, Jordan wrote:

Isn't mod_python only compatible with Apache 1.3? -That's what it says in their docs...just wondering if anyone knew for sure if it is, or is not,
compatible with later versions of Apache...like Apache 2.x.

I'm using Trac + mod_python + Apache2.

Also, is there documentation for setting-up Trac with mod_python? I'm kinda
lost here.

Here's what I have for my instances:

<Location "/trac">
        SetHandler mod_python
        PythonHandler trac.web.modpython_frontend
        PythonOption TracEnvParentDir /path/to/trac/projects
        PythonOption TracUriRoot /trac
</Location>

The stuff for the authentication will essentially be the same.

Just make sure you that TracEnvParentDir points to the dir where your Trac project directories are ... not a specific project.

Hope that helps.

Jeremy


_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to