Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Can not access web server |
|
Author |
|
MrTuRtLe03
Joined: 01 May 2014 Posts: 3
|
Posted: Fri 02 May '14 4:30 Post subject: Can not access web server |
|
|
Hello everyone! I am having a peculiar problem, when ever I attempt to access my server globally I get the dreaded 'No Data Received' error.
The machine is running Ubuntu 13.10 and is a dedicated server (I do not have GUI or physical access to the machine). All ports are open, iptables disabled, yet nothing works (running on port 80). I loaded the files onto a different computer at home and it works nicely, but not on the dedicated server.
Also, when the Apache server is off it says it can not connect in my browser, and when the server is on it says 'No Data Received'
Thank you so much for reading this. I can bet it is a noobish problem, thanks for putting up with me! |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Fri 02 May '14 11:28 Post subject: |
|
|
How did you install apache?
is apache running?
Did you start apache via
Code: |
sudo /etc/init.d/apache2ctl start
|
? |
|
Back to top |
|
MrTuRtLe03
Joined: 01 May 2014 Posts: 3
|
Posted: Tue 06 May '14 0:01 Post subject: |
|
|
Apache is running, I used service apache2 start.
I installed with the Ubuntu's apt-get command. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Tue 06 May '14 11:18 Post subject: |
|
|
Firewall running? Does it allow apache?
What is the Listen set to in your httpd.conf? |
|
Back to top |
|
MrTuRtLe03
Joined: 01 May 2014 Posts: 3
|
Posted: Wed 07 May '14 23:01 Post subject: |
|
|
UFW and IPTables are both disabled.
in httpd.conf
ServerName xxx.x.xx.xx (external IP)
Listen 80 |
|
Back to top |
|
|
|
|
|
|