![]() |
[SOLVED] new install -> admin login not working - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: [SOLVED] new install -> admin login not working (/thread-2961.html) |
[SOLVED] new install -> admin login not working - HSorgYves - 04-08-2008 08:54 PM Dear, I installed ispCP on a fresh Debian installation. Unfortunately I am not able to login as admin; I am getting a 300 seconds timeout in the log. However, when I refresh the browser, restart apache and refresh the browser again, then I am logged in and ispCP is working... But, when I logout, then I am not able to login again. Any suggestions? P.S.: PMA is working without problems... Many thanks, Yves RE: new install -> admin login not working - joximu - 04-08-2008 09:18 PM we cannot help with this info... http://www.isp-control.net/documentation/frequently_asked_questions/how_can_i_solve_a_problem_not_mentioned_in_this_faq RE: new install -> admin login not working - HSorgYves - 04-08-2008 09:53 PM Re, I have been searching the site, the forums, google... The version is RC4 on a fresh Debian Etch installation on a 32-bit processor. Log file entries: * suexec.log [2008-04-08 13:50:31]: uid: (vu2000/vu2000) gid: (vu2000/vu2000) cmd: php5-fcgi-starter * ispcp.dn [Tue Apr 08 13:51:13 2008] [error] [client xxx.xxx.xxx.xxx] FastCGI: comm with server "/var/www/fcgi/master/php5-fcgi-starter" aborted: idle timeout (30 sec) [Tue Apr 08 13:51:13 2008] [error] [client xxx.xxx.xxx.xxx] FastCGI: incomplete headers (0 bytes) received from server "/var/www/fcgi/master/php5-fcgi-starter" And yes I searched with the error messages, read a lot of threads but didn't find a solution... RE: new install -> admin login not working - joximu - 04-08-2008 10:43 PM "incomplete headers" may be caused by several things. no more other infos in the *error.log? I'd try to setup en error_log for php and then have a look there. or you can search for "incomplete headers" in the forum... RE: new install -> admin login not working - HSorgYves - 04-09-2008 07:58 AM Unfortunately there is not more information in *error.log. I tryed the following: * sudo -u vu2000 php5-cgi /var/www/ispcp/gui/index.php This works fine and outputs the HTML page as expected (well with some expected php error like REMOTE_ADDR not defined). * sudo -u vu2000 /var/www/fcgi/master/php5-fcgi-starter /var/www/ispcp/gui/index.php This one takes forever... no clue if it ends! How can I debug this? RE: new install -> admin login not working - joximu - 04-09-2008 09:38 AM is the php.ini fpr the master vhost ok? RE: new install -> admin login not working - HSorgYves - 04-09-2008 10:27 AM I finally found other problems in the error.log: postdrop: warning: mail_queue_enter: create file maildrop/355784.2690: Permission denied (...) This has to do with ispCP sending a mail by default when an admin logs into the control panel... however my permissions on /usr/sbin/postdrop and /usr/sbin/postqueue were messed up, so that this mail could not be delivered! Setting the permissions on these two files back to what they should be solved the problem. Thanks for your assistance joximu! P.S.: I have a few "open" threads left ;-) RE: new install -> admin login not working - joximu - 04-09-2008 06:36 PM HSorgYves Wrote:P.S.: I have a few "open" threads left ;-) I always see the threads with the new posts. If I have no answer, I don't write. So if there are old open threads you may provide more infos... |