PHP4 via cgi neben PHP5 betreiben

txc

New Member
Hallo,

ich möchte PHP4 via cgi neben PHP5 betreiben.

Dazu habe ich folgendes ausgeführt:

apt-get install php4-cgi php4-mysql
a2enmod actions
a2enmod suexec
In der apache2.conf:
AddType application/x-httpd-php4 .php4
Action application/x-httpd-php4 “/cgi-bin/php4”
an das ende hinzugefügt.

Leider kommt der Fehler:

[Sun Apr 19 16:49:27 2009] [error] [client xx.xxx.xxx.xxx] Invalid URI in request GET /test.php4 HTTP/1.1

Woran liegt dies?

Die Datei phpinfo.php4 wird einfach heruntergeladen.
 
Last edited by a moderator:
Back
Top