Is there a way to increase the maximum allow url length for incoming requests on Apache HTTPd?

19,288

Increasing LimitRequestLine parameter might help. But still I wonder what kind of URI's you have, since under normal operation I have never needed to touch that value ...

Share:
19,288

Related videos on Youtube

Boaz
Author by

Boaz

Updated on September 17, 2022

Comments

  • Boaz
    Boaz almost 2 years

    I'm running a web services site on Apache HTTPd and every once in while I get an error indicating the incoming URL is too long (HTTPError: HTTP Error 414: Request-URI Too Large).

    My site is servicing programs rather than browser so I'm not worried about the 2K browser limit.

    Is there any way to get increase the acceptable URI length?