Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
据此,_
官方 Apache 文档仅提及请求中单个字段的 8,192 字节限制。
如何增加单个字段的大小,这里只是好奇。
我认为您可以使用LimitRequestLine进行配置。如果您希望它高于 8190 限制,您需要更改 Apache 的源代码并按照 Apache 的以下语句重新编译它:
在正常情况下,不应更改默认值。此外,如果不修改源代码并重新构建,则不能将其设置为高于 8190。