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 ). Things get screwy when you have multiple apache children each updating on their own.

I use reload on dev, and not in production. there are a bunch of function redefined messages going on, but thats fine with me.

also keep in mind that class inheritance will cause issues with reload -- you'll generally need to start/stop if you're overloading a parent class method or are removing an overload to fall back onto the parent class method.

Reply via email to