# # This is a sample snippet from Apache's httpd.conf that is needed to # run WebObjects FastCGI adaptor # # (Make sure the Alias line below appears before any alias for "/cgi-bin/" # Alias /cgi-bin/WebObjects %%PREFIX%%/libexec/WebObjects-fcgi FastCgiIpcDir /var/run/webobjects FastCgiServer %%PREFIX%%/libexec/WebObjects-fcgi -processes 10 \ -initial-env WO_CONFIG_URL=http://localhost:1085 \ -initial-env WO_ADAPTOR_INFO_USERNAME=userhere \ -initial-env WO_ADAPTOR_INFO_PASSWORD=passhere