
December 14th, 2003, 08:09 PM
|
|
Registered User
|
|
Join Date: Dec 2003
Posts: 2
Time spent in forums: 4 m 29 sec
Reputation Power: 0
|
|
|
Apache config question
OK I have setup Apache and I have it running. My qustion is why I cant enable the Listen option in my httpd.conf file. I am behind a router but I have it set so port 80 is bound to the local ip of my machine (192.168.0.2). Then I go to whatismyip.com and find out my public ip (67.**.**.210) OK so I am guessing that in order to have my webpage accessable from the outside is to change thje line
# Listen 123.45.67.89 :80
to
Listen 76.**.**.210 :80
but when I do this and save the file then Apache server wont start up. Can anyone help?
|