Re: mod_perl memory

2010-03-19 Thread André Warnier
Pavel Georgiev wrote: Thanks, that did the job. I'm currently testing for side effects but it all looks good so far. Glad someone could help you. I have been meaning to ask a question, and holding back. In one of your initial posts, you mentioned sending a response with a Content-type "multip

Re: protecting internal redirects

2010-03-19 Thread E R
Thanks for all of the suggestions. Looking for REDIRECT_* environment variables seems like it will work for me. 2010/3/19 Torsten Förtsch : > 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

Re: protecting internal redirects

2010-03-19 Thread Torsten Förtsch
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?