On Thu, Nov 02, 2006 at 08:05:08PM +0100, Bastian Venthur <[EMAIL PROTECTED]> wrote: > Mike Hommey wrote: > > On Thu, Nov 02, 2006 at 03:32:39PM +0100, Bastian Venthur <[EMAIL > > PROTECTED]> 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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]