covener | 4 Oct 2008 16:44
Picon
Favicon
Gravatar

svn commit: r701644 - in /httpd/httpd/trunk/docs/manual/mod: mod_authnz_ldap.html.en mod_authnz_ldap.xml

Author: covener
Date: Sat Oct  4 07:44:53 2008
New Revision: 701644

URL: http://svn.apache.org/viewvc?rev=701644&view=rev
Log:
no AuthzLDAPAuthoritative in trunk, because authz uses a provider API

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.html.en?rev=701644&r1=701643&r2=701644&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.html.en Sat Oct  4 07:44:53 2008
 <at>  <at>  -253,13 +253,7  <at>  <at> 
     </ul>

     <p>Other <code class="directive"><a
href="../mod/mod_authz_core.html#require">Require</a></code> values may also
-    be used which may require loading additional authorization modules.
-    Note that if you use a <code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code>
-    value from another authorization module, you will need to ensure that
-    <code class="directive"><a href="#authzldapauthoritative">AuthzLDAPAuthoritative</a></code>
-    is set to <code>off</code> to allow the authorization phase to fall
-    back to the module providing the alternate
-    <code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code> value.</p>
+    be used which may require loading additional authorization modules.</p>
(Continue reading)

covener | 4 Oct 2008 16:45
Picon
Favicon
Gravatar

svn commit: r701645 - in /httpd/httpd/branches/2.2.x/docs/manual/mod: mod_authnz_ldap.html.en mod_authnz_ldap.xml

Author: covener
Date: Sat Oct  4 07:45:49 2008
New Revision: 701645

URL: http://svn.apache.org/viewvc?rev=701645&view=rev
Log:
shore up AuthzLDAPAuthoritative

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authnz_ldap.html.en
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authnz_ldap.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authnz_ldap.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authnz_ldap.html.en?rev=701645&r1=701644&r2=701645&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authnz_ldap.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authnz_ldap.html.en Sat Oct  4 07:45:49 2008
 <at>  <at>  -254,7 +254,11  <at>  <at> 
     <code class="directive"><a href="#authzldapauthoritative">AuthzLDAPAuthoritative</a></code>
     is set to <code>off</code> to allow the authorization phase to fall
     back to the module providing the alternate
-    <code class="directive"><a href="../mod/core.html#require">Require</a></code> value.</p>
+    <code class="directive"><a href="../mod/core.html#require">Require</a></code> value. When no 
+    LDAP-specific <code class="directive"><a href="../mod/core.html#require">Require</a></code>  directives
+    are used, authorization is allowed to fall back to other modules
+    as if <code class="directive"><a href="#authzldapauthoritative">AuthzLDAPAuthoritative</a></code>
+    was set to <code>off</code>. </p>

     <ul>
         <li>Grant access if there is a <a href="#requser"><code>Require
(Continue reading)

covener | 4 Oct 2008 16:59
Picon
Favicon
Gravatar

svn commit: r701648 - in /httpd/httpd/branches/2.2.x/docs/manual/mod: mod_authnz_ldap.html.en mod_authnz_ldap.xml

Author: covener
Date: Sat Oct  4 07:59:09 2008
New Revision: 701648

URL: http://svn.apache.org/viewvc?rev=701648&view=rev
Log:
AuthbasicProvider of something other then LDAP, with AuthLDAPURL in the per-dir config
behaves a little unintuitively. Document the behavior if/until LDAP can better step
out of the way during authorization.

PR#45946

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authnz_ldap.html.en
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authnz_ldap.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authnz_ldap.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authnz_ldap.html.en?rev=701648&r1=701647&r2=701648&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authnz_ldap.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authnz_ldap.html.en Sat Oct  4 07:59:09 2008
 <at>  <at>  -953,6 +953,14  <at>  <at> 

     <p>See above for examples of <code class="directive"><a
href="#authldapurl">AuthLDAPURL</a></code> URLs.</p>

