>>>>> "Mat" == Mat  <[EMAIL PROTECTED]> writes:

    Mat> Hi everyone, I'd like to know if there is a simple way to find
    Mat> if an apache server is compiled with mod_perl and with which
    Mat> version.

This does it for me:

  $ strings /some/httpd | grep 'mod_perl\/'

The 'strings' command works under Linux and Solaris, I think it's fairly
standard ... and handy :)

 - Adam

Reply via email to