Danke für die prompte Antwort!

Ein Auszug aus der httpd.conf Datei:

----- cut -----
LoadModule php4_module libexec/libphp4.so
----- cut -----


Und wo is das AddModule mod_php4.c ?

Wenn ich das AddModule hinzufüge und dann mit "apachectl configtest" prüfe gibt der Apache folgende Meldung aus:
[DATUM UND ZEIT] [warn] module mod_php4.c is already added, skipping
Syntax OK


Es ist aber nicht statisch einkompiliert (nicht aufgeführt in der Liste von "httpd -l")!

<IfModule mod_mime.c>
...
....
.....
<IfModule mod_php4.c>
AddType application/x-httpd-php .php .php3 .php4
AddType application/x-httpd-php-source .phps
</IfModule>
</IfModule>


Standardsachen die man eh immer braucht solle man nicht in irgentwelche
<IfModule> oder IfDefine> stellen und schon garnicht wenn man auf der
Fehlersuche ist :)

ok, werd' ich mir merken :)



Antwort per Email an