in reply to
Getting Apache Version
With mod_perl 2, Apache version can be obtained with
Apache2::ServerUtil::get_server_version();
Comment on
Re: Getting Apache Version
Download
Code
Replies are listed 'Best First'.
Re^2: Getting Apache Version
by
ultranerds
(Hermit)
on Nov 05, 2008 at 17:47 UTC
Hi,
Thanks - this needs to be compatible will servers that don't have mod_perl/mod_perl 2 at all :( (just basic servers really)
TIA
Andy
[reply]
Re^3: Getting Apache Version
by
Anonymous Monk
on Nov 06, 2008 at 08:13 UTC
Have you asked apache?
[reply]
In Section
Seekers of Perl Wisdom