in reply to Re^3: exporting subroutine in mod_perl
in thread exporting subroutine in mod_perl
I was getting them every time I doing a request to the server. Then I remembered that I was running apache with multiple servers....so instead I restarted it as ./httpd -X and now I just get that warning on the first request and not subsequent requests...basically first request per child I got it.
However, I would still like to fix it so that I never get this warning. Is the only way to remove it to load the module at server startup?
Thanks for the help
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: exporting subroutine in mod_perl
by Anonymous Monk on Jul 08, 2006 at 08:32 UTC |