summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorbenjamin.dauvergne <benjamin.dauvergne@a716ebb1-153a-0410-b759-cfb97c6a1b53>2011-04-07 11:32:26 +0000
committerbenjamin.dauvergne <benjamin.dauvergne@a716ebb1-153a-0410-b759-cfb97c6a1b53>2011-04-07 11:32:26 +0000
commitd45d1ddcdadca0954587565657d9c55412bbefd3 (patch)
treeafe90f25caf3fc9dac4eaa52c549143cbae734ba /README
parentb9ba37808de135ffb35675c412848c7a2d5a0284 (diff)
downloadmod_auth_mellon-d45d1ddcdadca0954587565657d9c55412bbefd3.tar.gz
mod_auth_mellon-d45d1ddcdadca0954587565657d9c55412bbefd3.tar.xz
mod_auth_mellon-d45d1ddcdadca0954587565657d9c55412bbefd3.zip
Add MellonCookieDomain and MellonCookiePath directives
These allows respectively to set the domain and the path of the domain of the mellon cookie. Without these the domain defaults to the domain return by ap_get_server_name() (see http://httpd.apache.org/dev/apidoc/apidoc_ap_get_server_name.html) and the path to "/". git-svn-id: https://modmellon.googlecode.com/svn/trunk@120 a716ebb1-153a-0410-b759-cfb97c6a1b53
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index 1b681dc..359e73e 100644
--- a/README
+++ b/README
@@ -186,6 +186,17 @@ MellonPostCount 100
# Default: Off
MellonSecureCookie On
+ # MellonCookieDomain allows to specify of the cookie which auth_mellon
+ # will set.
+ # Default: the domain for the received request (the Host: header if
+ # present, of the ServerName of the VirtualHost declaration, or if
+ # absent a reverse resolution on the local IP)
+ # MellonCookieDomain example.com
+
+ # MellonCookiePath is the path of the cookie which auth_mellon will set.
+ # Default: /
+ MellonCookiePath /
+
# MellonUser selects which attribute we should use for the username.
# The username is passed on to other apache modules and to the web
# page the user visits. NAME_ID is an attribute which we set to