Hi, I understand that your problem is very specific to fastcgi but many, many times I may be testing something as root using the server script and then when I try to run with CGI or mod_perl I get a server error. In my particular case it's because /tmp/appname gets created with root and then the httpd user can't write to it.
I just thought I'd share this because many times we overlook the obvious when we are under pressure. I broke my head for several hours one day with this stupid mistake. Regards, Alejandro Imass On 3/9/07, Kieren Diment <[EMAIL PROTECTED]> wrote:
On 09/03/07, Ferruccio Zamuner <[EMAIL PROTECTED]> wrote: > Kieren Diment wrote: > > When I deploy my application at /fastcgi with lighttpd, the url > > http://my.site.com/fastcgi gives a 404 error, and > > http://my.site.com/fastcgi/ returns an internal server error handled by > > catalyst (with unknown resource fastcgi). This happens for every url > > without a trailing slash. > > > > If I try http://my.site.com/fastcgi/content/, it redirects to > > http://my.site.com/fastcgi/content/content/ which outputs what should > > be at > > the first /fastcgi/content > > > I've found the same problem yesterday. I've lost a lot of time thinking > about my mistake > on lighttpd config. > Thank you Kieren to have address me to your post here. > > No worries. The problems are a bit of a showstopper for me at the moment, so I have to work on them. I'm just making sure that all the issues I have identified are fixed, but expect a point release when that happens. _______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
_______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
