I installed Apache2 and mod_perl2. I didn't get any errors on install, I ran "make test" and all were successful except 2 were skipped (wwwlib_perl not installed) I added the LoadModule line in httpd.conf, I restarted httpd - worked fine. But when I check the Apache log files it doesn't say mod_perl is running. If I do a AddModule mod_perl.c (as in Apache1.3) I get an error and httpd won't restart, but I don't think I need to do that in Apache2. Anyway, httpd -l doesn't list mod_perl.c, but it's dynamic as mod_perl.so so I shouldn't need .c My question then is: Is mod_perl running if I have LoadModule perl_module  modules/mod_perl.so in the httpd conf and am able to start it without errors even if it doesn't say it's running in the log? Any help would be awesome. P

In reply to mod_perl.so installed, not running? by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.