[Catalyst] fastcgi configuration problems
Ian Docherty
catalyst at iandocherty.com
Fri Mar 23 17:36:08 GMT 2007
Brian.
Excellent, that was it exactly (amazing what difference a single '/' can
make!)
(That puts pressure on me to recipricate and to update C-P-I18N-DBIC to
help you now! I will see what I can do)
Regards
Ian
Brian Cassidy wrote:
> 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
>
>
> _______________________________________________
> List: Catalyst at lists.rawmode.org
> Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
> Searchable archive:
> http://www.mail-archive.com/catalyst@lists.rawmode.org/
> Dev site: http://dev.catalyst.perl.org/
>
>
More information about the Catalyst
mailing list