Hi,

I cannot seem to get TRAC to work under Apache.

First of all, I can access subversion through apache w/o any problems.

Other discussion that I found seen to indicate that I may have a
version mismatch been the Apache and Python.

I have installed the following:
    -- python 2.5 installed with  "python-2.5.msi"
    -- apache with "apache_2.2.13-win32-x86-openssl-0.9.8k.msi"
    -- mod_python with "mod_python-3.3.1.win32-py2.5-Apache2.2.exe"

My apache config for my project "/trac" is
<LoadModule python_module modules/mod_python.so
<Location /trac>
   SetHandler mod_python
   PythonInterpreter main_interpreter
   PythonHandler trac.web.modpython_frontend
   PythonOption TracEnv /trac
#   PythonOption TracUriRoot /trac
</Location>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to