How to determine if OpenSSL and mod_ssl are installed on Apache2

Fiona picture Fiona · Sep 2, 2009 · Viewed 153.6k times · Source

Does anyone know the command to determine if OpenSSL and mod_ssl are installed on Apache2?

Answer

mohamed elbou picture mohamed elbou · Apr 20, 2012

If you have PHP installed on your server, you can create a php file, let's called it phpinfo.php and add this <?php echo phpinfo();?>, and open the file in your browser, this shows information about your system environment, to quickly find info about your Apache loaded modules, locate 'Loaded Modules' on the resulting page.