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.
我有一个带有 .php 文件的 Apache2 服务器,该文件将请求正文回显到屏幕上。
我正在尝试向带有分块正文的文件发送 POST 请求,响应为 HTTP/1.0 411。
如何配置 Apache 以响应 HTTP/1.1 并理解我的请求?
谢谢
您是否检查过以确保您的 httpd.conf 文件中启用了 PHP 模块?