mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
8 lines
246 B
Text
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>
|