From: Jennifer Ahn [mailto:[EMAIL PROTECTED] >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 _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
