M. Schöler: APACHE CONF start von index.html oder index.cgi ...

Hallo !

Ich habe ein Problem mit Apache. Wie kann ich ohne
Hilfe von .htaccess einstellen, dass Apache, falls
es nicht die index.html findet, nach der index.pl sucht
und diese startet ?
Welche Konfigurationsdatei muss ich ändern und was ?
  (Ich habe Linux)

MfG

M.Schöler

  1. Hallo !

    In der Konfigurationsdatei httpd.conf findest Du:

    <IfModule mod_dir.c>
        DirectoryIndex index.html
        DirectoryIndex index.htm
        DirectoryIndex index.php
        DirectoryIndex index.php3
        DirectoryIndex default.html
        DirectoryIndex default.htm

    </IfModule>

    Gruß tommy