in reply to Re^2: Module updates require webserver restart?
in thread Module updates require webserver restart?

You can either:

a_ turn mod_perl off
b_ configure mod_perl to use Apache::Reload

there are 2 versions of modperl -- 1.3x and 2.0x -- they correspond to the apache 1.x and 2.x versions respectively.

the mod_perl website is at: perl.apache.org
  • Comment on Re^3: Module updates require webserver restart?