From: rsiddall Date: Thu, 1 Jan 2009 20:11:01 +0000 (+0000) Subject: New Apache configuration file for the self-service interface. X-Git-Tag: root_of_webpay_support~161 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=4843a6f29962efba755bbf69f05cc7c799e9bac4 New Apache configuration file for the self-service interface. --- diff --git a/rpm/freeside-selfservice.conf b/rpm/freeside-selfservice.conf new file mode 100644 index 000000000..f2c103b2c --- /dev/null +++ b/rpm/freeside-selfservice.conf @@ -0,0 +1,11 @@ +ScriptAlias /selfservice %%%FREESIDE_SELFSERVICE_DOCUMENT_ROOT%%%/cgi + + +SSLRequireSSL +DirectoryIndex selfservice.cgi +AllowOverride None +Options +ExecCGI -Includes +Order deny,allow +Allow from all +SetHandler cgi-script +