![]() |
1
6
使用X-Sendfile头告诉前端服务器要实际服务器的文件。
这是一个 related question . 你还可以看到 real world implementation 最后,nginx和lighttpd使用X-Accel-Redirect和X-lighttpd-send-file而不是X-Sendfile。 |
![]() |
2
2
您可以通过创建
还有,看这个 example for PDF files PIL . |
![]() |
3
0
如果是带有mod_python的Apache服务器,这可能是一篇关于 Apache using Django's authentication system |