Apache (httpd) question...

Ryan Collier yellowdog-general@lists.terrasoftsolutions.com
Tue Jun 18 23:55:01 2002


Well, a status code of 200 means the request was processed - "OK" and 2355
bytes of data were returned to the requester.

Does your network have firewall protection?

Maybe the port you have apache set up to listen to is prohibited from
exchanging data outside your personal network.

Try accessing the server by port addressing.

For example, if your server's Internet name is www.myserver.com and you're
listening on port 81, you'd enter, "http://www.myserver.com:81" in your
favorite Internet browser.