You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Jonas Eckerman <jo...@frukt.org> on 2003/10/02 23:55:48 UTC

Re[3]: [users@httpd] Re: what happen in access_log

On Thu, 2 Oct 2003 18:12:08 +0800, Luqman wrote:

> 62.31.108.249 - - [02/Oct/2003:17:41:15 +0800] "GET
> http://edit.europe.yahoo.com/?.redir_from=REGISTRATION?.&login=&.chk
> P=Y&.done=http://jpager.yahoo.com/jpager/pager2.shtml&login=yummypot
> atoes&passwd=123456 HTTP/1.0" 200 15895 62.31.108.249

Have you checked for yourself what the server actually sends back?

I just connected to monty.frukt.org (wich I run) and wrote:
GET http://www.sunet.se/ HTTP/1.0

I got a 200 answer ok, but the page it returned was just the page you get from http://monty.frukt.org/.

Same thing happens when I write:
GET http://www.sunet.se/proxyfilters.shtml HTTP/1.0

I get a 200, and the page I get is the same as http://monty.frukt.org/proxyfilters.shtml

It seems Apache simply strips the everything but the URI from the request.

This server is running as a proxy, but on a port that's not open through the firewall.

/Jonas
-- 
Jonas Eckerman, jonas_lists@frukt.org
http://www.fsdb.org/


---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org