Mailing List Archive

cvs commit: httpd-docs-1.3/htdocs/manual/mod mod_isapi.html directives.html
wrowe 00/09/26 08:43:22

Modified: htdocs/manual/mod mod_isapi.html directives.html
Log:
Finish the docco changes for new directives

Revision Changes Path
1.8 +8 -8 httpd-docs-1.3/htdocs/manual/mod/mod_isapi.html

Index: mod_isapi.html
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_isapi.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mod_isapi.html 2000/09/26 15:23:14 1.7
+++ mod_isapi.html 2000/09/26 15:43:21 1.8
@@ -77,14 +77,14 @@

<H2>Directives</H2>
<UL>
-<LI><A HREF="#ISAPIReadAheadBuffer">ISAPIReadAheadBuffer</A>
-<LI><A HREF="#ISAPILogNotSupported">ISAPILogNotSupported</A>
-<LI><A HREF="#ISAPIAppendLogToErrors">ISAPIAppendLogToErrors</A>
-<LI><A HREF="#ISAPIAppendLogToQuery">ISAPIAppendLogToQuery</A>
+<LI><A HREF="#isapireadaheadbuffer">ISAPIReadAheadBuffer</A>
+<LI><A HREF="#isapilognotsupported">ISAPILogNotSupported</A>
+<LI><A HREF="#isapiappendlogtoerrors">ISAPIAppendLogToErrors</A>
+<LI><A HREF="#isapiappendlogtoquery">ISAPIAppendLogToQuery</A>
</UL>
<HR>

-<H2><A NAME="ISAPIReadAheadBuffer">ISAPIReadAheadBuffer directive</A></H2>
+<H2><A NAME="isapireadaheadbuffer">ISAPIReadAheadBuffer directive</A></H2>
<!--%plaintext &lt;?INDEX {\tt ISAPIReadAheadBuffer} directive&gt; -->
<A
HREF="directive-dict.html#Syntax"
@@ -125,7 +125,7 @@
<P>
<HR>

-<H2><A NAME="ISAPILogNotSupported">ISAPILogNotSupported directive</A></H2>
+<H2><A NAME="isapilognotsupported">ISAPILogNotSupported directive</A></H2>
<!--%plaintext &lt;?INDEX {\tt ISAPILogNotSupported} directive&gt; -->
<A
HREF="directive-dict.html#Syntax"
@@ -163,7 +163,7 @@
<P>
<HR>

-<H2><A NAME="ISAPIAppendLogToErrors">ISAPIAppendLogToErrors directive</A></H2>
+<H2><A NAME="isapiappendlogtoerrors">ISAPIAppendLogToErrors directive</A></H2>
<!--%plaintext &lt;?INDEX {\tt ISAPIAppendLogToErrors} directive&gt; -->
<A
HREF="directive-dict.html#Syntax"
@@ -199,7 +199,7 @@
<P>
<HR>

-<H2><A NAME="ISAPIAppendLogToQuery">ISAPIAppendLogToQuery directive</A></H2>
+<H2><A NAME="isapiappendlogtoquery">ISAPIAppendLogToQuery directive</A></H2>
<!--%plaintext &lt;?INDEX {\tt ISAPIAppendLogToQuery} directive&gt; -->
<A
HREF="directive-dict.html#Syntax"



1.68 +4 -0 httpd-docs-1.3/htdocs/manual/mod/directives.html

Index: directives.html
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/directives.html,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- directives.html 2000/09/12 02:29:13 1.67
+++ directives.html 2000/09/26 15:43:21 1.68
@@ -123,6 +123,10 @@
<LI><A HREF="mod_autoindex.html#indexignore">IndexIgnore</A>
<LI><A HREF="mod_autoindex.html#indexoptions">IndexOptions</A>
<LI><A HREF="mod_autoindex.html#indexorderdefault">IndexOrderDefault</A>
+<LI><A HREF="mod_isapi.html#isapireadaheadbuffer">ISAPIReadAheadBuffer</A>
+<LI><A HREF="mod_isapi.html#isapilognotsupported">ISAPILogNotSupported</A>
+<LI><A HREF="mod_isapi.html#isapiappendlogtoerrors">ISAPIAppendLogToErrors</A>
+<LI><A HREF="mod_isapi.html#isapiappendlogtoquery">ISAPIAppendLogToQuery</A>
<LI><A HREF="core.html#keepalive">KeepAlive</A>
<LI><A HREF="core.html#keepalivetimeout">KeepAliveTimeout</A>
<LI><A HREF="mod_negotiation.html#languagepriority">LanguagePriority</A>