yuanyuan - 2007-12-27 02:52:26
I have edit this val with my ,
------------------------------------------------------
$arguments["ProxyHostName"]="xxx.x.xxx.xxx";
$arguments["ProxyHostPort"]=1234;
$arguments["ProxyUser"]="super";
$arguments["ProxyPassword"]="superman";
but I get this message...... :(
-------------------------------------------------------
Request headers:
Host: www.php.net
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Pragma: nocache
S HTTP/1.0 407 Proxy Authentication Required
S Server: Squid/2.4.STABLE6
S Mime-Version: 1.0
S Date: Thu, 27 Dec 2007 02:39:18 GMT
S Content-Type: text/html
S Content-Length: 955
S Expires: Thu, 27 Dec 2007 02:39:18 GMT
S X-Squid-Error: ERR_CACHE_ACCESS_DENIED 0
S Proxy-Authenticate: Basic realm="Squid proxy-caching web server"
S X-Cache: MISS from xxx.xxxxxx.COM
S Proxy-Connection: close
S
S <HTML><HEAD>
<TITLE>ERROR: Cache Access Denied</TITLE>
</HEAD>
<BODY>
<H1>ERROR</H1>
<H2>Cache Access Denied</H2>
<HR>
<P>
While trying to retrieve the URL:
<A HREF="http://www.php.net/">http://www.php.net/</A>
<P>
The following error was encountered:
<UL>
<LI>
<STRONG>
Cache Access Denied.
</STRONG>
</UL>
</P>
<P>Sorry, you are not currently allowed to request:
<PRE> http://www.php.net/</PRE>
from this cache until you have authenticated yourself.
</P>
<P>
You need to use Netscape version 2.0 or greater, or Microsoft Internet
Explorer 3.0, or an HTTP/1.1 compliant browser for this to work. Please
contact the <A HREF="mailto:webmaster">cache administrator</a> if you have
difficulties authenticating yourself or
<A HREF="http://xxxx.xxxxx.COM/cgi-bin/chpasswd.cgi">change</a> your default password.
</P>
<br clear="all">
<hr noshade size=1>
Generated Thu, 27 Dec 2007 02:39:18 GMT by xxxx.xxxx.COM (Squid/2.4.STABLE6)
</BODY></HTML>
---------------------------------------------------------------------
need UR help, thanks.