The following reply was made to PR mod_autoindex/5015; it has been noted by GNATS.
From: Marc Slemko <[EMAIL PROTECTED]> To: Samuel Liddicott <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: mod_autoindex/5015: IndexIgnore in .htaccess is governed by AllowOverride Options NOT AllowOverride Indexes Date: Wed, 15 Sep 1999 17:19:19 -0600 (MDT) On 15 Sep 1999, Samuel Liddicott wrote: > The trouble is if I AllowOverride Options > users can give themselves CGI permissions! > >How-To-Repeat: > In access.conf > <Directory /home/*/www*> > Options Includes FollowSymLinks Indexes -ExecCGI > AllowOverride FileInfo AuthConfig Limit Indexes > > order allow,deny > allow from all > </Directory> > and serve a user page with IndexIgnore in the .htaccess and you get > "internal server error" > Add "Options" to AllowOveride (restart apache) and suddenly, no server error. What exactly is in the .htaccess file and what exactly is the error log saying?