Results 1 to 4 of 4

Thread: Preventing some types of User Agents from accessing my website

  1. #1

    Preventing some types of User Agents from accessing my website

    My website sometimes gets hit with recursive wgets and HTTrack downloads that can cripple the web server.

    I'd like restrict access from these programs. Is user agent filtering for these types of scans worthwhile? Here is another example I found.

    Do you know of any other ways to prevent server overload at the Apache / OS level? I don't mind limiting connections, I just don't want the server to crash.
    Last edited by jungleist; 01-18-2007 at 06:42 AM.

  2. #2
    I fould my solution. I just added the examples in these links to my httpd.conf instead of .htaccess. I prefer httpd.conf because its not as easy to forget as .htaccess when doing a website restoration, or troubleshooting.

    Comprehensive guide to .htaccess
    Hijacking - Some Advice for Webmasters

    Looks like it's working so far.

  3. #3
    Sorry, it needs to be in .htaccess.

  4. #4
    I use modsecurity, which is described as an application firewall. This may be a bit much for your needs, though.

Similar Threads

  1. Replies: 2
    Last Post: 08-06-2007, 12:34 PM
  2. Create and Configure User Accounts in Windows XP
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-04-2005, 07:48 AM
  3. Live Communications Server 2005 Glossary
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 09:16 PM
  4. FTP Locked Out Accessing User Web directories: Permissions?
    By brian in forum Linux - General Topics
    Replies: 0
    Last Post: 11-15-2004, 12:39 AM
  5. GL not working ati 7000
    By Mip in forum Linux - Software, Applications & Programming
    Replies: 19
    Last Post: 10-28-2004, 09:29 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •