Hi Jason ,
Can you confirm requested URL working or not with out ip_allow configuration
,If works then you need to check the records config for ip_allow config file
enabled or not. Because your config file must mentioned in globally then it
will works .if not you should give on that .One more option you should try with
remap rules .
CONFIG proxy.config.cache.ip_allow.filename STRING
ip_allow.config
CONFIG proxy.config.http.push_method_enabled INT 1
Thanks
__Vasanth
Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10
From: Jason Yang<mailto:[email protected]>
Sent: Thursday, March 28, 2019 10:40 AM
To: [email protected]<mailto:[email protected]>
Subject: trafficserver PUSH
Hi community,
I am trying to push some content into ATS, but it seems it only works when
I push locally (on the same node), otherwise I get the following error. I have
checked my ip_allow.config, I have tried to add either of the following lines,
but none of them work. What else could be wrong? Thank you!
src_ip=0.0.0.0-255.255.255.255 action=ip_allow method=ALL
src_ip=172.31.64.5 (ip of the push node) action=ip_allow method=ALL
Error message
HTTP/1.1 404 Not Found
Date: Thu, 28 Mar 2019 05:04:38 GMT
Connection: close
Via: http/1.1 CDN-test (ApacheTrafficServer/8.0.2 [c s f ])
Server: ATS/8.0.2
Cache-Control: no-store
Content-Type: text/html
Content-Language: en
Content-Length: 297
<HTML>
<HEAD>
<TITLE>Not Found on Accelerator</TITLE>
</HEAD>
<BODY BGCOLOR="white" FGCOLOR="black">
<H1>Not Found on Accelerator</H1>
<HR>
<FONT FACE="Helvetica,Arial"><B>
Description: Your request on the specified host was not found.
Check the location and try again.
</B></FONT>
<HR>
</BODY>
Best,
Jason