PDA

View Full Version : ISPConfig URL times out


tmallen
30th September 2008, 20:04
I just installed ISPConfig on my Debian box (remote), and the suggested URL times out. I selected "https" for the site, and didn't set up any sort of SSL (except for mail) on the server beforehand, if that matters. This does stink, as I don't know what to do next and their site has nothing on the topic, and any help is appreciated:

* Happy LAMP server: http://li42-187.members.linode.com/
* Sad ISPConfig URL: https://li42-187.members.linode.com:81/

From netstat:

tcp 0 0 *:81 *:* LISTEN 1558/ispconfig_http

I manually ran ispconfig_httpd (ispconfig_http doesn't exist, at least as a file) but that didn't fix anything.

Ideas?

tmallen
30th September 2008, 21:52
After a few re-installs with different configurations, thoroughly went over error logs, etc. I've determined that ISPConfig is officially sorta lame for people with my name in my geographic location. I'll just configure things normally; after all I'm on a server that can't spare the RAM for a separate Apache instance.

falko
1st October 2008, 14:37
Did you see any errors during the installation?
You can try to recreate the SSL certificate as shown here: http://www.howtoforge.com/forums/showthread.php?t=121

tmallen
1st October 2008, 16:38
No, I reinstalled a few times with different configurations. With the SSL handshake failure out of the way (chose option 2 instead, HTTP), I enjoyed a socket error for ISPConfig's Apache, even though port 81 was explicitly reserved for the service, according to netstat.

till
1st October 2008, 17:13
Post the ouput of:

iptables -L

and make sure that you have selinux and apparmor disabled.

tmallen
1st October 2008, 19:05
OK, as soon as I re-re-re-reinstall, I'll post that output.