Hi! I'm running into the same problem.
I've tried to set a second project under Trac and since I'm going mad. I guess I screwed the whole install now, but I haven't got a clue what to do next. If I try the trac with the tracd-script.py it works. Apache + pyhton works. Apache + SSPI works. import trac.web from the phyton command line works. the only thing that won't work is the whole package put together. First i had 0.11 than I installed 0.11.2 then I deleted the whole phyton25/trac directory and resintalled 0.11. still no result. I worked before so it can not be a firewall problem. did you find any solution Felix? cheers, ozy On Oct 24, 3:01 am, Felix Collins <[EMAIL PROTECTED]> wrote: > 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 andTracis identical to what was running withTrac0.11.1, > Apache 2.0, Python 2.3.4. > > When I run Tracd I can get to the project butnoauthentication is set > up so it doesn't do much. When I run it from Apache I getnoresponse. The > browser (firefox3) reports > > Connection Interrupted > The document containsnodata. > 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 thetraclog. (set to debug) > > I have a multiple environmentTracsetup. When I go to the root > locationTracdoes provide me with the project listing. > > I get the same results when I havenoauthentication set up in the > Apache Location. ie allow from all > > I've run the tests > fromhttp://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 > PythonHandlertrac.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 -~----------~----~----~----~------~----~------~--~---
