On 6/4/05, david joffrin <david_joffrin@xxxxxxxxxxx> wrote: > ProxyRequests On You do NOT want ProxyRequests on for a reverse proxy. This is a major security hole. See the mod_proxy documentation. > However, I have a little issue with the log file > Before the proxy, I had the following line: > 127.0.0.1 - - [01/May/2005:21:05:29 +0100] "GET / HTTP/1.1" 200 8201 > "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)" > After the proxy, I have the following line: > 218.5.84.204 - - [02/Jun/2005:21:30:58 +0100] "GET / HTTP/1.1" 302 - > "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)" > The return size is '-'! The issue is that web stats (awstats) is relying on > the returned sized? > > Any idea why the returned size is now set to '-' The status code on that request is 302, which is a redirect. So the client got redirected, they didn't get a regular response. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx