> I have installed subversion (v1.4.5), python (v2.4), apache (v2.2.6) > and mod_python (v3.3.1) and trac (v0.10) plus sqlite and cleansilver > etc. All on Windows. > > Everything seems to be installed correctly: > 1. Apache is up and running on port 81 (IIS on port 80). > 2. I can view my repository at 'localhost:81/svn'. > 3. I have made the appropriate changes to the apache 'httpd.conf' file > so that mod_python module can be seen and set up the <Location / > myproject> tag. > 4. I have used trac-admin to setup my project > > But when I try to point to my trac project in the browser 'localhost: > 81/myproject' I get an internal server error. Having added the > 'PythonDebug on' to the httpd.conf file it told me that the path '/var/ > trac/myproject' does not exist.
By the way, the path that canot be found is for the "PythonOption TracEnv". I just used the default, /var/trac/myproject, but I don't think "/var/trac" exists anywhere. Where would the equivilant be on a windows system? > > Using the standalone server it works fine i.e.'localhost:8000/ > myproject', trac frontend appears as it should. Is there some file I > have forgot to edit? > > Anyone have any ideas? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
