In the directory of your web-content, create the file .htaccess and fill it with these directives:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*) https://%{HTTP_HOST}%{REQUEST_URI}
That's it.
This worked on CentOS 6.3 and Apache 2.2.15
p.s. Don't forget your firewall settings.
Please consider crypto tipping:

