Peter Edwards wrote:
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.or

Thanks Peter!
The Wiki provided some good options.

If my catalyst application is not a stand alone application and contains features to my non-catalyst application. Would that still considered as shared hosting?

If I would like to host my catalyst application on the same server as my non-catalyst app, is fast-cgi the best way to do this?

Jennifer



_______________________________________________
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/

Reply via email to