Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
How to open port 80
Name: stephen Date: August 13, 2002 at 15:20:14 Pacific
Comment:
Hello,
I recently setup an Apache webserver on my Red Hat Linux 7.3 Box. I can serve webpages across my LAN (192.168.0.X) but when I type in my IP address, it doesn't display the page. I tried to change my firewall configuration but it always goes back to HIGH instead of MEDIUM or NO FIREWALL. I tried a port scan and can only find one port open: 21. It seems that my DSL modem has a built-in FTP server. How can I open port 80? Thanks for any help.
Name: scrappy Date: August 13, 2002 at 16:09:41 Pacific
Reply:
is the linux box the connected directly to the modem or is it part of the internal network?
0
Response Number 2
Name: stephen Date: August 13, 2002 at 16:11:48 Pacific
Reply:
It is connected directly to the DSL modem.
0
Response Number 3
Name: scrappy Date: August 13, 2002 at 21:26:03 Pacific
Reply:
it sounds like your webserver isn't binding to your external ip address. Your best bet would be to check out your httpd.conf file. This file should be in /etc/httpd/conf/. You can configure apache to listen on a specified ip address by using the format:
listen x.x.x.x:80 or just: listen 80
Hope that helps
0
Response Number 4
Name: tech-fred Date: August 13, 2002 at 22:25:02 Pacific
Reply:
Maybe some bad news. Some DSL providers in some areas block port 80. Check the fine print in your terms of service (TOS). Many residential service contracts do not allow Server activities.
Summary: Your firewall is still the problem. To verify this, you can disable the firewall for a short time and you will see, port 80 will be OK. Go to "START" -> System Settings -> Server settings -> Services....
Summary: hi frnds, i have a dual boot system with redhat linux8.0 and win98. i can able to word files in linux. but how to open pdf files which r in windows partition. is there any tool have to download for t...