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


--
Haeufig gestellte Fragen und Antworten (FAQ): http://www.de.debian.org/debian-user-german-FAQ/


Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)



Antwort per Email an