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
- 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
- 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)
Code
- mysql> select * from config;
- +---------------------------------+-------------------------------------------------------------------+
- | name | value |
- +---------------------------------+-------------------------------------------------------------------+
- | DATABASE_REVISION | 92 |
- | PHPINI_ALLOW_URL_FOPEN | off |
- | PHPINI_DISABLE_FUNCTIONS | show_source,system,shell_exec,passthru,exec,phpinfo,shell,symlink |
- | PHPINI_DISPLAY_ERRORS | off |
- | PHPINI_ERROR_REPORTING | E_ALL & ~E_NOTICE & ~E_WARNING |
- | PHPINI_MAX_EXECUTION_TIME | 30 |
- | PHPINI_MAX_INPUT_TIME | 60 |
- | PHPINI_MEMORY_LIMIT | 128 |
- | PHPINI_POST_MAX_SIZE | 10 |
- | PHPINI_REGISTER_GLOBALS | off |
- | PHPINI_UPLOAD_MAX_FILESIZE | 10 |
- | PORT_AMAVIS | 10024;tcp;AMaVis;0;1;localhost |
- | PORT_DNS | 53;tcp;DNS;1;0; |
- | PORT_FTP | 21;tcp;FTP;1;0; |
- | PORT_HTTP | 80;tcp;HTTP;1;0; |
- | PORT_HTTPS | 443;tcp;HTTPS;0;0; |
- | PORT_IMAP | 143;tcp;IMAP;1;0; |
- | PORT_IMAP-SSL | 993;tcp;IMAP-SSL;0;0; |
- | PORT_IMSCP_DAEMON | 9876;tcp;i-MSCP-Daemon;1;0;127.0.0.1 |
- | PORT_POLICYD-WEIGHT | 12525;tcp;POLICYD-WEIGHT;1;1;localhost |
- | PORT_POP3 | 110;tcp;POP3;1;0; |
- | PORT_POP3-SSL | 995;tcp;POP3-SSL;0;0; |
- | PORT_POSTGREY | 10023;tcp;POSTGREY;1;1;localhost |
- | PORT_SMTP | 25;tcp;SMTP;1;0; |
- | PORT_SMTP-SSL | 465;tcp;SMTP-SSL;0;0; |
- | PORT_SPAMASSASSIN | 783;tcp;SPAMASSASSIN;0;1;localhost |
- | PORT_SSH | 22;tcp;SSH;1;0; |
- | PORT_TELNET | 23;tcp;TELNET;1;0; |
- | PREVENT_EXTERNAL_LOGIN_ADMIN | 1 |
- | PREVENT_EXTERNAL_LOGIN_CLIENT | 1 |
- | PREVENT_EXTERNAL_LOGIN_RESELLER | 1 |
- | SHOW_COMPRESSION_SIZE | 1 |
- +---------------------------------+-------------------------------------------------------------------+
- 32 rows in set (0.00 sec)