Minor patch on ResourceConfig, and AccessConfig. Not sure if it's actually worth it, but it's mentioned for *nix systems, so let's mention it for Windoze.
<PATCH> --- ../apache-1.3/htdocs/manual/mod/core.html Mon Feb 28 08:42:23 2000 +++ ./core.html Thu Mar 16 23:31:31 2000 @@ -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, you can use: +<BLOCKQUOTE><CODE>AccessConfig nul</CODE></BLOCKQUOTE> Historically, this file only contained <A HREF="#directory"><Directory></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, you can use: +<BLOCKQUOTE><CODE>ResourceConfig nul</CODE></BLOCKQUOTE> Historically, this file contained most directives except for server configuration directives and <A HREF="#directory"><Directory></A> sections; in fact it can now contain any server directive allowed in the </PATCH> Rich -- http://www.ApacheUnleashed.com/ Lexington Perl Mongers - http://lexington.pm.org/ PGP Key - http://www.rcbowen.com/pgp.txt
