On Thursday 18 March 2010 21:59:26 E R wrote:
> To serve the file the CGI script issues an internal redirect to a url
> which points to the cached results.
> 
> My question is: can the url which points to the cached results be
> protected so that it cannot be directly accessed by external clients?
> 
When it creates the new redirected request (can I say "redirectee"?) apache 
copies the environment variables of the original request to the new one. All 
variable names are prefixed with "REDIRECT_". mod_rewrite should be able to 
check the presence of one of them. 

Torsten Förtsch

-- 
Need professional modperl support? Hire me! (http://foertsch.name)

Like fantasy? http://kabatinte.net

Reply via email to