Re: recompiling the modules

2005-01-26 Thread Marcello
Philippe M. Chiasson ha scritto: Marcello wrote: Octavian Rasnita ha scritto: Hi, Is it possible to let modperl recompile the modules if they are modified? I've seen that if I modify a perl module, Apache doesn't check to cee if the module has been modified, so it keeps running the old code from

Re: recompiling the modules

2005-01-25 Thread Philippe M. Chiasson
Marcello wrote: Octavian Rasnita ha scritto: Hi, Is it possible to let modperl recompile the modules if they are modified? I've seen that if I modify a perl module, Apache doesn't check to cee if the module has been modified, so it keeps running the old code from memory. In your httpd.conf or under

Re: recompiling the modules

2005-01-25 Thread Marcello
Octavian Rasnita ha scritto: Hi, Is it possible to let modperl recompile the modules if they are modified? I've seen that if I modify a perl module, Apache doesn't check to cee if the module has been modified, so it keeps running the old code from memory. Thank you. Teddy In your httpd.conf or und

Re: recompiling the modules

2005-01-25 Thread Torsten Foertsch
On Tuesday 25 January 2005 18:18, Octavian Rasnita wrote: > Is it possible to let modperl recompile the modules if they are modified? > I've seen that if I modify a perl module, Apache doesn't check to cee if > the module has been modified, so it keeps running the old code from memory. perldoc Apa

recompiling the modules

2005-01-25 Thread Octavian Rasnita
Hi, Is it possible to let modperl recompile the modules if they are modified? I've seen that if I modify a perl module, Apache doesn't check to cee if the module has been modified, so it keeps running the old code from memory. Thank you. Teddy