######################################################################## # web2ldap under the control of Apache with mod_fcgid # # application is access through following URL: # http:///web2ldap-fcgi/web2ldap.py # # See mod_fcgid docs on: # http://fastcgi.coremail.cn/doc.htm ######################################################################## # Load and install module mod_fcgid LoadModule fcgid_module /usr/lib/apache2-prefork/mod_fcgid.so SocketPath /tmp Alias /web2ldap-fcgi /opt/web2ldap/fcgi Alias /web2ldap-doc /opt/web2ldap/htdocs IdleTimeout 7200 BusyTimeout 600 ErrorScanInterval 60 ZombieScanInterval 10 ProcessLifeTime 7200 MaxProcessCount 1 IPCConnectTimeout 120 IPCCommTimeout 120 # Tell mod_ssl to set the SSL standard env vars SetHandler fcgid-script Options ExecCGI SSLOptions +StdEnvVars Order allow,deny Allow from 127.0.0.1 DirectoryIndex web2ldap.html Order allow,deny Allow from All