For anyone who's curious about this script was using http://php.net/manual/en/function.apache-get-version.php and http://php.net/manual/en/function.apache-get-modules.php which I believe only work if you're using mod_php. So this script also would not install on suPHP, fastcgi or any non mod_php setup as those apache specific functions would not be available. Talk about bad coding