Skip to content

Commit

Permalink
tweaks to the fcgi
Browse files Browse the repository at this point in the history
  • Loading branch information
vbatts committed Jul 29, 2011
1 parent 196c73c commit f221707
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions fcgi/fcgi.info
Expand Up @@ -3,6 +3,8 @@ VERSION="2.4.0"
HOMEPAGE="http://www.fastcgi.com/"
DOWNLOAD="http://www.fastcgi.com/dist/fcgi-2.4.0.tar.gz"
MD5SUM="d15060a813b91383a9f3c66faf84867e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Vincent Batts"
EMAIL="vbatts@batts.mine.nu"
APPROVED="rworkman"
7 changes: 6 additions & 1 deletion fcgi/httpd-fcgi.conf
@@ -1,8 +1,13 @@
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

# Here's an example for a ruby on rails setting
#DefaultInitEnv RAILS_ENV production

SocketPath /tmp/fcgidsock
</IfModule>

0 comments on commit f221707

Please sign in to comment.