error 414 in website and change LimitRequestLine

aliinjector

Verified User
Joined
Mar 4, 2022
Messages
8
i get 414 (Request URI Too Long) error while opening my website. how can change LimitRequestLine and LimitRequestFieldSize 4000 in apache configuration ? where is the configuration file ?
 
Hello,

Directadmin does not set them for Apache:

Code:
[[email protected] ~]# grep -R LimitRequestFieldSize /etc/httpd/
grep: warning: /etc/httpd/build/build: recursive directory loop
[[email protected] ~]#
[[email protected] ~]# grep -R LimitRequestLine /etc/httpd/
grep: warning: /etc/httpd/build/build: recursive directory loop
[[email protected] ~]#

You might try and add them into /etc/httpd/conf/extra/httpd-includes.conf and restart Apache.
 
Back
Top