Apache access configuration
i just installed apache and im trying to host a web page(for testing purposes) but i cant access it over the internet. i can do http://localhost, but if i try http://myip, it says FORBIDDEN or something. how can i configure it so that people would be able to visit my page.
Re: Apache access configuration
Quote:
Originally posted here by Phonedog911
...but if i try http://myip, it says FORBIDDEN or something. how can i configure it so that people would be able to visit my page.
Maybe you can get a little more specific about what the web server rejects the request with. In the mean time check your apache logs; whatever the problem is it will be spelled out in there (e.g. /var/log/httpd default for RH).
-- spurious