Create an Account
username: password:
 
  MemeStreams Logo

Journal of acme (189) Apache/Catalyst/FastCGI base config

search

Lost
Picture of Lost
My Blog
My Profile
My Audience
My Sources
Send Me a Message

sponsored links

Lost's topics
Arts
Business
Games
Health and Wellness
Home and Garden
Miscellaneous
Current Events
Recreation
Local Information
Science
Society
Sports
Technology

support us

Get MemeStreams Stuff!


 
Journal of acme (189) Apache/Catalyst/FastCGI base config
Topic: Technology 10:24 am EST, Dec 12, 2007

My, Apache sure can be a little tricky to configure. Following a few tips from Ben Laurie I've just built myself a minimalist Apache / Catalyst / FastCGI configuration:

Listen 8081
ErrorLog manatee_error.log
PidFile manatee_httpd.pid
LockFile manatee_accept.lock

LoadModule alias_module /usr/lib/apache2/modules/mod_alias.so
LoadModule fastcgi_module /usr/lib/apache2/modules/mod_fastcgi.so
LoadModule mime_module /usr/lib/apache2/modules/mod_mime.so

TypesConfig /etc/mime.types

DocumentRoot /mnt/app/manatee/root
Alias /static /mnt/app/manatee/root/static

FastCgiIpcDir /mnt/app/manatee/tmp
FastCgiServer /mnt/app/manatee/script/manatee_fastcgi.pl -processes 3
Alias / /mnt/app/manatee/script/manatee_fastcgi.pl/

Journal of acme (189) Apache/Catalyst/FastCGI base config



 
 
Powered By Industrial Memetics
RSS2.0