I have tried this
<?php
print_r(apache_get_modules());
?>
and got this
Fatal error: Call to undefined function apache_get_modules() in
Why the error for built in function and how to get list of modules
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The manual page contains details about the PHP and Apache version that support
apache_get_modules().You must be running PHP >= 4.3.2 and using Apache 2 handler API, or PHP >= 5.0 and Apache 1 or Apache 2 filter API.