suphp

planet_fox

Super-Moderator
Habe bisher suphp mit php4 genutzt nun will ich umstellen auf php5 und alternativ auf php4

jetzt habe ich folgendes in der suphp stehn

Code:
x-httpd-php=php:/usr/bin/php5-cgi
x-httpd-php=php4:/usr/bin/php4-cgi
problem ist ich kann zwar im Ispconfig verweisen auf die php4 ini aber die phpinfo zeigt mir php5 an . wie mach ich das in gewissen webs php4 läuft und im rest php5 als standard

Noch was

wenn ich php4 als mod laufen lassen sprich php4 enabled mache dann den apache server restarte bekomme ich folgende antwort

Code:
server:# /etc/init.d/apache2 restart
Forcing reload of web server (apache2)... waiting apache2: Syntax error on line 116 of /etc/apache2/apache2.conf: Syntax error on line 1 of /et                              c/apache2/mods-enabled/php4.load: Cannot load /usr/lib/apache2/modules/libphp4.so into server: /usr/lib/apache2/modules/libphp4.so: cannot open                               shared object file: No such file or directory

php4 -v liefert

Code:
php4 -v
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib/php4/20050606/sqlite3.so' - /usr/lib/php4/20050606/sqlite3.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP 4.4.8-0.dotdeb.1 with Suhosin-Patch 0.9.6 (cli) (built: Jan 15 2008 16:22:10)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
servtime:/home/fox# clear
servtime:/home/fox# php4 -v
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib/php4/20050606/sqlite3.so' - /usr/lib/php4/20050606/sqlite3.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP 4.4.8-0.dotdeb.1 with Suhosin-Patch 0.9.6 (cli) (built: Jan 15 2008 16:22:10)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
 
Zuletzt bearbeitet:

Werbung

Top