+    <p> When <code class="directive"><a href="#authldapurl">AuthLDAPURL</a></code>
+    is enabled in a particular context, but some other module has performed
+    authentication for the request, the server will try to map the username to a DN
+    during authorization regardless of whether or not LDAP-specific requirements
(Continue reading)

jim | 6 Oct 2008 16:29
Picon
Favicon

svn commit: r702162 - /httpd/httpd/branches/1.3.x/src/support/logresolve.c

Author: jim
Date: Mon Oct  6 07:29:12 2008
New Revision: 702162

URL: http://svn.apache.org/viewvc?rev=702162&view=rev
Log:
protect from mismanaged DNS which return blank/null
hostnames.

Modified:
    httpd/httpd/branches/1.3.x/src/support/logresolve.c

Modified: httpd/httpd/branches/1.3.x/src/support/logresolve.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/1.3.x/src/support/logresolve.c?rev=702162&r1=702161&r2=702162&view=diff
==============================================================================
--- httpd/httpd/branches/1.3.x/src/support/logresolve.c (original)
+++ httpd/httpd/branches/1.3.x/src/support/logresolve.c Mon Oct  6 07:29:12 2008
 <at>  <at>  -165,7 +165,7  <at>  <at> 

 	hostdata = gethostbyaddr((const char *) &ipnum, sizeof(struct in_addr),
 				 AF_INET);
-	if (hostdata == NULL) {
+	if (hostdata == NULL || !hostdata->h_name || !*hostdata->h_name) {
 	    if (h_errno > MAX_ERR)
 		errors[UNKNOWN_ERR]++;
 	    else

gregames | 7 Oct 2008 16:51
Picon
Favicon

svn commit: r702500 - /httpd/httpd/branches/2.2.x/STATUS

Author: gregames
Date: Tue Oct  7 07:51:07 2008
New Revision: 702500

URL: http://svn.apache.org/viewvc?rev=702500&view=rev
Log:
vote & promote proxy smax patch

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=702500&r1=702499&r2=702500&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Tue Oct  7 07:51:07 2008
 <at>  <at>  -85,6 +85,15  <at>  <at> 
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]

+   * mod_proxy: Allow for the smax param to be 0, so that all connections
+     are available to be dropped, should they be idle long enough.
+     PR 43371
+     Trunk version of patch:
+       http://svn.apache.org/viewvc?rev=697093&view=rev
+    Backport version for 2.2.x of patch:
+       Trunk version of patch works
+   +1: jim, rpluem, gregames
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
(Continue reading)

jim | 7 Oct 2008 16:59
Picon
Favicon

svn commit: r702502 - in /httpd/httpd/branches/2.2.x: ./ CHANGES STATUS docs/ modules/proxy/mod_proxy.c modules/proxy/proxy_util.c support/ab.c support/suexec.c

Author: jim
Date: Tue Oct  7 07:59:48 2008
New Revision: 702502

URL: http://svn.apache.org/viewvc?rev=702502&view=rev
Log:
Allow smax to be 0
PR 43371

Modified:
    httpd/httpd/branches/2.2.x/   (props changed)
    httpd/httpd/branches/2.2.x/CHANGES
    httpd/httpd/branches/2.2.x/STATUS
    httpd/httpd/branches/2.2.x/docs/   (props changed)
    httpd/httpd/branches/2.2.x/modules/proxy/mod_proxy.c
    httpd/httpd/branches/2.2.x/modules/proxy/proxy_util.c
    httpd/httpd/branches/2.2.x/support/ab.c   (props changed)
    httpd/httpd/branches/2.2.x/support/suexec.c   (props changed)

Propchange: httpd/httpd/branches/2.2.x/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Oct  7 07:59:48 2008
 <at>  <at>  -1 +1  <at>  <at> 
-/httpd/httpd/trunk:611483,639005,639010,647395,660461,660566,664330,678761,681190,682369,683626,685112,686805,686809,687099,687754,693392,693727-693728,696006
+/httpd/httpd/trunk:611483,639005,639010,647395,660461,660566,664330,678761,681190,682369,683626,685112,686805,686809,687099,687754,693392,693727-693728,696006,697093

Modified: httpd/httpd/branches/2.2.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?rev=702502&r1=702501&r2=702502&view=diff
==============================================================================
(Continue reading)

jim | 7 Oct 2008 17:04
Picon
Favicon

svn commit: r702506 - /httpd/httpd/trunk/CHANGES

Author: jim
Date: Tue Oct  7 08:04:13 2008
New Revision: 702506

URL: http://svn.apache.org/viewvc?rev=702506&view=rev
Log:
backported 2.2.10 - r702502

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=702506&r1=702505&r2=702506&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Tue Oct  7 08:04:13 2008
 <at>  <at>  -2,11 +2,6  <at>  <at> 
 Changes with Apache 2.3.0
 [ When backported to 2.2.x, remove entry from this file ]

-  *) Allow for smax to be 0 for balancer members so that all idle
-     connections are able to be dropped should they exceed ttl.
-     PR 43371 [Phil Endecott <spam_from_apache_bugzilla chezphil.org>,
-     Jim Jagielski]
-
   *) mod_proxy_ajp: Fix wrongly formatted requests where client
      sets Content-Length header, but doesn't provide a body.
      Servlet container always expects that next packet is

