RE: Wrong page being displayed

2005-04-18 Thread Graham Vickrage
PROTECTED] Sent: 16 April 2005 14:43 To: Perrin Harkins Cc: [EMAIL PROTECTED]; modperl@perl.apache.org Subject: Re: Wrong page being displayed The description of the problem really looks like that, so I could only second Perrins suggestion to show us the code in question. I looks like that you are

Re: Wrong page being displayed

2005-04-16 Thread Thomas Schindl
The description of the problem really looks like that, so I could only second Perrins suggestion to show us the code in question. I looks like that you are hitting perl-processes which have a closure or something else and in mod_perl the code is not recompiled everytime. Tom > On Fri, 2005-04-15

Re: Wrong page being displayed

2005-04-15 Thread Perrin Harkins
On Fri, 2005-04-15 at 18:39 +0100, Graham Vickrage wrote: > It shows previously viewed pages and with no particular pattern. Does > anyone know where I start looking to solve this one. How about showing us some code? Try to reduce it to a minimal piece that demonstrates the problem. Chances are

Re: Wrong page being displayed

2005-04-15 Thread Jonathan Vanasco
Sometimes something similar happens to me when I'm working on my dev machine and have automatic reloading turned on via Apache::Reload Many times, Apache::Reload doesn't pick up the file change, or, for whatever reason, gets really screwed up and needs a reboot doing a /usr/local/apache2/bin/a