Computing.Net > Forums > Web Development > HTTP Error 403 - Forbidden

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

HTTP Error 403 - Forbidden

Reply to Message Icon

Name: remgu
Date: May 26, 2005 at 20:58:34 Pacific
OS: Windows XP SP2
CPU/Ram: P4 3.4Ghz 1GB Ram
Comment:

Hi, I am running Apache 2 on windows xp pro. It was running fine and one day, all of a sudden I could not access my website anymore. I made no changes to the server and it runs ok because I am able to view the page locally through localhost but I can't view it from any other computer. Again, no changes were made to the config file.

I have a dynamic IP address and use NO-IP.com's Dynamic Update Client (DUC). I have even updated to the latest version but have had no luck.

Internet Explorer says "HTTP Error 403 - Forbidden" and Firefox says "Directory Listing Denied This Virtual Directory does not allow contents to be listed".

Please help. I am newbie and don't know what to do now.

Oh, one thing...I don't know that it matters but the site was up and then that night we had weird power outages and the next day was when the site stopped working. All of the servers components seem to be ok, all of its network connections are good.

Thanks,
REMGU



Sponsored Link
Ads by Google

Response Number 1
Name: jam14online
Date: May 26, 2005 at 23:19:33 Pacific
Reply:

I recommend you check for errors on your hard drive.

It sounds like there is something wrong with the configuration of Apache. You might want to check whether the http.conf file is still intact.

Free PC Help forums
MiniApache


0

Response Number 2
Name: jimminy
Date: May 27, 2005 at 13:18:35 Pacific
Reply:

In your virtual host conf file for the site, what are the values, if any, for the following directives:

VirtualHost
NameVirtualHost

They should look something like this

VirtualHost *.80
NameVirtualHost *.80

If you have a specific IP address specified in either directive, remove it and replace it with a *.

Weird power outages can also cause a broadband modem to power cycle and lease a new IP address. Becuase you have a dynamic IP address and your site stopped working spontaneously, I'm guessing that your conf file states an explicit IP address to listen on. When your IP address changed it broke the directive, causing Apache to no longer accept requests for your site.


0

Response Number 3
Name: remgu
Date: May 28, 2005 at 08:41:54 Pacific
Reply:

jimminy, I see what you are saying but my config file does not have any listed IP address. I do have virtual hosts setup but they are set to listen to *80.

I use a Dynamic Update Client from No-IP.com that grab whatever IP the modem gives me and passes it on to teh DNS server.

If you have more advice please keep them comming as I just can't get to teh cause of teh problem.

Thanks again.

Thanks,
REMGU


0

Response Number 4
Name: jimminy
Date: May 28, 2005 at 10:34:40 Pacific
Reply:

Check your Apache error log. It will tell you what is being requested, and possibly why it is 403'd. I wouldn't even bother doing anything else until I'd done this.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Searching an entire websi... apache server



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: HTTP Error 403 - Forbidden

Apache 2.0 access denied www.computing.net/answers/webdevel/apache-20-access-denied/1761.html

PHP 5 IIS 6 HTTP 401.3 error www.computing.net/answers/webdevel/php-5-iis-6-http-4013-error/2318.html

iis 6.0 403 forbidden www.computing.net/answers/webdevel/iis-60-403-forbidden/2604.html