(Continue reading)

jim | 7 Oct 2008 17:07
Picon
Favicon

svn commit: r702508 [3/6] - in /httpd/httpd/branches/2.2.x/docs/manual: ./ mod/

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.es
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.es?rev=702508&r1=702507&r2=702508&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.es (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.es Tue Oct  7 08:07:57 2008
 <at>  <at>  -248,522 +248,523  <at>  <at> 
 <tr class="odd"><td><a href="mod_speling.html#checkcaseonly">CheckCaseOnly on|off</a></td><td> Off </td><td>svdh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Limits the action of the speling module to case corrections</td></tr>
 <tr><td><a href="mod_speling.html#checkspelling">CheckSpelling on|off</a></td><td> Off </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">Enables the spelling 
 module</td></tr>
-<tr class="odd"><td><a href="core.html#contentdigest">ContentDigest On|Off</a></td><td> Off </td><td>svdh</td><td>C</td></tr><tr class="odd"><td class="descr" colspan="4">Enables the generation of <code>Content-MD5</code> HTTP Response
+<tr class="odd"><td><a href="mpm_common.html#chrootdir">ChrootDir <var>/path/to/directory</var></a></td><td></td><td>s</td><td>M</td></tr><tr class="odd"><td class="descr" colspan="4">Directory for apache to run chroot(8) after startup.</td></tr>
+<tr><td><a href="core.html#contentdigest">ContentDigest On|Off</a></td><td> Off </td><td>svdh</td><td>C</td></tr><tr><td class="descr" colspan="4">Enables the generation of <code>Content-MD5</code> HTTP Response
 headers</td></tr>
-<tr><td><a href="mod_usertrack.html#cookiedomain">CookieDomain <em>domain</em></a></td><td></td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">The domain to which the tracking cookie applies</td></tr>
-<tr class="odd"><td><a href="mod_usertrack.html#cookieexpires">CookieExpires <em>expiry-period</em></a></td><td></td><td>svdh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Expiry time for the tracking cookie</td></tr>
-<tr><td><a href="mod_log_config.html#cookielog">CookieLog <var>filename</var></a></td><td></td><td>sv</td><td>B</td></tr><tr><td class="descr" colspan="4">Sets filename for the logging of cookies</td></tr>
-<tr class="odd"><td><a href="mod_usertrack.html#cookiename">CookieName <em>token</em></a></td><td> Apache </td><td>svdh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Name of the tracking cookie</td></tr>
-<tr><td><a href="mod_usertrack.html#cookiestyle">CookieStyle
-    <em>Netscape|Cookie|Cookie2|RFC2109|RFC2965</em></a></td><td> Netscape </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">Format of the cookie header field</td></tr>
-<tr class="odd"><td><a href="mod_usertrack.html#cookietracking">CookieTracking on|off</a></td><td> off </td><td>svdh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Enables tracking cookie</td></tr>
-<tr><td><a href="mpm_common.html#coredumpdirectory">CoreDumpDirectory <var>directory</var></a></td><td></td><td>s</td><td>M</td></tr><tr><td class="descr" colspan="4">Directory where Apache attempts to
+<tr class="odd"><td><a href="mod_usertrack.html#cookiedomain">CookieDomain <em>domain</em></a></td><td></td><td>svdh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">The domain to which the tracking cookie applies</td></tr>
+<tr><td><a href="mod_usertrack.html#cookieexpires">CookieExpires <em>expiry-period</em></a></td><td></td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">Expiry time for the tracking cookie</td></tr>
+<tr class="odd"><td><a href="mod_log_config.html#cookielog">CookieLog <var>filename</var></a></td><td></td><td>sv</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Sets filename for the logging of cookies</td></tr>
+<tr><td><a href="mod_usertrack.html#cookiename">CookieName <em>token</em></a></td><td> Apache </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">Name of the tracking cookie</td></tr>
+<tr class="odd"><td><a href="mod_usertrack.html#cookiestyle">CookieStyle
+    <em>Netscape|Cookie|Cookie2|RFC2109|RFC2965</em></a></td><td> Netscape </td><td>svdh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Format of the cookie header field</td></tr>
+<tr><td><a href="mod_usertrack.html#cookietracking">CookieTracking on|off</a></td><td> off </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">Enables tracking cookie</td></tr>
+<tr class="odd"><td><a href="mpm_common.html#coredumpdirectory">CoreDumpDirectory <var>directory</var></a></td><td></td><td>s</td><td>M</td></tr><tr class="odd"><td class="descr" colspan="4">Directory where Apache attempts to
 switch before dumping core</td></tr>
(Continue reading)

jim | 7 Oct 2008 17:07
Picon
Favicon

svn commit: r702508 [1/6] - in /httpd/httpd/branches/2.2.x/docs/manual: ./ mod/

Author: jim
Date: Tue Oct  7 08:07:57 2008
New Revision: 702508

URL: http://svn.apache.org/viewvc?rev=702508&view=rev
Log:
Update 2.2 doccos

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/content-negotiation.html.tr.utf8
    httpd/httpd/branches/2.2.x/docs/manual/mod/directives.html.en
    httpd/httpd/branches/2.2.x/docs/manual/mod/directives.html.es
    httpd/httpd/branches/2.2.x/docs/manual/mod/directives.html.ko.euc-kr
    httpd/httpd/branches/2.2.x/docs/manual/mod/directives.html.ru.koi8-r
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.html.en
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml.ja
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_balancer.html.en
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy_balancer.xml.ja
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_suexec.html.en
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_suexec.html.ja.utf8
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_suexec.xml.ja
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_suexec.xml.ko
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_suexec.xml.meta
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_userdir.html.en
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_userdir.xml.ja
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_userdir.xml.ko
    httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.html.en
    httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.html.tr.utf8
    httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml.de
    httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml.ja
(Continue reading)

jim | 7 Oct 2008 17:07
Picon
Favicon

svn commit: r702508 [5/6] - in /httpd/httpd/branches/2.2.x/docs/manual: ./ mod/

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.ru.koi8-r
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.ru.koi8-r?rev=702508&r1=702507&r2=702508&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.ru.koi8-r [koi8-r] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/quickreference.html.ru.koi8-r [koi8-r] Tue Oct  7 08:07:57 2008
 <at>  <at>  -246,522 +246,523  <at>  <at> 
 <tr class="odd"><td><a href="mod_speling.html#checkcaseonly">CheckCaseOnly on|off</a></td><td> Off </td><td>svdh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Limits the action of the speling module to case corrections</td></tr>
 <tr><td><a href="mod_speling.html#checkspelling">CheckSpelling on|off</a></td><td> Off </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">Enables the spelling 
 module</td></tr>
-<tr class="odd"><td><a href="core.html#contentdigest">ContentDigest On|Off</a></td><td> Off </td><td>svdh</td><td>C</td></tr><tr class="odd"><td class="descr" colspan="4">Enables the generation of <code>Content-MD5</code> HTTP Response
+<tr class="odd"><td><a href="mpm_common.html#chrootdir">ChrootDir <var>/path/to/directory</var></a></td><td></td><td>s</td><td>M</td></tr><tr class="odd"><td class="descr" colspan="4">Directory for apache to run chroot(8) after startup.</td></tr>
+<tr><td><a href="core.html#contentdigest">ContentDigest On|Off</a></td><td> Off </td><td>svdh</td><td>C</td></tr><tr><td class="descr" colspan="4">Enables the generation of <code>Content-MD5</code> HTTP Response
 headers</td></tr>
-<tr><td><a href="mod_usertrack.html#cookiedomain">CookieDomain <em>domain</em></a></td><td></td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">The domain to which the tracking cookie applies</td></tr>
-<tr class="odd"><td><a href="mod_usertrack.html#cookieexpires">CookieExpires <em>expiry-period</em></a></td><td></td><td>svdh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Expiry time for the tracking cookie</td></tr>
-<tr><td><a href="mod_log_config.html#cookielog">CookieLog <var>filename</var></a></td><td></td><td>sv</td><td>B</td></tr><tr><td class="descr" colspan="4">Sets filename for the logging of cookies</td></tr>
-<tr class="odd"><td><a href="mod_usertrack.html#cookiename">CookieName <em>token</em></a></td><td> Apache </td><td>svdh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Name of the tracking cookie</td></tr>
-<tr><td><a href="mod_usertrack.html#cookiestyle">CookieStyle
-    <em>Netscape|Cookie|Cookie2|RFC2109|RFC2965</em></a></td><td> Netscape </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">Format of the cookie header field</td></tr>
-<tr class="odd"><td><a href="mod_usertrack.html#cookietracking">CookieTracking on|off</a></td><td> off </td><td>svdh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Enables tracking cookie</td></tr>
-<tr><td><a href="mpm_common.html#coredumpdirectory">CoreDumpDirectory <var>directory</var></a></td><td></td><td>s</td><td>M</td></tr><tr><td class="descr" colspan="4">Directory where Apache attempts to
+<tr class="odd"><td><a href="mod_usertrack.html#cookiedomain">CookieDomain <em>domain</em></a></td><td></td><td>svdh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">The domain to which the tracking cookie applies</td></tr>
+<tr><td><a href="mod_usertrack.html#cookieexpires">CookieExpires <em>expiry-period</em></a></td><td></td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">Expiry time for the tracking cookie</td></tr>
+<tr class="odd"><td><a href="mod_log_config.html#cookielog">CookieLog <var>filename</var></a></td><td></td><td>sv</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Sets filename for the logging of cookies</td></tr>
+<tr><td><a href="mod_usertrack.html#cookiename">CookieName <em>token</em></a></td><td> Apache </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">Name of the tracking cookie</td></tr>
+<tr class="odd"><td><a href="mod_usertrack.html#cookiestyle">CookieStyle
+    <em>Netscape|Cookie|Cookie2|RFC2109|RFC2965</em></a></td><td> Netscape </td><td>svdh</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Format of the cookie header field</td></tr>
+<tr><td><a href="mod_usertrack.html#cookietracking">CookieTracking on|off</a></td><td> off </td><td>svdh</td><td>E</td></tr><tr><td class="descr" colspan="4">Enables tracking cookie</td></tr>
+<tr class="odd"><td><a href="mpm_common.html#coredumpdirectory">CoreDumpDirectory <var>directory</var></a></td><td></td><td>s</td><td>M</td></tr><tr class="odd"><td class="descr" colspan="4">Directory where Apache attempts to
 switch before dumping core</td></tr>
(Continue reading)


Gmane