PHP 5.2.0 Läuft einfach nicht auf dem Server
Posted: 2007-01-26 13:01
Hallo
Ich bin am verzweifeln, wie hier schonmal geschrieben habe ich erfolgreich ohne Problem PHP 5.2.0 mit suPHP zum laufen bekommen !
http://www.rootforum.org/forum/viewtopic.php?t=44458
Das system hier war
Suse 9.3 Plesk 8.0.1 PHP4_mod, PHP 5.2.0 mit suPHP
VHOST des Servers wobei hier das PHP 5.2.0 auch ohne suPHP wunderbar funktioniert.
Jetzt sitz ich vor einem Server mit Suse 10.1 und Plesk 8.1.0 mit PHP5_mod
und habe genau das gleich gemacht wie auf dem anderem Server nur hier habe ich noch kein suPHP installiert weil ich nichtmal das PHP 5.2.0 zum lauffen bekomme.
VHOST hier
mein configure auf beiden Servern gleich
So die Fehlermeldungen von dem Suse 10.1 sind folgende
Die phpfiles werden hier immer zum Download Angeboten und in der error.log steht das:
Sämtliche howtos habe ich schon durch bei der Erstellung auf dem ersten Server nun weis ich wirklich nicht mehr weiter.
Sollten noch infos fehlen bitte mitteilen.
Vielen Dank
Gruss
Twisterchen
Ich bin am verzweifeln, wie hier schonmal geschrieben habe ich erfolgreich ohne Problem PHP 5.2.0 mit suPHP zum laufen bekommen !
http://www.rootforum.org/forum/viewtopic.php?t=44458
Das system hier war
Suse 9.3 Plesk 8.0.1 PHP4_mod, PHP 5.2.0 mit suPHP
VHOST des Servers wobei hier das PHP 5.2.0 auch ohne suPHP wunderbar funktioniert.
Code: Select all
<Directory /home/httpd/vhosts/<domein>/subdomains/php5/httpdocs>
<IfModule sapi_apache2.c>
php_admin_flag engine off
php_admin_flag safe_mode off
</IfModule>
</Directory>
#AddType application/x-httpd-php5 .php5
#ScriptAlias /php/ /opt/php5-fastcgi/bin/
#Action application/x-httpd-php5 /php/php
#<Directory /opt/php5-fastcgi/bin >
#Order allow,deny
#allow from all
#Options ExecCGI
#AllowOverride None
#</Directory>
<Directory /home/httpd/vhosts/<domein>/subdomains/php5/httpdocs>
php_admin_flag engine off
suPHP_Engine On
suPHP_ConfigPath "/opt/php5-fastcgi/phpconfig"
AddHandler x-httpd-php .php
suPHP_AddHandler x-httpd-php
</Directory>Jetzt sitz ich vor einem Server mit Suse 10.1 und Plesk 8.1.0 mit PHP5_mod
und habe genau das gleich gemacht wie auf dem anderem Server nur hier habe ich noch kein suPHP installiert weil ich nichtmal das PHP 5.2.0 zum lauffen bekomme.
VHOST hier
Code: Select all
<Directory /srv/www/vhosts/<domain>/subdomains/php5/httpdocs>
<IfModule sapi_apache2.c>
php_admin_flag engine off
</IfModule>
<IfModule mod_php5.c>
php_admin_flag engine off
</IfModule>
</Directory>
AddType application/x-httpd-php5 .php5
ScriptAlias /php/ /opt/php5-fastcgi/bin/
Action application/x-httpd-php5 /php/php
<Directory /opt/php5-fastcgi/bin >
Order allow,deny
allow from all
Options ExecCGI
AllowOverride None
</Directory>
#<Directory /srv/www/vhosts/<domain>/subdomains/php5/httpdocs>
#php_admin_flag engine off
#suPHP_Engine On
#suPHP_ConfigPath "/opt/php5-fastcgi/phpconfig"
#AddHandler x-httpd-php .php
#suPHP_AddHandler x-httpd-php
#</Directory>Code: Select all
./configure --with-config-file-path=/opt/php5-fastcgi/phpconfig --with-exec-dir=/opt/php5-fastcgi/bin --prefix=/opt/php5-fastcgi --includedir=/opt/php5-fastcgi/include --datadir=/opt/php5-fastcgi/lib --bindir=/opt/php5-fastcgi/bin --enable-track-vars --with-mcrypt --with-gd --with-curl --disable-cli --with-mysql --enable-magic-quotes --enable-safe-mode --enable-zend-multibyte --enable-zip --enable-sysvmsg --enable-sysvsem --with-zlib --with-openssl --with-bz2 --enable-sysvshm --enable-sockets --enable-soap --enable-shmop --enable-mbstring --enable-ftp --enable-exif --enable-dbase --enable-calendar --enable-bcmath --enable-memory-limit --enable-force-cgi-redirect --enable-safe-mode --with-pcre-regex --without-sqlite --without-mm --enable-fastcgi
So die Fehlermeldungen von dem Suse 10.1 sind folgende
Die phpfiles werden hier immer zum Download Angeboten und in der error.log steht das:
Code: Select all
Premature end of script headers: phpSämtliche howtos habe ich schon durch bei der Erstellung auf dem ersten Server nun weis ich wirklich nicht mehr weiter.
Sollten noch infos fehlen bitte mitteilen.
Vielen Dank
Gruss
Twisterchen