HJi,
Im trying to get the version of apache for use with a few scripts, i was told if i was running the apache-module a can get it using this:
get_cfg_var("Apache Version")
But this does not work for me. So i think ill have to extract it from the $SERVER_SOFTWARE. I tried this but i doesnt work:
$version = $SERVER_SIGNATURE;
$version = ereg("(a-z){6}{1-9){3})", $vseion);
Anyone know where im going wrong?
Cheers,
Elfyn