|
|
1
3
使用Apache mod_headers模块。 http://httpd.apache.org/docs/2.2/mod/mod_headers.html 不能用mod_wsgi来做。 如果真的需要的话,可以用mod_python来实现,但是最好用内置的Apache模块来实现。 |