
codesite-noreply at google
Jun 30, 2009, 4:02 AM
Post #4 of 5
(309 views)
Permalink
|
|
Issue 497 in cherokee: FastCGI handler is only invoked on root directory '/'
[In reply to]
|
|
Comment #3 on issue 497 by alobbs: FastCGI handler is only invoked on root directory '/' http://code.google.com/p/cherokee/issues/detail?id=497 I have no idea how to reproduce this issue. In fact, odds are it's misconfiguration rather than a bug. First of all I'd need to know how the FastCGI is configured: Is it on the default handler? Is it configured for an extension (ala-PHP)? In case it were configured in an extension, the '/' request wouldn't match simply because it wouldn't match the FastCGI rule. The fix would be trivial though. Adding a new "Fullpath /" rule redirecting the request to the default entry file would be enough. If the default rule used "List & Send", adding a new Directory Index to the virtual server would work the magic as well. Anyway, I'd rather wait for your feedback instead of continue elaborating on imaginary scenarios. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings _______________________________________________ Cherokee-dev mailing list Cherokee-dev[at]lists.octality.com http://lists.octality.com/listinfo/cherokee-dev
|