Hello I installed the ISP3 following the instructions:
http://www.howtoforge.com/perfect-se...ispconfig-3-p5
(Opensuse 11.1 -x86_64)
And I had the next result: PREMATURE END OF SCRIPT HEADERS
In the log file this is the result:
Fri Jan 08 13:33:39 2010] [notice] mod_fcgid: call /srv/www/ispconfig/login/index.php with wrapper /srv/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter
.php-fcgi-starter: line 6: /usr/lib/cgi-bin/php: No such file or directory
.php-fcgi-starter: line 6: exec: /usr/lib/cgi-bin/php: cannot execute: No such file or directory
[Fri Jan 08 13:33:39 2010] [warn] (104)Connection reset by peer: mod_fcgid: read data from fastcgi server error.
[Fri Jan 08 13:33:39 2010] [error] [client 192.168.1.54] Premature end of script headers: index.php
[Fri Jan 08 13:33:42 2010] [notice] mod_fcgid: process /srv/www/ispconfig/index.php(15552) exit(communication error), terminated by calling exit(), return code: 126
SO I have changed the file .php-fcgi-starter to:
#!/bin/sh
PHPRC=/etc/php5/cgi/
export PHPRC
export PHP_FCGI_MAX_REQUESTS=5000
export PHP_FCGI_CHILDREN=8
#exec /usr/lib/cgi-bin/php -d magic_quotes_gpc=off
#exec /srv/www/cgi-bin/php5 -d magic_quotes_gpc=on
exec /usr/bin/php-cgi -d magic_quotes_gpc=off
So the ERROR DISAPEARS but when I try to log in the ispconfig main page dont appears buttons or letters...
http://www.subirimagenes.com/otros-ispc-3851091.html
Recent comments
15 hours 29 min ago
18 hours 24 min ago
19 hours 38 min ago
21 hours 2 min ago
22 hours 40 min ago
1 day 8 min ago
1 day 1 hour ago
1 day 17 hours ago
1 day 18 hours ago
1 day 21 hours ago