######################################################################## # web2ldap under the control of Apache with mod_scgi # # application is access through following URL: # http:///web2ldap-scgi/web2ldap.py ######################################################################## # Load and install module mod_scgi LoadModule scgi_module /usr/lib/apache/mod_scgi.so AddModule scgi_module.c ScriptAlias /web2ldap-scgi/ "/opt/web2ldap/scgi/" SCGIServer 127.0.0.1 4000 SCGIHandler On # Tell mod_ssl to set the SSL standard env vars # SSLOptions +StdEnvVars