[Catalyst] fastcgi configuration problems

Brian Cassidy brian.cassidy at nald.ca
Fri Mar 23 15:10:45 GMT 2007


Ian Docherty wrote:
> FastCgiExternalServer /tmp/timesheet.fcgi -socket /tmp/timesheet.socket
> 
> <VirtualHost *:80>
>    ServerName timesheet.mydomain.com
>    Alias / /tmp/timesheet.fcgi
> </VirtualHost>
> 

Just for kicks

try:

Alias / /tmp/timesheet.fcgi/

(note trailing slash)

-Brian




More information about the Catalyst mailing list