diff options
author | rsiddall <rsiddall> | 2009-01-01 20:11:01 +0000 |
---|---|---|
committer | rsiddall <rsiddall> | 2009-01-01 20:11:01 +0000 |
commit | 4843a6f29962efba755bbf69f05cc7c799e9bac4 (patch) | |
tree | e378dd6583c0749e78d2f45ffc80df5010f18b3a | |
parent | cad7c73d70361a99ef6a173aa506e303303d26a4 (diff) |
New Apache configuration file for the self-service interface.
-rw-r--r-- | rpm/freeside-selfservice.conf | 11 |
1 files changed, 11 insertions, 0 deletions
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 + +<Directory %%%FREESIDE_SELFSERVICE_DOCUMENT_ROOT%%%/cgi> +SSLRequireSSL +DirectoryIndex selfservice.cgi +AllowOverride None +Options +ExecCGI -Includes +Order deny,allow +Allow from all +SetHandler cgi-script +</Directory> |