[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: release critical bug in apache2.2?



On Thu, Nov 02, 2006 at 08:05:08PM +0100, Bastian Venthur <expires-2007@venthur.de> wrote:
> Mike Hommey wrote:
> > On Thu, Nov 02, 2006 at 03:32:39PM +0100, Bastian Venthur <expires-2007@venthur.de> wrote:
> > DirectoryIndex tells apache which file(s) it may use when the url points
> > to a directory, instead of creating an index of the directory itself, if
> > allowed to.
> > 
> > The default value for DirectoryIndex is index.html, which
> > obviously forgets index.php. But that doesn't mean index.php will be
> > readable as source. It only means that the auto index will be displayed
> > if no index.html is present and if allowed to.
> 
> Is this upstreams default or our? I mean I just cannot imagine that
> apache ignores index.php files by default.

Upstream defaults to:
<IfModule dir_module>
    DirectoryIndex index.html
</IfModule>

PHP is shipped with upstream apache, so there is no reason that it
should support index.php files.

Mike



Reply to: