PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : apache2 & php4.3.3 Problem !



Reveller
31.05.04, 21:23
Tag auch !

Ich habe eine suse 8.1 büchse welche jetzt mit dem apache2 läuft.
Ich schaffe es einfach nicht das php modul einzubinden.

Hier mal die php settings ind ../apache2/httpd.conf:

DirectoryIndex index.html index.html.var index.htm index.php

# Example:
# LoadModule foo_module modules/mod_foo.so
LoadModule php4_module /usr/lib/apache2-prefork/libphp4.so

AddType application/x-httpd-php .php .phtml
AddType application/x-httpd-php-source .phps

Bei einem rcapach2 start bekomme ich folgende Meldung:

NEMESIS:/etc/apache2 # rcapache2 start
Starting httpd (worker) [ ]

httpd2-worker: module "/usr/src/packages/BUILD/php-4.3.3/sapi/apache2handler/sapi_apache2.c" is not compatible with this version of Apache.
Please contact the vendor for the correct version.


Kann mir bitte jemand helfen ? :confused:

Danke

netzmeister
31.05.04, 23:17
Hallo,

"worker" "prefork" falsches Modul für falsche Version :D
Es gibt mehrere verschiedene Apache2.

Auf der PHP-Seite ist ein recht gute Aneitung.

Viele Grüße

Eicke