Apache The requested URL's length exceeds the capacity limit for this server 解决办法
关键字:
apache2 max url length
使用apache2的时候出现下面提示:
Request-URI Too Long
The requested URL's length exceeds the capacity limit for this server.
Apache/2.4.41 (Ubuntu) Server at const.net.cn Port 443
解决办法:
只需编辑/etc/apache/apache2.conf文件
并添加以下行:
LimitRequestLine 1024000
重新启动apache,一切都很好。
本文链接地址:https://const.net.cn/194.html