You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Hiroyuki Sato <hi...@mac.com> on 2004/03/29 02:45:45 UTC

[users@httpd] Safari send mismatch uri when I use apache as proxy server.

Hi

Does anybody knows to solve following problem?

Safari 1.2(v125.1) send mismatch uri when I use apache as proxy server.

I use httpd-2.0.48 as Proxy Server.

* errr_log
------------------------------------------------------------------------ 
--------
[Mon Mar 29 09:28:38 2004] [error] [client 192.168.10.113] Digest: uri  
mismatch - </hl> does not match request-uri  
<http://sports.yahoo.co.jp/hl?c=sports&d=20040329&a=20040329-00000050- 
ism-spo>, referer: http://dailynews.yahoo.co.jp/fc/sports/nakata/
------------------------------------------------------------------------ 
--------

uri: /hl
request:  
http://sports.yahoo.co.jp/hl?c=sports&d=20040329&a=20040329-00000050- 
ism-spo



* GET request
	The following is complete request.
------------------------------------------------------------------------ 
--------
GET  
http://sports.yahoo.co.jp/hl?c=sports&d=20040329&a=20040329-00000050- 
ism-spo HTTP/1.1
Accept: */*
Accept-Language: ja-jp, ja;q=0.96, zh-cn;q=0.93, en-us;q=0.89,  
da-dk;q=0.85, da;q=0.81, nl-nl;q=0.78, nl;q=0.74, en;q=0.70,  
fi-fi;q=0.67, fi;q=0.63, fr;q=0.59, de-de;q=0.56, de;q=0.52,  
it-it;q=0.48, it;q=0.44, ko-kr;q=0.41, ko;q=0.37, no-no;q=0.33
Accept-Encoding: gzip, deflate;q=1.0, identity;q=0.5, *;q=0
Cookie: B=emllla9062vec&b=2;  
U=mt=RivHMp2MhYuNzFq21m3e.SqTp5EpgnLmMwwH&ux=iw2YAB&un=07usk57absqvr
Referer: http://dailynews.yahoo.co.jp/fc/sports/nakata/
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; ja-jp)  
AppleWebKit/124 (KHTML, like Gecko) Safari/125.1
Proxy-Authorization: Digest username="hiro", realm="proxy",  
nonce="5OJfLrrWAwA=f3c11d676d6f8b27ee55dca596abed6eadbdfe9e",  
uri="/hl", response="c8d3616af66b6a046a32a43111079600",  
algorithm="MD5", cnonce="a9a01a6be525959496fb1ced63012f31",  
nc=00000006, qop="auth"
Connection: close
Host: sports.yahoo.co.jp
------------------------------------------------------------------------ 
--------
send
  GET  
http://sports.yahoo.co.jp/hl?c=sports&d=20040329&a=20040329-00000050- 
ism-spo HTTP/1.1
  and uri is
  uri="/hl" in Proxy-Authorization header.

* My Proxy configuration.
------------------------------------------------------------------------ 
--------
<IfModule mod_proxy.c>
     ProxyRequests On
     <Proxy *>
         Order deny,allow
         Deny from all
         Allow from 192.168.10.0/24
         Allow from 127.0.0.0/8
         AuthType Digest
         AuthName proxy
         AuthDigestFile /home/arch/hiro_work/apache2/conf/digestpass
         Require valid-user
     </Proxy>
</IfModule>
------------------------------------------------------------------------ 
--------


Regards.

--
Hiroyuki Sato


---------------------------------------------------------------------
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