P.Z. Low Cost CPanel Web Hosting  

Go Back   P.Z. Low Cost CPanel Web Hosting > Page-Zone Web Hosting Main Forum > General FAQ > General Questions and Comments

General Questions and Comments Post your question or grace us with your knowledge. Posting limited to registered members.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
403 Access Denied errors - why so many?
Old
  (#1 (permalink))
ldesign
Registered User
ldesign is on a distinguished road
 
ldesign's Avatar
 
Status: Offline
Posts: 251
Join Date: Feb 2004
Location: Colorado
Rep Power: 42
403 Access Denied errors - why so many? - 01-19-2007, 10:33 PM

I am seeing a lot more 403 - Access Denied errors since the move to the new servers. My guess is that these are from server wide blocking of requests based on IP addresses or other criteria. If so, I'd like to know more about them so I can get a better handle on them.

All of the http requests in the 403's I'm getting are for valid web page URLs. They have no extra GET parameters (URL variables) tacked on. In other words, they look like simple, legitimate http requests for my site pages. They don't come flooding in. They come in at a rate that appears to be an actual person trying to view my site.

My concern is that Page-Zone could get over zealous in banning suspicious visitors to the servers, therefore deflecting honest visitors to my site.

I'd really like more access to information about these 403's

- What triggered them?
I'd like to know when they are triggered by system wide controls so I can understand how often that happens, ... and ideally, I'd like to be able to handle them with a custom error page.

- If system wide, what criteria has caused the request to be denied?

- I really want the ability to look up the IP addresses to see if they are banned by Page-Zone - and find out why they are banned.

I know we all have to be diligent in this complex, dynamic network, but my concern is that in an effort to shut out the "bad guys" we could end up paying too big a price in accessibility to "good guys."

Why do I get so many Access denied errors from legitimate page requests (not probes for cgi scripts or formmail, but simple request for my home page)?

Chuck
   
Reply With Quote
Old
  (#2 (permalink))
ldesign
Registered User
ldesign is on a distinguished road
 
ldesign's Avatar
 
Status: Offline
Posts: 251
Join Date: Feb 2004
Location: Colorado
Rep Power: 42
01-20-2007, 06:12 PM

Okay, here's one example. Over the last two days, 403's have been trickling in (I email myself) like this:

From: cycletourist.com
Server Addr = 8.9.24.34
Date and time = Thu, 18 Jan 2007 23:54:38 -0500 • EST
Request URI = /robots.txt
referer =
User Agent = Mozilla/5.0 (compatible; BecomeBot/3.0; +Become: Site Owners)
Remote Addr = 64.124.85.80
Remote Host = 64.124.85.80.become.com

become.com tries to read my robots.txt file (which is there), but gets a 403 error instead. Then it requests my home page, like this:

From: cycletourist.com
Server Addr = 8.9.24.34
Date and time = Thu, 18 Jan 2007 22:08:18 -0500 • EST
Request URI = /
referer =
User Agent = Mozilla/5.0 (compatible; BecomeBot/3.0; +Become: Site Owners)
Remote Addr = 64.124.85.80
Remote Host = 64.124.85.80.become.com

... but gets a 403 error instead (with related 403's for my favicon and style sheet file).

Why does 64.124.85.80 get redirected to my 403 error page whenever it tries to access my site?

Chuck
   
Reply With Quote
Old
  (#3 (permalink))
ldesign
Registered User
ldesign is on a distinguished road
 
ldesign's Avatar
 
Status: Offline
Posts: 251
Join Date: Feb 2004
Location: Colorado
Rep Power: 42
01-20-2007, 06:14 PM

Here's another example:

From: cycletourist.com
Server Addr = 8.9.24.34
Date and time = Fri, 19 Jan 2007 20:43:21 -0500 • EST
Request URI = /
referer =
User Agent = Mozilla/4.0 (compatible ; MSIE 6.0; Windows NT 5.1)
Remote Addr = 83.160.254.102
Remote Host = goudeket.demon.nl

Every time 83.160.254.102 tries to access my site it is redirected to 403 error. This IP address made 6 valid page requests to my site yesterday over the course of one hour and all were redirected to 403 .... Why?

Chuck
   
Reply With Quote
Old
  (#4 (permalink))
edwurster
green side up, please!
edwurster will become famous soon enoughedwurster will become famous soon enough
 
edwurster's Avatar
 
Status: Offline
Posts: 660
Join Date: May 2003
Location: Voorhees, NJ
Rep Power: 69
01-21-2007, 04:05 PM

Quote:
Originally Posted by ldesign View Post
Here's another example:

From: cycletourist.com
Server Addr = 8.9.24.34
Date and time = Fri, 19 Jan 2007 20:43:21 -0500 • EST
Request URI = /
referer =
User Agent = Mozilla/4.0 (compatible ; MSIE 6.0; Windows NT 5.1)
Remote Addr = 83.160.254.102
Remote Host = goudeket.demon.nl

Every time 83.160.254.102 tries to access my site it is redirected to 403 error. This IP address made 6 valid page requests to my site yesterday over the course of one hour and all were redirected to 403 .... Why?
Normally, the robot reads the text file, and hopefully follows what you've put in there.

What happens if the robot is misconfigured? Maybe it finds robots.txt, misinterprets, something here, and then a 403?

You should put in an empty file favicon.ico. That eliminates a lot of 403's. And of course you need a 403 file, or requests for it show as an error too.

What happens if the robots file is bad? Could we have a situation where most robots handle the error, but this robot does not.


Ed Wurster - sacts92 (old root10)

...CPANEL Docs
......P-Z Server Status
  Send a message via AIM to edwurster  
Reply With Quote
Old
  (#5 (permalink))
ldesign
Registered User
ldesign is on a distinguished road
 
ldesign's Avatar
 
Status: Offline
Posts: 251
Join Date: Feb 2004
Location: Colorado
Rep Power: 42
01-21-2007, 04:26 PM

Quote:
Originally Posted by edwurster View Post
Normally, the robot reads the text file, and hopefully follows what you've put in there.

What happens if the robot is misconfigured? Maybe it finds robots.txt, misinterprets, something here, and then a 403?

You should put in an empty file favicon.ico. That eliminates a lot of 403's. And of course you need a 403 file, or requests for it show as an error too.

What happens if the robots file is bad? Could we have a situation where most robots handle the error, but this robot does not.
Hi Ed,

Thanks for joining in the discussion.

First of all, not all of these trails of 403's start with reading robots.txt. Also, ... my robots.txt file is in the correct format .... .... and the 403's I get are requests for pages that are not disallowed in robots.txt. The 403's I get are for requests as simple as a request for the home page.

The lack of a favicon.ico file would cause many 404 errors (file not found), but not 403 errors. Besides I do have a favicon file in place. That's why a 403 error when requesting /favicon.ico makes absolutely no sense (as say a sub-request for the home page). And I do have a custom 403 error page, that's how I get an email every time someone gets there.

The robots.txt file is not really a factor in this. It is merely one of the files that sometimes results in a 403 for some requesters. Since it exists, there is really no reason at all to server an error .....

.... Unless they are being blocked by system-wide controls.

Chuck
   
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
550 connection denied after dictionary attack yafster General Discussion 6 12-05-2006 09:51 PM
/bin/sh: line 1: /usr/bin/lynx: Permission denied jbskaggs General Questions and Comments 0 06-24-2006 12:43 AM
Access denied creating oscommerce mysql db jwayne General Questions and Comments 2 10-14-2004 09:35 AM
Email Acess denied mikez68 General Questions and Comments 1 07-21-2003 05:37 PM
Permission denied on PHP galleries since hard drive replacement Sheila General Questions and Comments 3 03-31-2003 01:52 PM


Live Help



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 RC6
vBulletin Skin developed by: vBStyles.com
Copyright © 2002 Page-Zone Web Hosting. All rights reserved.
Smilies provided by Crack's Smilies http://www.mysmilies.com