Re: Sry, 1 more question.. Apache2::Reload goofiness

2007-02-21 Thread Anthony Gardner
Have you tried Apache::StatINC? Actually, is that available for Apache2? We've also had problems with Apache::Reload here but we're putting that down to using RHEL mod_perl 1.99 ;) Am waiting to get the latest MP2 installed and hopefully it'll help sort the problems out. But I agreee with Perri

Re: Sry, 1 more question.. Apache2::Reload goofiness

2007-02-20 Thread Jonathan Vanasco
On Feb 20, 2007, at 4:03 PM, Perrin Harkins wrote: On 2/20/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Gotcha. However, restarting apache doesn't seem to do the trick. Is it maybe unrelated to Apache2::Reload? Make sure that you're only running 1 server instance ( maxclients = 1 )

Re: Sry, 1 more question.. Apache2::Reload goofiness

2007-02-20 Thread Perrin Harkins
On 2/20/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Gotcha. However, restarting apache doesn't seem to do the trick. Is it maybe unrelated to Apache2::Reload? If stopping and starting apache doesn't pick up your changes, something is seriously wrong. You might be looking at the wrong a

Re: Sry, 1 more question.. Apache2::Reload goofiness

2007-02-20 Thread Robert Landrum
[EMAIL PROTECTED] wrote: This is getting very frustrating, so I guess I should ask about this before I scrap the whole project and go back to CGI. I'm using Apache::Reload during development since I'm constantly making changes to code. However, it does not appear to be working right. Is t

Re: Sry, 1 more question.. Apache2::Reload goofiness

2007-02-20 Thread Dan_Kelley
rl@perl.apache.org Subject Re: Sry, 1 more question.. Apache2::Reload goofiness There is no such thing as reloading modules in Perl. Apache2::Reload makes a pretty good try at it, but it can never work perfectly since there is no language support for this feature. Usually, I just restart the s

Re: Sry, 1 more question.. Apache2::Reload goofiness

2007-02-20 Thread Perrin Harkins
There is no such thing as reloading modules in Perl. Apache2::Reload makes a pretty good try at it, but it can never work perfectly since there is no language support for this feature. Usually, I just restart the server when I make a change. It only takes a couple of seconds. At my current job

Sry, 1 more question.. Apache2::Reload goofiness

2007-02-20 Thread Dan_Kelley
This is getting very frustrating, so I guess I should ask about this before I scrap the whole project and go back to CGI. I'm using Apache::Reload during development since I'm constantly making changes to code. However, it does not appear to be working right. Let's say I'll have a handler that