From 663c5ae7be58307fd941c2884c24bc5c50cc4fa8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Jun 2012 18:43:31 +0200 Subject: reorg repo --- fcgid.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 fcgid.conf (limited to 'fcgid.conf') diff --git a/fcgid.conf b/fcgid.conf new file mode 100644 index 0000000..90f208e --- /dev/null +++ b/fcgid.conf @@ -0,0 +1,14 @@ +# This is the Apache server configuration file for providing FastCGI support +# through mod_fcgid +# +# Documentation is available at +# http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html + +LoadModule fcgid_module modules/mod_fcgid.so + +# Use FastCGI to process .fcg .fcgi & .fpl scripts +AddHandler fcgid-script fcg fcgi fpl + +# Sane place to put sockets and shared memory file +FcgidIPCDir /var/run/mod_fcgid +FcgidProcessTableFile /var/run/mod_fcgid/fcgid_shm -- cgit