Hello!
My problem is exactly the same as described in this topic.
I started with Debian 6.0 with Apache and Bind preinstalled on VDS, so fisrt two pages of
perfect Debian Squeeze manual was skipped. I followed rest of this manual precisely, excluding last question about secure control panel access (my answer was 'yes').
I have no domain name, just IP address, so just after reboot I tried to access "IP:8080" with my browser with no results: blank page for about half-minute, and "try again later" after.
When just IP used (without 8080), I can see default apache "It works" page.
Please help! Can't figure out what am I doing wrong.
Here is some additional information:
I have these lines in "netstat -tapn":
Code:
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 1786/apache2
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 1786/apache2
tcp 0 0 0.0.0.0:8081 0.0.0.0:* LISTEN 1786/apache2
Result of "iptables -L"
Code:
Chain INPUT (policy ACCEPT)
fail2ban-ssh tcp -- anywhere anywhere multiport dports ssh
fail2ban-pureftpd tcp -- anywhere anywhere multiport dports ftp
fail2ban-dovecot-pop3imap tcp -- anywhere anywhere multiport dports pop3,pop3s,imap2,imaps
Chain FORWARD (policy ACCEPT)
Chain OUTPUT (policy ACCEPT)
Chain fail2ban-dovecot-pop3imap (1 references)
RETURN all -- anywhere anywhere
Chain fail2ban-pureftpd (1 references)
RETURN all -- anywhere anywhere
Chain fail2ban-ssh (1 references)
RETURN all -- anywhere anywhere
/etc/apache2/sites-enabled contains symlinks to:
Code:
000-apps.vhost
000-default
000-ispconfig.conf
000-ispconfig.vhost
Apache configuration files are
here
Update:
'wget localhost:8080' brings me HTML of ISPconfig login page, so all what i need is access from outside.
Recent comments
22 hours 32 min ago
22 hours 38 min ago
1 day 3 hours ago
1 day 10 hours ago
1 day 11 hours ago
1 day 12 hours ago
1 day 16 hours ago
1 day 23 hours ago
2 days 3 hours ago
2 days 4 hours ago