PHP 4.4.0-r3 - Apache ignoriert PHP4 beim start
am 06.10.2005 13:49:12 von gaudlitzHi,
ich habe ein Gentoo Linux System und habe mir den neuen Apache2 und die
neuste PHP Version gezogen.
Als die beiden fertig kompiliert waren, habe ich die /etc/conf.d/apache2
bearbeitet und die Zeile von APACHE2_OPTS abgeändert.
APACHE2_OPTS="-D DEFAULT_VHOST -D PHP4"
Danach habe ich den Apache über /etc/init.d/apache2 gestartet. Doch
Sobald ich eine php Datei über einen Browser aufrufe, bekomme ich diese
als Download angeboten.
In /var/log/apache2 befindet sich nur folgender Inhalt:
[Thu Oct 06 13:33:32 2005] [notice] suEXEC mechanism enabled (wrapper:
/usr/sbin/suexec2)
[Thu Oct 06 13:33:33 2005] [notice] Digest: generating secret for digest
authentication ...
[Thu Oct 06 13:33:33 2005] [notice] Digest: done
[Thu Oct 06 13:33:33 2005] [notice] Apache configured -- resuming normal
operations
Die /etc/apache2/modules.d/70_mod_php.conf schaut wie folgt aus:
# vim: ft=apache sw=4 ts=4
# Load the module first
LoadModule php4_module modules/libphp4.so
# Set it to handle the files
AddType application/x-httpd-php .php
AddType application/x-httpd-php .phtml
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php4
AddType application/x-httpd-php-source .phps
AddDirectoryIndex index.php index.phtml
Die libphp4.so befindet sich im folgenden Verzeichnis:
/usr/lib/apache2/modules/libphp4.so
Die Standardseite vom frisch aufgesetzen Apache ist aber zusehen. Nur
PHP funktioniert derzeit nicht.
Habe schonmal die Komplette Installation wiederholt, jedoch leider ohne
Erfolg. Hat jemand einen Hinweis für mich?
MfG
D. Gaudlitz