![]() |
ISPConfig takes forever to load
When I click on sites after I log in it never displays anything / says its loading forever. I have rebooted the server and restarted the ispconfig service. Any other ideas?
|
Any errors in the error log in /root/ispconfig/httpd/log?
Are the settings in /home/admispconfig/ispconfig/lib/config.inc.php correct? You can also try to set the ServerName in /root/ispconfig/httpd/conf/httpd.conf. Restart ISPConfig afterwards. |
Here is my recent error_logs
[Fri Mar 30 18:13:42 2007] [error] mod_ssl: SSL handshake interrupted by system [Hint: Stop button pressed in browser?!] (System error follows) [Fri Mar 30 18:13:42 2007] [error] System: Connection reset by peer (errno: 104) [Fri Mar 30 18:13:42 2007] [error] mod_ssl: SSL handshake interrupted by system [Hint: Stop button pressed in browser?!] (System error follows) [Fri Mar 30 18:13:42 2007] [error] System: Connection reset by peer (errno: 104) [Fri Mar 30 18:13:42 2007] [error] mod_ssl: SSL handshake interrupted by system [Hint: Stop button pressed in browser?!] (System error follows) [Fri Mar 30 18:13:42 2007] [error] System: Connection reset by peer (errno: 104) [Fri Mar 30 18:14:36 2007] [error] mod_ssl: SSL handshake interrupted by system [Hint: Stop button pressed in browser?!] (System error follows) [Fri Mar 30 18:14:36 2007] [error] System: Connection reset by peer (errno: 104) [Fri Mar 30 18:14:51 2007] [error] mod_ssl: SSL handshake interrupted by system [Hint: Stop button pressed in browser?!] (System error follows) [Fri Mar 30 18:14:51 2007] [error] System: Connection reset by peer (errno: 104) [Fri Mar 30 18:14:53 2007] [error] mod_ssl: SSL handshake interrupted by system [Hint: Stop button pressed in browser?!] (System error follows) [Fri Mar 30 18:14:53 2007] [error] System: Connection reset by peer (errno: 104) [Fri Apr 6 12:39:26 2007] [error] mod_ssl: SSL handshake interrupted by system [Hint: Stop button pressed in browser?!] (System error follows) [Fri Apr 6 12:39:26 2007] [error] System: Connection reset by peer (errno: 104) [Mon Apr 9 09:51:04 2007] [error] [client 70.60.3.205] File does not exist: /home/admispconfig/ispconfig/web/_vti_bin/owssvr.dll [Mon Apr 9 09:51:04 2007] [error] [client 70.60.3.205] File does not exist: /home/admispconfig/ispconfig/web/MSOffice/cltreq.asp [Mon Apr 9 09:52:20 2007] [error] [client 70.60.3.205] File does not exist: /home/admispconfig/ispconfig/web/_vti_bin/owssvr.dll [Mon Apr 9 09:52:20 2007] [error] [client 70.60.3.205] File does not exist: /home/admispconfig/ispconfig/web/MSOffice/cltreq.asp I believe all the settings in /home/admispconfig/ispconfig/lib/config.inc.php are correct. I also added the hostname and restarted ispconfig and still no improvements. Any other ideas? |
It seems the SSL certificate is corrupt. Please recreate it like this:
http://www.howtoforge.com/forums/showthread.php?t=121 (post #4) and restart ISPConfig. |
I recreated it with these steps and I still have the same issue any other ideas?
openssl genrsa -des3 -passout pass:yourpassword -out /root/ispconfig/httpd/conf/ssl.key/server.key2 1024 openssl req -new -passin pass:yourpassword -passout pass:yourpassword -key /root/ispconfig/httpd/conf/ssl.key/server.key2 -out /root/ispconfig/httpd/conf/ssl.csr/server.csr -days 365 openssl req -x509 -passin pass:yourpassword -passout pass:yourpassword -key /root/ispconfig/httpd/conf/ssl.key/server.key2 -in /root/ispconfig/httpd/conf/ssl.csr/server.csr -out /root/ispconfig/httpd/conf/ssl.crt/server.crt -days 365 openssl rsa -passin pass:yourpassword -in /root/ispconfig/httpd/conf/ssl.key/server.key2 -out /root/ispconfig/httpd/conf/ssl.key/server.key chmod 400 /root/ispconfig/httpd/conf/ssl.key/server.key |
I rebooted the server and this did seem to fix the problem! Thanks so much for the assistance!
|
| All times are GMT +2. The time now is 07:09. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.