Hi there.. does anyone know the command to determine if OpenSSL and mod_ssl are installed on apache2?
Regards, Fiona
|
|
|||||
|
|
|
You should install this Apache mod, http://httpd.apache.org/docs/2.0/mod/mod_info.html, it basically gives you a run down of the mods you're using and the Apache settings. I have this enabled on my Apache and it gives me this info for my website, Server Version: Apache/2.2.3 (Debian) mod_jk/1.2.18 PHP/5.2.0-8+etch13 mod_ssl/2.2.3 OpenSSL/0.9.8c mod_perl/2.0.2 Perl/v5.8.8 |
||
|
|
|
|
The default Apache install is configured to send this information on the Server header line. You can view this for any server using the curl command.
|
||
|
|