[Catalyst] Anyone actually using FastCGI with Apache (or even lighttpd)?
Christopher H. Laco
claco at chrislaco.com
Tue Aug 29 02:48:48 CEST 2006
I've been asleep at the wheel on this one...
handelframework.org is running as FastCGI under Apache...
Here's my config in case it helps....
> FastCgiServer /www/handelframework.com/lib/HandelSite/script/handelsite_fastcgi.pl -processes 3
> <VirtualHost>
> Alias / /www/handelframework.com/lib/HandelSite/script/handelsite_fastcgi.pl/
> <Directory /www/handelframework.com/lib/HandelSite>
> Options +Indexes
> Order Deny,Allow
> Deny From All
> Allow From All
> </Directory>
> </VirtualHost>
Although, I haven't upgraded to 5.7 yet...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
Url : http://lists.rawmode.org/pipermail/catalyst/attachments/20060828/974718f0/attachment.pgp
More information about the Catalyst
mailing list