Error 500 on Fresh Install

  • Hi there,


    I've set up a server to perform some test of this product.
    I was user of VHCS then ISPCP and now I'm trying this one.


    I've installed a fresh Ubuntu Lucid 10.04.3 LTS, updated, downloaded the 1.0.1.5 release of i-mscp. Unarchived it, ran the installer at the root of the archive (./imscp-autoinstall )


    Followed every question then finished the installation and got an error 500 when trying to access to my interface.


    In the logs I have this error :


    Code
    1. cat eastman.cqfd.net-error.log [Mon Dec 26 22:45:07 2011] [error] [client 109.89.118.197] (2)No such file or directory: FastCGI: failed to connect to server "/var/www/fcgi/master/php5-fcgi-starter": connect() failed[Mon Dec 26 22:45:07 2011] [error] [client 109.89.118.197] FastCGI: incomplete headers (0 bytes) received from server "/var/www/fcgi/master/php5-fcgi-starter"[Mon Dec 26 22:47:03 2011] [error] [client 109.89.118.197] (2)No such file or directory: FastCGI: failed to connect to server "/var/www/fcgi/master/php5-fcgi-starter": connect() failed[Mon Dec 26 22:47:03 2011] [error] [client 109.89.118.197] FastCGI: incomplete headers (0 bytes) received from server "/var/www/fcgi/master/php5-fcgi-starter"[Mon Dec 26 22:51:25 2011] [error] [client 109.89.118.197] (2)No such file or directory: FastCGI: failed to connect to server "/var/www/fcgi/master/php5-fcgi-starter": connect() failed[Mon Dec 26 22:51:25 2011] [error] [client 109.89.118.197] FastCGI: incomplete headers (0 bytes) received from server "/var/www/fcgi/master/php5-fcgi-starter"root@eastman:/var/log/apache2/users# cd /var/www/fcgi/master/


    No idea which other relevant info I can give to you...


    Code
    1. mysql> select * from server_ips;+-------+-----------------------------------------+------------------+----------+---------+------------------+-----------+| ip_id | ip_number | ip_domain | ip_alias | ip_card | ip_ssl_domain_id | ip_status |+-------+-----------------------------------------+------------------+----------+---------+------------------+-----------+| 1 | fe80:0000:0000:0000:0250:56ff:fe08:60ae | NULL | NULL | eth0 | NULL | ok || 2 | 178.32.237.204 | eastman.cqfd.net | NULL | eth0 | NULL | ok |+-------+-----------------------------------------+------------------+----------+---------+------------------+-----------+2 rows in set (0.00 sec)


    Edited once, last by Nuxwin ().

  • Does file /var/www/fcgi/master/php5-fcgi-starter exists? is executable?
    try run /var/www/imscp/engine/setup/set-gui-permissions.pl.
    try restart apache.
    switch from fastcgi to fcgid (via a2enmod fastcgi_imscp; a2enmod fcgid_imscp; /etc/init.d/apache2 restart).