Try running checks described in: http://www.dscpl.com.au/wiki/ModPython/Articles/ExpatCausingApacheCrash
This issue will cause blank screens due to Apache child processes crashing. Graham On Jun 7, 5:28 am, Rob13 <[EMAIL PROTECTED]> wrote: > 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/mpinfoand I see the output > but when I go tohttp://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> > SetHandlermod_python > PythonHandlermod_python.testhandler > </Location> > > <Location /projects/seorunner> > SetHandlermod_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 -~----------~----~----~----~------~----~------~--~---
