Hi
I have installed apache (httpd-2.0.53.tar.bz2) on Fedora Core 3. Whenever I start the service using the command /usr/local/apache2/bin/apachectl start, it starts successfully.
In my browser if I give
http://localhost/
or
http://127.0.0.1/
the page opens properly without any error.
But if i give
http://210.214.26.124/
(which is my ip).......................it shows connection timed out. Because of which I am unable to host a webpage from my computer.
What should I do to solve this problem...........Please help

Recommended Answers

All 3 Replies

If you are getting a connection timed out, that means that there is something blocking port 80 on your connection, this could be your ISP, most likely however it is a software firewall or some program on your local machine that can not access that port.

To raghavendrak:
From what I've read, you cannot access your server via 210.214.26.124 (WAN address) if you are inside your local area network (LAN). But you Do use the 210.214.26.124 address if you are outside your LAN.

What do you have for ListenAddress? If you point it to something like 127.0.0.1 then that may be messing you up -try just 'Listen 80', and also if you're using NameVirtualHost directives, be sure that the wan ip is in that.
Also, look and make sure that iptables is allowing all port 80 traffic through.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.