Hi Rainer, my httpd.conf file has the folowing now: <Location /trac/test> SetHandler mod_python PythonHandler trac.web.modpython_frontend PythonOption TracEnv /v01/trac/test PythonOption TracUriRoot /projects/myproject </Location> I set /projects/myproject = /trac/test
and /var/trac/myproject = /v01/trac/test myproject = test my trac is in /v01/trac what should PythonOption TracEnv and Location /projects/myproject be set to? when I access the trac project through a browser using this URL http://sirius1:8000/trac with this command launched in a terminal seeion I can access trac tracd --port 8000 /v01/trac/ successfully bu when I make the edits to httpd.conf and restart apache and enter the URL http://sirius1:8000/trac I get page cannot be displayed error I also tried http://sirius/trac 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 http://trac.edgewall.org/wiki/TracModPython 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 -~----------~----~----~----~------~----~------~--~---
