Hi!

Have anyone been working with PUSH in trafficserver?.
I'm trying to push up a txt file but get this error message.
Any ideas on what to do?

[root@ds etc]# perl push.pl -f fooo.txt -u http://localhost/test/fooo.txt
HTTP/1.0 400 Response Not Cachable
Date: Tue, 02 Apr 2013 16:28:59 GMT
Server: ATS/3.2.0
Cache-Control: no-store
Content-Type: text/html
Content-Language: en
Content-Length: 200

<HEAD><TITLE>Response Not Cachable</TITLE></HEAD>
<BODY BGCOLOR="white" FGCOLOR="black">
<FONT FACE="Helvetica,Arial"><B>
</B></FONT>

<!-- default "Response Not Cachable" response (400) -->
</BODY>

*Have updated the records.config with*
proxy.config.http.push_method_enabled = 1

*And my ip_allow.config look like this *

src_ip=127.0.0.1                                  action=ip_allow method=ALL
src_ip=::1                                        action=ip_allow method=ALL
# Deny PURGE, DELETE, and PUSH for all (this implies allow other methods
for all)
src_ip=0.0.0.0-255.255.255.255                    action=ip_allow
 method=PUSH|PURGE|DELETE
src_ip=::-ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff action=ip_deny
 method=PUSH|PURGE|DELETE

*My remap.config look like this*

map http://localhost/:80    http://localhost/:80

regards
Johan

Reply via email to