hi, guys,
I followed this manual "http://trafficserver.apache.org/docs/v2/admin/http.htm#PushingContentIntoCache"
to push something into traffic server, but always got a 404 error as following:
--------------------------------------------------------------------
root@< test>:/etc/trafficserver # telnet 1.1.1.1 80
Trying 1.1.1.1...
Connected to 1.1.1.1.
Escape character is '^]'.
PUSH http://athena.test.com HTTP/1.1
Content-length: 84
HTTP/1.1 404 Not Found
Date: Fri, 11 Mar 2011 10:55:28 GMT
Connection: close
Via: http/1.1 athena.test.com ( [c s f ])
Cache-Control: no-store
Content-Type: text/html
Content-Language: en
Content-Length: 210
<HEAD><TITLE>Not Found</TITLE></HEAD>
<BODY BGCOLOR="white" FGCOLOR="black">
<FONT FACE="Helvetica,Arial"><B>
Your requested URL was not found.</B></FONT>
<!-- default "Not Found" response (404) -->
</BODY>
Connection closed by foreign host.
--------------------------------------------------------------------
The version of traffic server is 2.1.4.
I already set "CONFIG proxy.config.http.push_method_enabled INT 1" in records.config
and set "
dest_domain=athena.test.com src_ip=* method=PUSH action=allow
dest_domain=. method=PUSH action=deny
" in filter.config.
any suggestion?
====================
Best regards!
====================
jacky wu
jacky.wucheng@gmail.com
blog: http://www.sanote.org
====================
|