我在 Apache 上使用 Django 和 mod_wsgi。我想使用 X-Sendfile 来发送文件,但是当 X-Sendfile 不可用时会回退。
有没有办法列出加载的 Apache 模块或检查 X-Sendfile 是否直接从 Django 启用?我试图转储请求变量,但没有这样的信息。
我在 Apache 上使用 Django 和 mod_wsgi。我想使用 X-Sendfile 来发送文件,但是当 X-Sendfile 不可用时会回退。
有没有办法列出加载的 Apache 模块或检查 X-Sendfile 是否直接从 Django 启用?我试图转储请求变量,但没有这样的信息。