Mailing List Archive

cvs commit: httpd-docs-1.3/htdocs/manual/mod core.html
rbowen 00/09/09 12:47:34

Modified: htdocs/manual/mod core.html
Log:
Added mention of 'nul', which is the Win32 equivalent of /dev/nul, in the AccessConfig
and ResourceConfig documentation.
Submitted by: Rich Bowen <rbowen@rcbowen.com>

Revision Changes Path
1.169 +4 -0 httpd-docs-1.3/htdocs/manual/mod/core.html

Index: core.html
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/core.html,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- core.html 2000/09/09 18:58:13 1.168
+++ core.html 2000/09/09 19:47:33 1.169
@@ -121,6 +121,8 @@
relative to the <A HREF="#serverroot">ServerRoot</A>.
This feature can be disabled using:
<BLOCKQUOTE><CODE>AccessConfig /dev/null</CODE></BLOCKQUOTE>
+Or, on Win32 servers,
+<BLOCKQUOTE><CODE>AccessConfig nul</CODE></BLOCKQUOTE>
Historically, this file only contained
<A HREF="#directory">&lt;Directory&gt;</A> sections; in fact it can now
contain any server directive allowed in the <EM>server config</EM> context.
@@ -2446,6 +2448,8 @@
<A HREF="#serverroot">ServerRoot</A>.
This feature can be disabled using:
<BLOCKQUOTE><CODE>ResourceConfig /dev/null</CODE></BLOCKQUOTE>
+Or, on Win32 servers,
+<BLOCKQUOTE><CODE>ResourceConfig nul</CODE></BLOCKQUOTE>
Historically, this file contained most directives except for server
configuration directives and <A HREF="#directory">&lt;Directory&gt;</A>
sections; in fact it can now contain any server directive allowed in the