> On Jun 22, 2015, at 7:07 AM, Unknown User <[email protected]> wrote:
> 
> Can ats serve some files (static html files/plain text files) on its own, 
> without needing an origin server to serve it?

Apart from error page templates, there's nothing that does this. You could 
write your own server intercept plugin to do it, but it's probably less trouble 
to just run a static origin server.

> If it can not directly do that, would it be possible to add a file to the 
> cache to serve it?

You can use the PUSH method to insert an object into the cache 
<https://docs.trafficserver.apache.org/en/latest/admin/http-proxy-caching.en.html?pushing-content-into-the-cache#pushing-content-into-the-cache>

J

Reply via email to