Hi All, I'm going crazy trying to upgrade to Python 2.5 and Apache2.2. I've installed Genshi, svn bindings for python 2.5, mod_python SVN etc.
The SVN install works and serves out with Apache. The config for Apache and Trac is identical to what was running with Trac 0.11.1, Apache 2.0, Python 2.3.4. When I run Tracd I can get to the project but no authentication is set up so it doesn't do much. When I run it from Apache I get no response. The browser (firefox3) reports Connection Interrupted The document contains no data. The network link was interrupted while negotiating a connection. Please try again. Nothing in the error or access log for Apache. (Log level set to debug). Nothing in the trac log. (set to debug) I have a multiple environment Trac setup. When I go to the root location Trac does provide me with the project listing. I get the same results when I have no authentication set up in the Apache Location. ie allow from all I've run the tests from http://www.dscpl.com.au/wiki/ModPython/Articles/ExpatCausingApacheCrash and this is not the problem. This also shows (I think) that mod_python is running OK. I can't figure out what to do next. Any help much appreciated. Config information shown below... Regards, Felix <Location /trac> SetHandler mod_python PythonInterpreter main_interpreter PythonHandler trac.web.modpython_frontend PythonOption TracUriRoot /trac PythonOption TracEnvParentDir "d:/tracdb/" PythonDebug On #NT Domain auth config - same as is working for SVN AuthType SSPI SSPIAuth On SSPIAuthoritative On SSPIOfferBasic On AuthName "Issue Tracking System" Require valid-user </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 -~----------~----~----~----~------~----~------~--~---
