Dear Group

This is such a dumb question I am almost afraid to ask because I should know 
this after so 
many years but old age has it's way of extracting revenge for years of abuse.

I have a windows 8 machine with Apache 2.2.25 - no issues. I connect to the 
internet via a 
dialup modem however I wish to use the http server while not connected.

Netstat without a browser but connected to the internet via dialup

Proto  Local Address          Foreign Address        State
TCP    127.0.0.1:5354         GJB:49156              ESTABLISHED
TCP    127.0.0.1:5354         GJB:49157              ESTABLISHED
TCP    127.0.0.1:27015        GJB:49164              ESTABLISHED
TCP    127.0.0.1:49156        GJB:5354               ESTABLISHED
TCP    127.0.0.1:49157        GJB:5354               ESTABLISHED
TCP    127.0.0.1:49164        GJB:27015              ESTABLISHED
Other addresses ommited for security reasons
No port 80

If I open a web browser and go to 127.0.0.1\index.html

Netstat after connecting to 127

Proto  Local Address          Foreign Address        State
TCP    127.0.0.1:80           GJB:53113              FIN_WAIT_2
TCP    127.0.0.1:80           GJB:53114              FIN_WAIT_2
TCP    127.0.0.1:80           GJB:53115              FIN_WAIT_2
TCP    127.0.0.1:80           GJB:53116              ESTABLISHED
TCP    127.0.0.1:80           GJB:53117              TIME_WAIT
TCP    127.0.0.1:5354         GJB:49156              ESTABLISHED
TCP    127.0.0.1:5354         GJB:49157              ESTABLISHED
TCP    127.0.0.1:27015        GJB:49164              ESTABLISHED
TCP    127.0.0.1:49156        GJB:5354               ESTABLISHED
TCP    127.0.0.1:49157        GJB:5354               ESTABLISHED
TCP    127.0.0.1:49164        GJB:27015              ESTABLISHED
TCP    127.0.0.1:53113        GJB:http               CLOSE_WAIT
TCP    127.0.0.1:53114        GJB:http               CLOSE_WAIT
TCP    127.0.0.1:53115        GJB:http               CLOSE_WAIT
TCP    127.0.0.1:53116        GJB:http               ESTABLISHED

Port 80 created and functioning.

If I am not connected to the internet the only two 127 addresses are with ports 
27,,, and 49...

I have tried changing the config to used those ports but the http server seems 
to want port 
80.

Thanks for any help in advance.

Giovanni

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to