slive 2003/04/06 10:54:10 Modified: htdocs/manual/mod core.html.en Log: Add a little info on AddModule ordering, stolen from src/Configuration.tmpl. PR: 18337 Revision Changes Path 1.249 +10 -1 httpd-docs-1.3/htdocs/manual/mod/core.html.en Index: core.html.en =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/core.html.en,v retrieving revision 1.248 retrieving revision 1.249 diff -u -d -b -u -r1.248 -r1.249 --- core.html.en 10 Mar 2003 13:39:15 -0000 1.248 +++ core.html.en 6 Apr 2003 17:54:09 -0000 1.249 @@ -245,7 +245,7 @@ method Apache will use. Not all methods are available on all platforms, since the suite of methods is determined at compile-time. For a list of which methods are available for - your particular build, the <code>httpd -L</code> command line + your particular build, the <code>httpd -V</code> command line option will list them out.</p> <p>The compile time flags <code>-D @@ -430,6 +430,15 @@ <blockquote> <code>AddModule mod_include.c</code> </blockquote> + + <p>The ordering of <code>AddModule</code> lines is important. + Modules are listed in reverse priority order --- the ones that come + later can override the behavior of those that come earlier. This + can have visible effects; for instance, if UserDir followed Alias, + you couldn't alias out a particular user's home directory. For + more information and a recommended ordering, see + <code>src/Configuration.tmpl</code> in the Apache source + distribution.</p> <p><strong>See also</strong>: <a href="#clearmodulelist">ClearModuleList</a> and <a
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]