Results 1 to 10 of 12

Thread: Apache Bad Request

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Dmitriy is offline Nearly a Master Glow Jedi
    Join Date
    Feb 2007
    Location
    Ukraine
    Posts
    124

    Default

    Yes, it is. To increase request size in Apache, add directive LimitRequestFieldSize to the configuration file. Default value is 8190 bytes. To increase it 2 times add
    LimitRequestFieldSize 16380. Don't know if it will work from .htaccess. Probably not, so this is the question to support team, but.... I'd strongly suggest you not adding as much data to the cookies as your web-site clients might experience a whole lot of other problems with large cookies. Why don't simply save some pseudo-random hash to clients machine and all the data in your DB? This is also has better security than cookies.

  2. #2
    rlhanson's Avatar
    rlhanson is offline Master Glow Jedi
    Join Date
    Aug 2007
    Location
    Chapman, Kansas
    Posts
    531

    Default

    Quote Originally Posted by Dmitriy View Post
    I'd strongly suggest you not adding as much data to the cookies as your web-site clients might experience a whole lot of other problems with large cookies.
    What kind of problems Dmitriy?
    Thank you,
    Lynne Hanson
    RL Hanson-Online

Similar Threads

  1. Pop Request Limit?
    By rlhanson in forum General Support
    Replies: 7
    Last Post: 10-18-2007, 10:01 PM
  2. Olga - Bad hard Disk
    By Matt in forum Outages and Scheduled Maintenance
    Replies: 0
    Last Post: 04-05-2007, 12:29 PM
  3. Add URL Request [removed]
    By abbacus in forum Web Design
    Replies: 0
    Last Post: 01-06-2006, 11:54 PM
  4. Bad CGI Errors.. Need Urget Help Please
    By FiberglassForum in forum General Support
    Replies: 1
    Last Post: 11-22-2005, 09:38 AM

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14