New Apache configuration file for the self-service interface.
authorrsiddall <rsiddall>
Thu, 1 Jan 2009 20:11:01 +0000 (20:11 +0000)
committerrsiddall <rsiddall>
Thu, 1 Jan 2009 20:11:01 +0000 (20:11 +0000)
rpm/freeside-selfservice.conf [new file with mode: 0644]

diff --git a/rpm/freeside-selfservice.conf b/rpm/freeside-selfservice.conf
new file mode 100644 (file)
index 0000000..f2c103b
--- /dev/null
@@ -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>