Hello,

I have installed trac on unix (CentOS) box with apache 2.x.
Everything seems to work and I can run flawlessly:
tracd --port 8080 /trac/projects/seorunner

However, I have some very weird problem when I configure apache to
work
with trac. I can go to:

http://prod.seorunner.com:6969/mpinfo and I see the output
but when I go to
http://prod.seorunner.com:6969/projects/seorunner

I only get a blank page in Firefox 2.x and 'Page cannot be displayed'
in IE 6.x
Further, there is no any massages whatsoever in the apache logs and
nothing
comes out from PythonDebug that I have turned on.

Any help on this would be greatly appreciated.
Regards,
Robert

Here are my relevant directives from the httpd.conf:

<Location /mpinfo>
      SetHandler mod_python
      PythonHandler mod_python.testhandler
   </Location>

   <Location /projects/seorunner>
      SetHandler mod_python
      PythonHandler trac.web.modpython_frontend
      PythonOption TracEnv /trac/projects/seorunner/
      PythonDebug On
   </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