Adam's technique below doesn't work for me, but this does (assuming you
have LWP installed):

sh> HEAD -de http://<server_you're_interested_in>|grep Server:

-Mark

At 05:20 PM 9/17/2001 +0100, Adam Worrall wrote:
> >>>>> "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