Skip to content

Instantly share code, notes, and snippets.

@otanodesignco
Created April 14, 2019 00:33
Show Gist options
  • Save otanodesignco/f86937dbbd776a39c5a2cccfd7dd1c2d to your computer and use it in GitHub Desktop.
Save otanodesignco/f86937dbbd776a39c5a2cccfd7dd1c2d to your computer and use it in GitHub Desktop.
Apache Mods
$ServerModules = '';
$ApacheMods = apache_get_modules();
foreach($ApacheMods as $mods)
{
$ServerModules .= "${mods}<br />";
}
echo $ServerModules;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment