| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
| "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| |
| <html xmlns="http://www.w3.org/1999/xhtml"> |
| <head> |
| <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> |
| <meta name="generator" content="HTML Tidy, see www.w3.org" /> |
| |
| <title>Apache module mod_cookies</title> |
| <style> |
| .obsolete |
| { |
| margin: 0; |
| padding: 8px 10px; |
| padding-left: 50px; |
| padding-bottom: 10px; |
| line-height: 1.4em; |
| background: #f99 url(../images/warning.png) no-repeat 0px 0px; |
| margin-left: auto; |
| margin-right: auto; |
| width: 35em; |
| } |
| |
| .currentdocs |
| { |
| background: #f99; |
| } |
| |
| </style> |
| |
| </head> |
| <!-- Background white, links blue (unvisited), navy (visited), red (active) --> |
| |
| <body bgcolor="#FFFFFF" text="#000000" link="#0000FF" |
| vlink="#000080" alink="#FF0000"> |
| <div align="CENTER"> |
| <img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]" /> |
| |
| <h3>Apache HTTP Server Version 1.3</h3> |
| <div class="obsolete"><p>You are looking at the documentation for the |
| 1.3 version of the Apache HTTP Server, which is no longer |
| maintained, and has been declared "end of life". If you are in |
| fact still using the 1.3 version, <strong style="font-weight: inherit;">please consider upgrading</strong>. |
| The current version of the server is <a |
| href="http://httpd.apache.org/docs/2.4/">2.4</a>.</p> |
| |
| <p> |
| This module is obsolete. As of version 1.2 of Apache, it has been replaced with |
| <a |
| href="http://httpd.apache.org/docs/2.4/mod/mod_usertrack.html" |
| >mod_usertrack</a>.</p> |
| |
| </div> |
| |
| </div> |
| |
| <h1 align="CENTER">Module mod_cookies</h1> |
| |
| <p>This module is contained in the <code>mod_cookies.c</code> |
| file, and is not compiled in by default. It provides for |
| Netscape(TM) cookies. There is no documentation available for |
| this module.</p> |
| |
| <ul> |
| <li><a href="#cookielog">CookieLog</a></li> |
| </ul> |
| <hr /> |
| |
| <h2><a id="cookielog" name="cookielog">CookieLog</a></h2> |
| |
| <a href="directive-dict.html#Syntax" |
| rel="Help"><strong>Syntax:</strong></a> CookieLog |
| <em>filename</em><br /> |
| <a href="directive-dict.html#Context" |
| rel="Help"><strong>Context:</strong></a> server config, virtual |
| host<br /> |
| <a href="directive-dict.html#Status" |
| rel="Help"><strong>Status:</strong></a> Experimental<br /> |
| <a href="directive-dict.html#Module" |
| rel="Help"><strong>Module:</strong></a> mod_cookies |
| |
| <p class="currentdocs"><strong>In current versions of the server, |
| you can log cookies with <a |
| href="http://httpd.apache.org/docs/current/mod/mod_log_config.html">mod_log_config</a></strong></p> |
| |
| <p>The CookieLog directive sets the filename for logging of |
| cookies. The filename is relative to the <a |
| href="core.html#serverroot">ServerRoot</a>.</p> |
| |
| <p><!--#include virtual="footer.html" --> |
| </p> |
| </body> |
| </html> |
| |