Kris: Webserver - APACHE2 - Directory Einträge

Guten Abend allerseits !
Seit eben bastel ich mir eine neue schöne HTTPD.CONF für meinen Webserver zusammen. Komischerweise bekomme ich bein configtest immer wieder einen Fehler in Sachen order oder deny/allow from all hinaus

<Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow <-- Hier funkts
    Deny from All    <-- Hier funkts
</Directory>

<Directory /home/httpd>
    Options Indexes FollowSymLinks
    AllowOverride None
    Order allow,deny <-- Hier funkts
    Allow from all   <-- Hier funkts
</Directory>

apache2ctl configtest
Syntax error on line 434 of /etc/apache2/httpd.conf:
Invalid command 'Order', perhaps mis-spelled or defined by a module not included in the server configuration

kann mir das bitte jemand erklären ?

  1. hi,

    Invalid command 'Order', perhaps mis-spelled or defined by a module not included in the server configuration

    Und, ham' wa denn das Modul mod_access eingebunden?

    gruß,
    wahsaga

    --
    /voodoo.css:
    #GeorgeWBush { position:absolute; bottom:-6ft; }
    1. Und, ham' wa denn das Modul mod_access eingebunden?

      da sucht man sich dumm und dämlich und dann ist das include für die modules falsch gesetzt *doink*
      najo bin noch ziemlich jungfräulich was Webserver betrifft ...

      und immer wieder hilft mein Wahsaga :>
      danke

      KRIS