K -- here we go. I have been throwing around the idea of running my own web server @ home. After about two weeks of screwing around with MS's feble excuse for an "Easy to Run Web Server" namely IIS 5.0. I stumbled accross Apache. After following printed instuctions and cross checking with other sources I conpleted the set up phase (or at least the httpd file. I added a test page to the Document dir. and attempted to view it. It NO work
. I finally figured out that if I change the
Listen 192.168.1.100 to
Listen 192.168.1.100:1000
and punch in in the browser it worked, (except for my shitty html codeing...)
I tried to change the line to
Listen 192.168.1.100:80
and viewing it in the browser with adding and omitting the port number of 80, I got nothing.
ran netstat -a -n and nothing seems to belistening on port 80. When the server was listening on port 1000 it showed in netstat. Does anyone have any ideas?
ThanX
![[evil] [evil] [evil]](/data/assets/smilies/evil.gif)
Listen 192.168.1.100 to
Listen 192.168.1.100:1000
and punch in in the browser it worked, (except for my shitty html codeing...)
I tried to change the line to
Listen 192.168.1.100:80
and viewing it in the browser with adding and omitting the port number of 80, I got nothing.
ran netstat -a -n and nothing seems to belistening on port 80. When the server was listening on port 1000 it showed in netstat. Does anyone have any ideas?
ThanX