apacheconfiguration

How to change the limitrequestfieldsize in Apache 2.4.2


I'm working with Apache 2.4.2 and I need to change the LimitRequestFieldSize. Supposedly (according to some Google research) that can be done in the httpd.conf file but I cant find that LimitRequestFieldSize neither the httpd.conf or any file within the Apache. Have any idea how I can do it?


Solution

  • In the end I solved simply adding LimitRequestFieldSize 500000 to the file httpd-default.conf