apache2 setup for SSL-TLS

Yeah /etc/sysconfig/apache2.

That log message simply says that the ssl module is loaded. Whether it is actually activated depends on that -DSSL.

You should also be able to see that Apache is listening on 443 in the output of:

netstat -atn | grep :443