well, the new mod_ident docs are written (obtained from core.xml).

Any comments?

<http://cvs.apache.org/~nd/manual/mod/mod_ident.html>

The attached patch shows the accompanying changes.

nd
-- 
s;.*;aaaaaoaaaoaaaaooooaaoaaaomaaaa:a:alataa:aaoat:a:a:a
maoaa:a:laoata:a:oia:a:o:a:m:a:o:alaoooat:aaool:aaoaa
matooololaaatoto:aaa:o:a:o:m;;s:\s:\::g;y;mailto:;
\40\51/\134\137|ndparker <[EMAIL PROTECTED]>;;print;

Index: sitemap.xml
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/sitemap.xml,v
retrieving revision 1.20
diff -u -r1.20 sitemap.xml
--- sitemap.xml 17 Jan 2003 01:53:07 -0000      1.20
+++ sitemap.xml 18 Jan 2003 18:48:37 -0000
@@ -159,6 +159,7 @@
   <modulefile>mod_ext_filter.xml</modulefile>
   <modulefile>mod_file_cache.xml</modulefile>
   <modulefile>mod_headers.xml</modulefile>
+  <modulefile>mod_ident.xml</modulefile>
   <modulefile>mod_imap.xml</modulefile>
   <modulefile>mod_include.xml</modulefile>
   <modulefile>mod_info.xml</modulefile>
Index: mod/core.xml
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/mod/core.xml,v
retrieving revision 1.51
diff -u -r1.51 core.xml
--- mod/core.xml        8 Jan 2003 20:58:31 -0000       1.51
+++ mod/core.xml        18 Jan 2003 18:49:14 -0000
@@ -1148,32 +1148,6 @@
 </usage>
 </directivesynopsis>
 
-<directivesynopsis>
-<name>IdentityCheck</name>
-<description>Enables logging of the RFC1413 identity of the remote
-user</description>
-<syntax>IdentityCheck On|Off</syntax>
-<default>IdentityCheck Off</default>
-<contextlist><context>server config</context><context>virtual host</context>
-<context>directory</context></contextlist>
-<usage>
-    <p>This directive enables RFC1413-compliant logging of the
-    remote user name for each connection, where the client machine
-    runs identd or something similar. This information is logged in
-    the access log.</p>
-
-    <p>The information should not be trusted in any way except for
-    rudimentary usage tracking.</p>
-
-    <p>Note that this can cause serious latency problems accessing
-    your server since every request requires one of these lookups
-    to be performed. When firewalls are involved each lookup might
-    possibly fail and add 30 seconds of latency to each hit. So in
-    general this is not very useful on public servers accessible
-    from the Internet.</p>
-</usage>
-</directivesynopsis>
-
 <directivesynopsis type="section">
 <name>IfDefine</name>
 <description>Encloses directives that will be processed only
Index: mod/mod_log_config.xml
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_log_config.xml,v
retrieving revision 1.14
diff -u -r1.14 mod_log_config.xml
--- mod/mod_log_config.xml      26 Nov 2002 09:34:41 -0000      1.14
+++ mod/mod_log_config.xml      18 Jan 2003 18:49:25 -0000
@@ -88,7 +88,9 @@
         in the request sent to the server.</td></tr>
 
     <tr><td><code>%...l</code></td>
-        <td>Remote logname (from identd, if supplied)</td></tr>
+        <td>Remote logname (from identd, if supplied). You need to enable
+        <module>mod_ident</module> in order to get utilizable
+        results.</td></tr>
 
     <tr><td><code>%...m</code></td>
         <td>The request method</td></tr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to