You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ro...@imdb.com> on 1997/07/09 20:48:58 UTC

mod_dir / mod_autoindex

After going around in circles I think I could have been helped
with this bit of info in the 1.3-dev 'Changes'

Index: CHANGES
===================================================================
RCS file: /imdb/cvs/apache/src/CHANGES,v
retrieving revision 1.59
diff -u -r1.59 CHANGES
--- CHANGES     1997/07/09 17:31:06     1.59
+++ CHANGES     1997/07/09 18:46:35
@@ -4,6 +4,10 @@
      This allows the admin to completely remove automatic indexing
      from the server, while still supporting the basic functions of
      trailing-slash redirects and DirectoryIndex files.  [Dean Gaudet]
+     If you are using auto-indexing and an old 'Configuration' file you
+     need to add this line:
+     Module autoindex_module    mod_autoindex.o
+
 
   *) popendir/pclosedir created to properly protect directory scanning.
      [Dean Gaudet] PR#525



Re: mod_dir / mod_autoindex

Posted by Rob Hartill <ro...@imdb.com>.
On Wed, 9 Jul 1997, Dean Gaudet wrote:

> Sure I can add this... but your whole Configuration file is going to need
> a rewrite after Paul's work this weekend. 

Oh, I hadn't been following that thread.

I guess Doug might have to redo some work on the mod_perl
interface to config files then :-|



Re: mod_dir / mod_autoindex

Posted by Dean Gaudet <dg...@arctic.org>.
Sure I can add this... but your whole Configuration file is going to need
a rewrite after Paul's work this weekend. 

Dean

On Wed, 9 Jul 1997, Rob Hartill wrote:

> 
> After going around in circles I think I could have been helped
> with this bit of info in the 1.3-dev 'Changes'
> 
> Index: CHANGES
> ===================================================================
> RCS file: /imdb/cvs/apache/src/CHANGES,v
> retrieving revision 1.59
> diff -u -r1.59 CHANGES
> --- CHANGES     1997/07/09 17:31:06     1.59
> +++ CHANGES     1997/07/09 18:46:35
> @@ -4,6 +4,10 @@
>       This allows the admin to completely remove automatic indexing
>       from the server, while still supporting the basic functions of
>       trailing-slash redirects and DirectoryIndex files.  [Dean Gaudet]
> +     If you are using auto-indexing and an old 'Configuration' file you
> +     need to add this line:
> +     Module autoindex_module    mod_autoindex.o
> +
>  
>    *) popendir/pclosedir created to properly protect directory scanning.
>       [Dean Gaudet] PR#525
> 
> 
>