A aliinjector Verified User Joined Mar 4, 2022 Messages 8 May 28, 2024 #1 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 ?
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 ?
zEitEr Super Moderator Joined Apr 11, 2005 Messages 15,397 Location www.poralix.com May 28, 2024 #2 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.
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.