king-dingeling
Mitglied
seit dem update auf 9.1 scheint der apache-server keine php-dateien mehr zu "akzeptieren".
wenn ich bspw. localhost/index.php öffnen will, so erscheint immer ein "speichern unter"-dialog.
in der httpd.conf findet sich bzgl. php der eintrag:
<IfDefine HAVE_PHP4>
LoadModule php4_module extramodules/libphp4.so
habe folgende zeilen hinzugefügt:
LoadModule php4_module /usr/lib/apache-extramodules/libphp4.so
AddType application/x-httpd-php .php .php3 .php4 .phtml
AddType application/x-httpd-php-source .phps
...aber alles bleibt beim alten.
was muß ich denn noch einstellen?
thx
wenn ich bspw. localhost/index.php öffnen will, so erscheint immer ein "speichern unter"-dialog.
in der httpd.conf findet sich bzgl. php der eintrag:
<IfDefine HAVE_PHP4>
LoadModule php4_module extramodules/libphp4.so
habe folgende zeilen hinzugefügt:
LoadModule php4_module /usr/lib/apache-extramodules/libphp4.so
AddType application/x-httpd-php .php .php3 .php4 .phtml
AddType application/x-httpd-php-source .phps
...aber alles bleibt beim alten.
was muß ich denn noch einstellen?
thx