Re: mod_perl precompiling help
Jason Sonnenschein <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
On 12/22/09 10:13 AM, Perrin Harkins wrote: > On Mon, Dec 21, 2009 at 11:47 PM, Jason Sonnenschein<[email protected]> wrote: > >> We're running a perl-based web application and not seeing any speedups >> running under mod_perl. >> > Usually that means you have a configuration problem. Can you check if > your scripts are running under mod_perl by looking at $ENV{MOD_PERL} > in one of them? > > - Perrin > > > I'll doublecheck with that, but I can say that when I switch the machine to running mod_perl, I see httpd rather than the scripts in "top" and "ps" output (which seems to me that it's running under mod_perl) Jason