Thanks for pointing me to the Apache error log also, that helped me find the problem.
On Aug 4, 7:50 am, bduke <[email protected]> wrote: > Ok, I figured it out. It was a typo in my Location section for mod > python. I was using a backslash for a file location like c:\ and > apparently you have to use c:/ > > On Aug 4, 7:42 am, bduke <[email protected]> wrote: > > > Unfortunately, it doesn't show much: > > > 127.0.0.1 - - [04/Aug/2009:07:41:43 -0400] "GET /trac/ HTTP/1.1" 403 > > 3282 > > 127.0.0.1 - - [04/Aug/2009:07:41:43 -0400] "GET /trac/chrome/common/js/ > > jquery.js HTTP/1.1" 304 - > > 127.0.0.1 - - [04/Aug/2009:07:41:43 -0400] "GET /trac/chrome/common/ > > css/trac.css HTTP/1.1" 304 - > > 127.0.0.1 - - [04/Aug/2009:07:41:43 -0400] "GET /trac/chrome/common/js/ > > trac.js HTTP/1.1" 304 - > > 127.0.0.1 - - [04/Aug/2009:07:41:43 -0400] "GET /trac/chrome/common/js/ > > search.js HTTP/1.1" 304 - > > 127.0.0.1 - - [04/Aug/2009:07:41:43 -0400] "GET /trac/chrome/common/ > > trac_logo_mini.png HTTP/1.1" 304 - > > 127.0.0.1 - - [04/Aug/2009:07:41:43 -0400] "GET /trac/chrome/common/ > > topbar_gradient.png HTTP/1.1" 304 - > > 127.0.0.1 - - [04/Aug/2009:07:41:43 -0400] "GET /trac/chrome/site/ > > your_project_logo.png HTTP/1.1" 404 3090 > > 127.0.0.1 - - [04/Aug/2009:07:41:46 -0400] "GET /trac/login HTTP/1.1" > > 401 401 > > 127.0.0.1 - bduke [04/Aug/2009:07:41:52 -0400] "GET /trac/login HTTP/ > > 1.1" 500 546 > > > On Aug 4, 6:29 am, Marc <[email protected]> wrote: > > > > Post your apache error log, it should tell you what is wrong with your > > > configuration. > > > > On Aug 3, 3:04 pm, bduke <[email protected]> wrote: > > > > > I forgot to post my environment. I am running Trac 11.5 on Apache 2.2, > > > > Svn 1.6 and Windows 2008 server. > > > > > On Aug 3, 3:59 pm, bduke <[email protected]> wrote: > > > > > > I'm having trouble getting mod_python to work. The page loads and > > > > > tells me I need to login. When I click on login it pops up a box for > > > > > authentication and I enter my login and then I get an 500 Internal > > > > > Server Error. I have everything working through cgi but wanted to > > > > > setup mod_python for better speed. There isn't any information in the > > > > > Trac log either, the last line in it is "Retrieving session for ID > > > > > 'bduke'". Can anyone help me on where to look to get this working? > > > > > > Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
