我的.htaccess文件:
Header add X-Hello "time %D"
现在我查看它的外观,查看X-Hello
标题:
$curl -v http://foo.com/bar.php
...
< HTTP/1.1 200 OK
< Date: Wed, 06 Oct 2010 20:43:39 GMT
< Server: Apache
< Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
< Expires: Thu, 19 Nov 1981 08:52:00 GMT
< Pragma: no-cache
< Set-Cookie: PHPSESSID=7d32d8fch8qrnnuvoqqopr74c0; path=/
< X-Hello: time %D
< Transfer-Encoding: chunked
< Content-Type: text/html
这显然与下面的Apache文档相反。是否有mod_headers
需要的其他指令来插入环境变量?
http://httpd.apache.org/docs/2.0/mod/mod_headers.html#examples
答案 0 :(得分:0)
如果没有其他说明,托管服务提供商承认仍在使用Apache 1.3,而不会在mod_header
内插值。