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: Apache2:: namespace and AuthCookie package name.

2005-04-16 Thread Clayton Cottingham
This is great . Let me know when you need it tested.. Im just ramping up my own knowledge of mp2 And authcookie is one of the modules I love to use! > -Original Message- > From: Adam Kennedy [mailto:[EMAIL PROTECTED] > Sent: April 16, 2005 1:19 AM > To: Michael J Schout; mod_perl > S

Re: Apache2:: namespace and AuthCookie package name.

2005-04-16 Thread Adam Kennedy
Michael J Schout wrote: Hey everyone. I am working on updating Apache::AuthCookie to work with mod_perl 2.0.0-RC5. In past releases, both the MP1 and MP2 versions of AuthCookie were installed as Apache::AuthCookie, even though the MP2 version of the module has several API changes in order to b

Re: warn statement fails in modperl 2 on windows

2005-04-16 Thread Josef Ender
Hello a small code snipped working on my mod_perl windows: use Apache::Log (); Apache->warn("warn text"); please provide more details if this does not work. regards, Josef -- Josef Ender, Bitspot AG http://www.bitspot.ch Anonymity wrote: > Hello, > I've been dealing with an