RE: [users@httpd] Apache 1.3 caching problem...

2005-06-10 Thread Axel-Stéphane SMORGRAV
You need to better describe what you are trying to achieve. >From what I understand you are trying to read a document which is cached by >Apache and occasionally modified somehow by a script. If you know the frequency at which the file will change, you might consider including or something li

Re: [users@httpd] Apache 1.3 caching problem...

2005-06-10 Thread Joshua Slive
On 9 Jun 2005 20:45:19 -, abc <[EMAIL PROTECTED]> wrote: > > > Any pointers Joshua > > > On Fri, 10 Jun 2005 abc wrote : > > >Hi experts... > > > >Our new Apache 1.3's perl module is reading a file. Now even if I delete > that file, the app works because Apache is caching that f

Re: [users@httpd] Apache 1.3 caching problem...

2005-06-09 Thread abc
Any pointers Joshua On Fri, 10 Jun 2005 abc wrote : >Hi experts... > >Our new Apache 1.3's perl module is reading a file. Now even if I delete that file, the app works because Apache is caching that file. The problem is it not picking up the changes made to that file. So we have to restart t