From: Rich Bowen Date: Fri, 15 Apr 2011 20:06:53 +0000 (+0000) Subject: Whether it's intentional or not, the hostname/domainname argument to the X-Git-Tag: 2.3.12~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da53017ae5016cdba1c69ec86887a6f86a3e60b9;p=thirdparty%2Fapache%2Fhttpd.git Whether it's intentional or not, the hostname/domainname argument to the RewriteRule CO flag is in fact required. Cookies are not set without it. (via Matthew Sporleder) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1092797 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index adf76883caa..53de3b3e57f 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -1100,7 +1100,7 @@ cannot use $N in the substitution string! cookie|CO=NAME:VAL Sets a cookie in the client browser. Full syntax is: - CO=NAME:VAL[:domain[:lifetime[:path[:secure[:httponly]]]]] details ... + CO=NAME:VAL:domain[:lifetime[:path[:secure[:httponly]]]] details ...