[Catalyst] shared hosting
Peter Edwards
peter at dragonstaff.com
Tue Mar 4 23:18:24 GMT 2008
From: Jennifer Ahn [mailto:jenahn at stanford.edu]
>Could someone share how they configured their httpd.conf file where they
integrated their catalyst application with an n existing the apache web
server?
Wow, there was a page in the Wiki giving confs for Apache 1, 2, Lighttpd,
FastCGI but I can't find it now :-/
Here are some pages
http://catalyst.perl.org/calendar/2005/7
http://catalyst.perl.org/calendar/2007/17
http://dev.catalystframework.org/wiki/Faq_ref#sc.1
Or via FastCGI, in file /etc/httpd/conf.d/myapp.conf
FastCgiServer /var/www/cgi-bin/myapp/myapp_fastcgi.pl -processes 5
Alias /myapp/ /var/www/cgi-bin/myapp/myapp_fastcgi.pl/
Regards, Peter
More information about the Catalyst
mailing list