I'm not familiar with fcgi. However, I noticed that you are running Python2.4. You might need to upgrade python. What version of Trac are you using?
[email protected] wrote: > > > I've recently setup a new trac environment, my first, and have succeed > it getting it working. I can browse source, create and modify tickets, > update the wiki, view the timeline and roadmaps, and all the css and > images appear just fine. > > The only problem that i have is that when I visit the root directory > of the project, I get the following: > > Error: Not Found > > No handler matched request to /cmdb/cgi-bin/trac.fcgi > > Looking at my trac log the only reference i can find to this is the > following: > > 2009-04-21 11:47:18,424 Trac[__init__] DEBUG: Loading > trac.mimeview.txtl from /h > omepages/26/d160548031/htdocs/usr/lib/python2.4/site-packages/ > Trac-0.11.4-py2.4. > egg > ? > 2009-04-21 11:36:25,492 Trac[__init__] WARNING: HTTPNotFound: 404 Not > Found (No > handler matched request to /cmdb/cgi-bin/trac.fcgi) > 2009-04-21 11:36:25,660 Trac[__init__] DEBUG: Prepare chrome data for > request > 2009-04-21 11:36:25,662 Trac[__init__] DEBUG: action controllers for > ticket work > flow: ['ConfigurableTicketWorkflow'] > 2009-04-21 11:36:25,700 Trac[__init__] DEBUG: Retrieving session for > ID 'admin' > 2009-04-21 11:46:42,384 Trac[__init__] DEBUG: Loading > trac.ticket.web_ui from /h > omepages/26/d160548031/htdocs/usr/lib/python2.4/site-packages/ > Trac-0.11.4-py2.4. > egg > > (If more of the log would be helpful let me know.) > > Not sure if this will help, but according to the apache access logs > the 404 is generated when trying to access /cmdb/ > > I've also configured a .htaccess file within the cmdb directory that > looks like this: > > DirectoryIndex cgi-bin/trac.fcgi > AuthType Basic > AuthName "CMdb Trac" > AuthUserFile /path/to/htpasswdfile > Require valid-user > > I know that's not exactly a documented solution to how to setup trac, > but due to the fact that I'm trying to set this up on a hosted shell > account it was the only thing that got me as far as I am. Accessing / > cmdb/cgi-bin/trac.fcgi directly results in many many 404s and no CSS > being returned/applied. > > If anything sticks out here, or you can point me in a general > direction or possible causes for this error I would greatly appreciate > it. Thanks in advance. > > -fs > > > > > -- View this message in context: http://www.nabble.com/No-handler-matched-request-tp23165410p23337927.html Sent from the Trac Users mailing list archive at Nabble.com. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
