As a workaround, we updated the apache config with the below directive. cat /etc/httpd/conf/httpd.conf # Security ServerTokens Prod ServerSignature On TraceEnable Off ServerName "breakfix1-sat.syslab.pnq2.redhat.com" ServerRoot "/etc/httpd" PidFile run/httpd.pid Timeout 60 KeepAlive On MaxKeepAliveRequests 100 KeepAliveTimeout 15 LimitRequestFieldSize 8190 LimitRequestFields 100 LimitRequestLine 1000000 ===============================> Update the httpd.conf file with LimitRequestLine 1000000
This should be a bug report, not an RFE. I am updating the BZ to reflect this.