SyntaxFix
Write A Post
Hire A Developer
Questions
<?php phpinfo(); ?>
Look under Configuration in the apache2handler in the Loaded Modules row.
This is simple and works.
<?php foreach( apache_get_modules() as $module ) echo "$module<br />"; ?>