Received: (from majordom@localhost) by hyperreal.org (8.8.5/8.8.5) id AAA03175; Tue, 15 Jul 1997 00:35:24 -0700 (PDT) Received: from twinlark.arctic.org (twinlark.arctic.org [204.62.130.91]) by hyperreal.org (8.8.5/8.8.5) with SMTP id AAA03170 for ; Tue, 15 Jul 1997 00:35:21 -0700 (PDT) Received: (qmail 10632 invoked by uid 500); 15 Jul 1997 07:35:18 -0000 Date: Tue, 15 Jul 1997 00:35:18 -0700 (PDT) From: Dean Gaudet To: new-httpd@apache.org Subject: Re: autoindex bug In-Reply-To: <3.0.3.32.19970714144547.0082a100@204.152.144.36> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org Fixed... one of the two has to add a trailing / to r->filename. Now both of them do it, so you should be able to use either alone or together. But it doesn't make much sense to place mod_autoindex after mod_dir... 'cause it would always generate an index if Options Index was set. Dean On Mon, 14 Jul 1997, Brian Behlendorf wrote: > It appears that if the Configuration file includes mod_autoindex *after* > mod_dir (and thus the order in modules.c is different), the output of any > request to a directory is garbled. I.e. the DirectoryIndex is ignored, and > the table of files has "0K" for the file size (that's zero-K) and doesn't > know what file types they are. Since they both use the same stages in the > API, it's not obvious where the bug is being triggered... > > Brian > > > --=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-- > "Why not?" - TL brian@organic.com - hyperreal.org - apache.org >