Hi Rainer I set LoadModule python_module modules/mod_python.so in the Dynamic Shared Object (DSO) Support section of httpd.conf but the instructions @ http://trac.edgewall.org/wiki/TracModPython say You can test your mod_python installation by adding the following to your httpd.conf <Location /mpinfo> SetHandler mod_python PythonHandler mod_python.testhandler </Location>
then: A simple setup of Trac on mod_python looks like this: <Location /projects/myproject> SetHandler mod_python PythonHandler trac.web.modpython_frontend PythonOption TracEnv /var/trac/myproject PythonOption TracUriRoot /projects/myproject </Location> but the instructions don't say where in httpd.conf to put these Thanks, Brian ________________________________ From: [email protected] on behalf of Rainer Sokoll Sent: Mon 4/9/2007 9:03 AM To: [email protected] Subject: [Trac] Re: Trac install On Mon, Apr 09, 2007 at 08:49:45AM -0400, Brian McCann wrote: > anywhere in httpd.conf? Sure not! > also if I do the second option, I create a file with these settings, I > would put the path to that file in httpd.conf? http://httpd.apache.org/docs/2.2/mod/core.html#include http://httpd.apache.org/docs/2.2/ Follow the instructions at und do not hesitate to ask if there are questions left open to you. Rainer --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
