Typically, you would need to have an origin server serve the file and let ATS 
download the file into it's cache. You will need to set the remap rules 
accordingly.
For simple things like the use case you mentioned, you could write a simple 
perl script my_perl_server.pl that listens on some port (say, 8888) for 
requests and return a crossdomain.xml file stored locally on the disk.
You will need to add the below remap rule to let ATS download the file from the 
above perl tool.
map URL../crossdomain.xml http://localhost:8888/my_perl_server.pl

Thanks,
Sudheer 


     On Thursday, August 27, 2015 6:06 AM, Phil Sorber <[email protected]> 
wrote:
   

 This sounds like you have the proxy in reverse mode and do not have a remap 
rule set up properly. I have CC'd the users list as well so your problem and 
see a wider audience.

On Thu, Aug 27, 2015 at 5:55 AM Umamaheswari Muthu 
<[email protected]> wrote:

Hi phil,
I am trying to use apache traffic server as a reverse proxy when I hit the URL 
I get the error as 404 Not Found on Accelerator URL../crossdomain.xml.
To resolve this issue where should I place crossdomain.xml file in ATS server.
Thanks,Uma



   

Reply via email to