This is a discussion on Re: 403 Access denied within the Windows Web Servers forums, part of the Web Server and Related Forums category; cjb0087 wrote: > This problem is driving me insane, i have set up the apacahe server, > and am able ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
cjb0087 wrote:
> This problem is driving me insane, i have set up the apacahe server, > and am able to access my website by going to http://localhost and > http://127.0.0.1 . The problem is anybody outside of my computer gets > a 403 error > > te exact message is: > > Forbidden > You were denied ACCESS because: > > ACCESS denied by Access Control List. > That doesn't look like an apache error message. > > access log: dosnt show the 403's > > error log: nothing of relevance If you get no access log entry, it is highly unlikely that apache is ever seeing the request. Most likely it is getting intercepted by some other firewall or something before it ever gets to your server. Joshua. |