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 Reading around this subject, the environment variables $SCRIPT_NAME and $PATH_INFO seem to be important. However for my lighttpd installation neither of these variables are set. However, PATH_INFO is set using the developemnt server.
_______________________________________________ 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/
