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

APACHE - SSI - Problem



Hallo Leute!
Ich habe Apache 1.3.31 auf einer Unstable Version von Debian Woody laufen.
Ich habe ein Problem mit Server Side Included (SSI).
Ich habe die httpd.conf und modules.conf Anhand der allgemeinen SSI Howtos welche
im Web kursieren eingerichtet:

---<modules.conf>---
...
LoadModule perl_module /usr/lib/apache/1.3/mod_include.so
...
---</modules.conf>---


---<httpd.conf>----
...
<IfModule mod_mime.c>
...
AddType text/html .shtml
AddHandler server-parsed .shtml
...
<Directory /home/*>
   Options SymLinksIfOwnerMatch
   Options Includes
   AllowOverride All
</Directory>
...
---</httpd.conf>---

weiters habe ich auch folgendes in der .htaccess des document roots meines
virtuellen hosts:
--------
Options Indexes FollowSymLinks Includes
AddType application/x-httpd-cgi .cgi
AddType text/x-server-parsed-html .shtml
---------

Trotz alldem funktioniert SSI nicht. Wenn ich eine .shtml Datei
aufrufe, so wird der SSI-Tag einfach ausgegeben, anstatt dass der SSI Befehl
verarbeitet wird.

Hat wer von euch ne Ahnung, warum SSI hier nicht funktioniert?
Ich weiss nicht was ich sonst noch konfigurieren könte...

Vielen Dank im Vorraus!

Grüße
Flo



Reply to: