Re: Apache2::Reload problem

2005-12-03 Thread JT Smith
http://svn.apache.org/viewcvs.cgi/perl/modperl/trunk/lib/mod_perl2.pm?rev=280262&r1=191197&r2=280262 That was my commit that did that. And for that, you're a very bad man! =) JT ~ Plain Black ph: 703-286-2525 ext. 810 fax: 312-264-5382 http://www.plainblack.com I reject your reality, and su

Re: Apache2::Reload problem

2005-12-02 Thread Philip M. Gollucci
Geoffrey Young wrote: JT Smith wrote: http://svn.apache.org/viewcvs.cgi/perl/modperl/trunk/lib/mod_perl2.pm?rev=280262&r1=191197&r2=280262 That was my commit that did that. There was a related change in Apache2::Status. I'll try and have a look at it. -- --

Re: Apache2::Reload problem

2005-12-02 Thread Geoffrey Young
JT Smith wrote: >> http://svn.apache.org/viewcvs.cgi/perl/modperl/trunk/lib/mod_perl2.pm?rev=280262&r1=191197&r2=280262 >> >> >> so see if backing that out helps. if that doesn't help try removing > > > Goeff, > > This is indeed it. Backing out that change fixes the problem. Thank you. > > D

Re: Apache2::Reload problem

2005-12-02 Thread JT Smith
http://svn.apache.org/viewcvs.cgi/perl/modperl/trunk/lib/mod_perl2.pm?rev=280262&r1=191197&r2=280262 so see if backing that out helps. if that doesn't help try removing Goeff, This is indeed it. Backing out that change fixes the problem. Thank you. Do I need to report this as a bug, or do yo

Re: Apache2::Reload problem

2005-12-02 Thread Geoffrey Young
JT Smith wrote: > I just upgraded my dev box to Apache 2.0.55 and mod_perl 2.0.2 from > Apache 2.0.54 and mod_perl 2.0.1 (not a big upgrade). > > Anyway, since the upgrade when I have Apache2::Reload enabled I get an > internal server error and in the logs it reports that it can't find > mod_per

Apache2::Reload problem

2005-12-02 Thread JT Smith
I just upgraded my dev box to Apache 2.0.55 and mod_perl 2.0.2 from Apache 2.0.54 and mod_perl 2.0.1 (not a big upgrade). Anyway, since the upgrade when I have Apache2::Reload enabled I get an internal server error and in the logs it reports that it can't find mod_perl.pm (which is there). Here

Re: Apache2::Reload problem (ModPerl::Util bug)

2005-06-05 Thread Mark
Philippe M. Chiasson wrote: Mark wrote: Mark wrote: In 2.0.0, if there are heirarchical packages, and Apache2::Reload is configured to reload the 'parent', it blows away the 'children' package namespaces (and doesn't reload the children.) For example, if @INC has: Fubar.pm Fubar/Child.pm

Re: Apache2::Reload problem (ModPerl::Util bug)

2005-06-01 Thread Philippe M. Chiasson
Mark wrote: > Mark wrote: > >> In 2.0.0, if there are heirarchical packages, and Apache2::Reload is >> configured to reload the 'parent', it blows away the 'children' package >> namespaces (and doesn't reload the children.) For example, if @INC has: >> >> Fubar.pm >> Fubar/Child.pm >> >> And Apach

Re: Apache2::Reload problem (ModPerl::Util bug)

2005-05-29 Thread Foo Ji-Haw
Hello Mark, I have the same problem as well, though I don't have a decent solution/ workaround for it. All I ended up doing was to use the subpackages. And when the subpackage changes, I touch the main package as well. That seems to cause Apache to reload. Mark wrote: In 2.0.0, if there ar

Re: Apache2::Reload problem (ModPerl::Util bug)

2005-05-29 Thread Mark
Mark wrote: In 2.0.0, if there are heirarchical packages, and Apache2::Reload is configured to reload the 'parent', it blows away the 'children' package namespaces (and doesn't reload the children.) For example, if @INC has: Fubar.pm Fubar/Child.pm And Apache2::Reload reloads package Fubar, it

Apache2::Reload problem (ModPerl::Util bug)

2005-05-29 Thread Mark
In 2.0.0, if there are heirarchical packages, and Apache2::Reload is configured to reload the 'parent', it blows away the 'children' package namespaces (and doesn't reload the children.) For example, if @INC has: Fubar.pm Fubar/Child.pm And Apache2::Reload reloads package Fubar, it blows away F