apache日志中70007

apache日志中70007

我在apache的日志中看到了这样的请求,
218.204.243.42  2007-10-01      21:58:48        "POST ********** HTTP/1.1"  70007   534     UA:-    Host:***.***.***.***       Content-Length:340  X-Online-Host:- Via:WTP/1.1 GDGZ-PS-GW001-WAP02.gd.chinamobile.com (Nokia WAP Gateway 4.0/CD3/4.1.79)   Connection:-X-Network-info:-        X-Forwarded-For:10.218.115.250, 218.204.243.42  X-Nokia-gateway-id:NWG/4.1/Build04      x-source-id:GGSNGZ09Cost:239

居然http的状态是70007
请问这是什么状态
反了吧,明显2个数字反了。apache日志格式可以自定义的,你看你日志定义去吧。
70007是http协议发送的数据大小数,534才是状态。

534似乎是与java有关的服务器错误,具体我也不清楚。

http header status

QUOTE:
Informational 1xx
100 Continue
101 Switching Protocols


Successful 2xx
200 OK
201 Created
202 Accepted
203 Non-Authoritative Information
204 No Content
205 Reset Content
206 Partial Content


Redirection 3xx
300 Multiple Choices
301 Moved Permanently
302 Moved Temporarily
303 See Other
304 Not Modified
305 Use Proxy


Client Error 4xx
400 Bad Request
401 Unauthorized
402 Payment Required
403 Forbidden
404 Not Found
405 Method Not Allowed
406 Not Acceptable
407 Proxy Authentication Required
408 Request Timeout
409 Conflict
410 Gone
411 Length Required
412 Precondition Failed
413 Request Entity Too Large
414 Request-URI Too Long
415 Unsupported Media Type


Server Error 5xx
500 Internal Server Error
501 Not Implemented
502 Bad Gateway
503 Service Unavailable
504 Gateway Timeout
505 HTTP Version Not Supported

日志格式肯定没有错
现在到没有这个问题了
楼主的apache配置文件中的logformat  是怎么定义的?  我的apache无论如何定义都无法记录“Content-Length:340 ”字段。
hoo7在他的帖子中说道:“我在apache的日志中看到了这样的请求,
218.204.243.42  2007-10-01      21:58:48        "POST ********** HTTP/1.1"  70007   534     UA:-    Host:***.***.***.***       Content-Length:340  X-Online-Host:- Via:WTP/1.1 GDGZ-PS-GW001-WAP02.gd.chinamobile.com (Nokia WAP Gateway 4.0/CD3/4.1.79)   Connection:-X-Network-info:-        X-Forwarded-For:10.218.115.250, 218.204.243.42  X-Nokia-gateway-id:NWG/4.1/Build04      x-source-id:GGSNGZ09Cost:239

居然http的状态是70007
请问这是什么状态”



我看到你回了个贴,想请教你一下.apache的http.conf中logformat如何定义才能在日志中记录Content-Length:340  的内容?hoo7总也联系不上,只好请教下您这样的高手了。