Link to home
Start Free TrialLog in
Avatar of yattias
yattias

asked on

Apache within lan, not out

I have installed Apache/1.3.35 and PHP/4.4.2 on windows XP.  My computer is in DMZ and ports 80 and 1234 are forwarded to my computer.  I am connected to the internet.  My server runs and works perfect and fine within my lan.  However, no one outside of my lan can connect access my pages, they all time out after about 300 seconds (which is a parameter of httpd.conf).  AFter some research I found that my ISP, which is Optimum Online, blocks port 80.  So I changed the "Port" parameter to 1234 and tried this.  Tried to access with http://ip.add.re.ss:1234/.  Again, worked inside lan, not outside.  However, here is my dilemma.  I've read that browsing to http://localhost/ should yeild me my pages, within my lan, if I am using port 80 and if I'm using any other port, I should browse to it via http://localhost:xxxx/ where xxxx is the port number specified in httd.conf.  Recall that I have set the port to 1234, yet, when I browse to http://localhost/, it still works!  This leads me to beleive that my server is still listening on port 80 and not 1234, which means that it is still being blocking by my ISP outside of my lan.  Is there anything more that I must do to have apache listen on port 1234.  If not, why does http://localhost/ work when "Port" is set to 1234?  Thanks.
ASKER CERTIFIED SOLUTION
Avatar of sleep_furiously
sleep_furiously

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial