|
Posted by Dennis Daupert on December 16, 2004, 12:22 am
Please log in for more thread options bigb wrote:
> OK, this must be an easy question to answer...
>
> How can I find out which version of mod_perl is running on my system.
>
> I am using the debain distribution under 'testing'. I'm also running apache.
>
> Thanks,
> Brett.
>
tail your apache error_log while starting apache; he records his startup
info there, including the apache version and mod_perl version.
/dennis
|