ChinaUnix.net
相关文章推荐:

HEADER apache 空白行

[root@abc ~]# curl -I 192.168.1.17 HTTP/1.1 200 OK Date: Wed, 15 Apr 2009 03:34:03 GMT Server: apache-Coyote/1.1Content-Type: text/html;charset=gbk Content-Length: 86045 Set-Cookie: JSESSIONID=41C7A37C462292487FE11D601791BAEF; Path=/ Set-Cookie: NEW_VISIT_CECOL=113488601820090415; Domain=ceconline.com; Expires=Mon, 03-May-2077 06:48:10 GMT; Path=/ 怎么样才能去掉 “apache-Coyote/1.1” 这个信息呢?...

by chinasg - 服务器应用 - 2009-04-15 11:36:14 阅读(1393) 回复(0)

相关讨论

程序执行后页面显示“Internal Server Error”这样的错误信息。 我查看apache的错误日志里面记录的是 malformed header from script. Bad header=\x1f\x8b\b: /var/eyou/apache/cgi-bin/admin/rmuser rmuser这个程序在别的服务器上执行都没有任何问题。请问是apache服务器的配置问题,还是程序的问题?

by yuanhui - 服务器应用 - 2007-10-18 12:50:46 阅读(2414) 回复(3)

proxy 段里 用 rewriterule requestheader 可以修改向目标服务器发送的 header 如何修改目标服务器返回的 header ? 尤其是 动态修改,像 rewritemap 使用 prg: 外部程序那样。

by dvaknheo - 服务器应用 - 2009-01-20 16:45:53 阅读(2386) 回复(3)

apache deflate header vary设置 都是怎么设置的? vary 设置成accept-encoding 还是user-agent?还是unset?

by barrywong - 服务器应用 - 2007-06-28 18:52:59 阅读(3310) 回复(2)

.apache不支持header吗?我在IIS里可以使用的PHP到apache中就不行了, 提示: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, wfl@withub.org and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error m...

by wpl12 - PHP - 2005-10-24 11:01:19 阅读(2943) 回复(15)

各位大虾,apache如何获取http请求中的header值?谢谢谢谢!!!

by jolintsai - 服务器应用 - 2008-05-11 17:44:07 阅读(2399) 回复(1)
by z33 - 服务器应用 - 2006-02-16 14:58:11 阅读(1529) 回复(0)

是linux下的,不是win Bug #16803 Using header() to set multiple cookies only sets the last cookie. Submitted: 24 Apr 2002 2:09pm CEST Modified: 30 Apr 2002 3:26pm CEST From: cabel-s at panic dot com Status: Bogus Category: apache2 related Version: 4.2.0 OS: RedHat 7.2 Votes: 8 Avg. Score: 4.9 ± 0.3 Reproduced: 8 of 8 (100.0%) Same Version: 6 (75.0%) Same OS: 2 (25.0%) View/Vote Add Comment...

by yjinsan - PHP - 2004-09-16 23:07:09 阅读(975) 回复(0)

我用postfix做了一个邮件服务器,但是从公司内部局域网通过服务器发邮件,邮件header中会有内部局域网中私有ip地址.怎样才能将这个ip除掉或以其他ip代替

by kpjiang - 服务器应用 - 2003-04-01 10:13:40 阅读(1412) 回复(3)

文讨论的是如何彻底杜绝warning: Cannot add header information - headers already sent in…… 这种令人莫明其妙的的错误。 只要你写过PHP代码,相信都遇上过这个大多时候都令人莫明其妙的warning吧..今天我们就来搞定它…………… 看了PHP手册,回答如下: 消息“Warning: Cannot send session cookie - headers already sent…”或者“Cannot add/modify header information - headers already sent…”。 函数 header(),s...

by galaxyz - php文档中心 - 2008-10-11 20:51:07 阅读(1434) 回复(0)

我在笔记本上写的php代码,测试正常,当我放到另一台电脑上的时候,发现每个页面有类似以下的warning: [code]Warning: Cannot modify header information - headers already sent by (output started at E:\Photoweb\new\shift.php:7) in E:\Photoweb\new\shift.php on line 13[/code] 上面提到的第13行代码为: [code] header("Location:fail.php?opcode=login"); [/code] 而且看起来这行代码以及上面的一些判断代码并没有运行...

by failsafe - PHP - 2005-12-02 17:25:05 阅读(1171) 回复(6)