I set up mod_rewrite so that certain files downloaded via mod_proxy from other 
websites. Now I need to process the downloaded files via external program and 
return to client.

The ideal scenario is:

1. Client requests file
2. Caching module (mod_cache?) looks whether the requested file was updated on 
external server. If now, the file is returned to client from cache.
If yes or file is not in cache, file is downloaded via mod_proxy, external 
processing program is called, files is put in cache and then is returned to 
client.

How this scenario can be implemented?

Thanks in advance.

Airat

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to