Skip to content

Instantly share code, notes, and snippets.

@OtanoStudio
Created April 14, 2019 00:33
Show Gist options
  • Select an option

  • Save OtanoStudio/f86937dbbd776a39c5a2cccfd7dd1c2d to your computer and use it in GitHub Desktop.

Select an option

Save OtanoStudio/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