hello my dedicated server is offline, i cannot access it through any of it's IP's or domains. i can only access it through SSH, i tried rebooting it through SSH but that did not fix the problem. i tried restarting several things: but that also didn't work, i uninstalled drweb but still the same... I'm using Plesk v9.3.0 thanks
Check if Apache is running: # service httpd status Of run netstat -tanep |grep LISTEN To see what is running. --dd http://sucuri.net
thank you very very very much it worked! should i start it again? or do anything else? what seemed to be the problem?
I had this problem myself once, so that was lucky guess . Looks like Your 80 port is closed, You should open it with: iptables -A FORWARD -d YOUR_IP_ADDRESS -p tcp --dport 80 -j ACCEPT Code (markup): Some Reading: http://www.howtoforge.com/linux_iptables_sarge Code (markup): And good luck with iptables, you will need it
by your IP address you mean the root IP address of the server or each domain IP address (sub IP's) by the way when running it i got this error:
Its quite Common for the default CentoOS and a few other OS's depending on there installation to have all Port's block incoming apart from the SSH port, as others had said you need to install a Firewall which will open the basic port's aswel as any other port's that you may need. As disabling iptables opens your server up to a large amount of attacks and the extra Security features with CSF really can help you with small DDOS and other attacks.