summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-09-25 12:26:37 -0700
committerIvan Kohler <ivan@freeside.biz>2016-09-25 12:26:37 -0700
commitb9af6f7c9396b3000821fdbf3df02bab3cc149ad (patch)
tree0826f80320d3644d65ced1c1630757998a3ac811
parent9d44cb2be1bfdfb20d3f733b07ca4441e7f18401 (diff)
apache hates trailing comments
-rw-r--r--htetc/freeside-base2.4.conf7
-rw-r--r--htetc/freeside-base2.conf7
2 files changed, 10 insertions, 4 deletions
diff --git a/htetc/freeside-base2.4.conf b/htetc/freeside-base2.4.conf
index ee716f320..dbf4013cd 100644
--- a/htetc/freeside-base2.4.conf
+++ b/htetc/freeside-base2.4.conf
@@ -20,8 +20,11 @@ PerlAddAuthzProvider user FS::AuthCookieHandler24->authz_handler
#XXX need to also work properly for installs w/o /freeside/ in path
PerlSetVar FreesideLoginScript /freeside/loginout/login.html
-#PerlSetVar FreesideSecure 1 #disables HTTP, so HTTPS only
-PerlSetVar FreesideHttpOnly 1 #limits cookie theft via JS
+#disables HTTP, so HTTPS only
+#PerlSetVar FreesideSecure 1
+
+#prevents cookie theft via JS
+PerlSetVar FreesideHttpOnly 1
<Directory %%%FREESIDE_DOCUMENT_ROOT%%%>
diff --git a/htetc/freeside-base2.conf b/htetc/freeside-base2.conf
index 6a1d2fb64..f2f4c21d0 100644
--- a/htetc/freeside-base2.conf
+++ b/htetc/freeside-base2.conf
@@ -18,8 +18,11 @@ PerlModule FS::AuthCookieHandler
#XXX need to also work properly for installs w/o /freeside/ in path
PerlSetVar FreesideLoginScript /freeside/loginout/login.html
-#PerlSetVar FreesideSecure 1 #disables HTTP, so HTTPS only
-PerlSetVar FreesideHttpOnly 1 #limits cookie theft via JS
+#disables HTTP, so HTTPS only
+#PerlSetVar FreesideSecure 1
+
+#prevents cookie theft via JS
+PerlSetVar FreesideHttpOnly 1
<Directory %%%FREESIDE_DOCUMENT_ROOT%%%>