mod_fcgid/fcgid.conf

17 lines
526 B
Plaintext
Raw Normal View History

# This is the Apache server configuration file for providing FastCGI support
# through mod_fcgid
#
# Documentation is available at http://fastcgi.coremail.cn/doc.htm
LoadModule fcgid_module modules/mod_fcgid.so
# Use FastCGI to process .fcg .fcgi & .fpl scripts
# Don't do this if mod_fastcgi is present, as it will try to do the same thing
<IfModule !mod_fastcgi.c>
AddHandler fcgid-script fcg fcgi fpl
</IfModule>
2007-02-16 14:20:03 +00:00
# Sane place to put sockets and shared memory file
SocketPath run/mod_fcgid
2007-02-16 14:20:03 +00:00
SharememPath run/fcgid_shm