Switch HTTP Virtual Host to HTTPS Virtual Host
- by Kumar
We are using apache web server with RHEL 6.4.
Currently we configured Name based virtual host on server.
Enabled "Namebased Virtualhost *:80"
and created /etc/httpd/conf.d/example-com.conf
<VirtualHost *:80>
ServerAdmin root@example.com
DocumentRoot /var/www/vhost/example.com/public_html
ServerName www.example.com
ServerAlias example.com…