Re: mod perl installed but not running
Perrin Harkins <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <CAC0_be2YuFBOpKhnbJ6+FrqfLjDeiBu=E=dt9M9f1C5iODOVNQ@mail.gmail.com> |
On Sun, Jan 29, 2012 at 5:22 PM, mike cardeiro <[email protected]> wrote: > can anybody help me. I have mod_perl installed, I have "LoadModule > perl_module /usr/local/apache/modules/mod_perl.so" in httpd.conf > > if the installation isn't right, shouldn't the server choke on restart > because it cant load mod_perl.so? Time for some sanity checks. Try changing the path to mod_perl.so so it points to nothing. See if you can still restart. If you can, you're restarting a different server than the one that's using this conf file. - Perrin