Received: (qmail 17907 invoked by uid 501); 27 Dec 2001 22:17:35 -0000 Message-Id: <20011227221735.17906.qmail@apache.org> Date: 27 Dec 2001 22:17:35 -0000 From: Ben Wilson Reply-To: ben@thelocust.org To: submit@bugz.apache.org Subject: mod_AutoIndex "AddModuled" after mod_dir causes DirectoryIndex to be ignored X-Send-Pr-Version: 3.110 >Number: 9282 >Category: mod_autoindex >Synopsis: mod_AutoIndex "AddModuled" after mod_dir causes DirectoryIndex to be ignored >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: closed >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: apache >Arrival-Date: Thu Dec 27 14:20:00 PST 2001 >Closed-Date: Thu Dec 27 20:47:44 PST 2001 >Last-Modified: Thu Dec 27 20:47:44 PST 2001 >Originator: ben@thelocust.org >Release: 1.3.22 >Organization: >Environment: Linux, gcc >Description: in my configuration file, i had the line AddModule mod_autoindex.c after the line AddModule mod_dir.c, this caused DirectoryIndex to be disregarded. However, after swapping the lines, this is fine. Apparently order operations in the AddModule section is necessary, but not documented. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: State-Changed-From-To: open-closed State-Changed-By: wrowe State-Changed-When: Thu Dec 27 20:47:44 PST 2001 State-Changed-Why: In the default file; AddModule mod_autoindex.c AddModule mod_dir.c But moreso, # Note: The order in which modules are loaded is important. Don't change # the order below without expert advice. appears in that section. It's printed that way for a reason, and documenting EVERY interaction between modules would be a herculean effort [one that we would entertain a contribution of, to the docs@httpd.apache.org list] so this is simply unrealistic. >Unformatted: [In order for any reply to be added to the PR database, you need] [to include in the Cc line and make sure the] [subject line starts with the report component and number, with ] [or without any 'Re:' prefixes (such as "general/1098:" or ] ["Re: general/1098:"). If the subject doesn't match this ] [pattern, your message will be misfiled and ignored. The ] ["apbugs" address is not added to the Cc line of messages from ] [the database automatically because of the potential for mail ] [loops. If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request from a ] [developer. Reply only with text; DO NOT SEND ATTACHMENTS! ]