On Jun 7, 2:29 pm, Rob13 <[EMAIL PROTECTED]> wrote: > Yes, thank you for previous and = this insight. It is in fact 1.95.8 > version of pyexpat > on python vs. 1.95.7 version on apache. Also, once I enabled 'notice' > level of apache > debugging, I have found that I am in fact getting: > > [notice] child pid 3238 exit signal Segmentation fault (11)
Log messages at 'notice' level are always output regardless of LogLevel, unless they are using syslog for logging in which case whether it comes out is dictated by syslog settings. > However, now that I know what the issue is, I have searched everywhere > and have > not way of rectifying. Supposingly 2.5.x version of python fixed this > by my hosting > service will not allow me to upgrade to 2.5.x. I am stuck with 2.4.3. > > Any ideas where to find the instructions on fixing this (some posts > say replacing > the pyexpat on apache but I can't find any details on this). If you have no control over Apache installation or Python installation then you probably have no way of getting around it. Sounds like your web host is being a pain when it wouldn't be too hard for them simply to update binary RPM for expat package to 1.95.8. There is no need for them to recompile anything, just installing the updated expat is enough. If the web host is advertising Python web hosting services then they are being misleading when things like this aren't going to work. Graham > With Regards, > Robert > > On Jun 6, 5:00 pm, Graham Dumpleton <[EMAIL PROTECTED]> > wrote: > > > 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/mpinfoandIsee 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 -~----------~----~----~----~------~----~------~--~---
