slackbuilds_ponce/network/fcgi/httpd-fcgi.conf
2010-05-11 22:54:45 +02:00

8 lines
246 B
Text

LoadModule fcgid_module /usr/lib/httpd/modules/mod_fcgid.so
<IfModule mod_fcgid.c>
AddHandler fcgid-script .fcgi
IPCCommTimeout 40
IPCConnectTimeout 10
DefaultInitEnv RAILS_ENV production
SocketPath /tmp/fcgidsock
</IfModule>