<IfModule mod_ssl.c>
<VirtualHost *:443>
SSLEngine on
SSLProtocol all -SSLv2 -SSLv3
SSLCipherSuite ALL:!DH:!EXPORT:!RC4:+HIGH:+MEDIUM:!LOW:!aNULL:!eNULL
SSLEngine On
SSLCertificateFile /etc/apache2/ssl/solenergy_mx.crt
SSLCertificateKeyFile /etc/apache2/ssl/solenergy_mx.key
SSLCACertificateFile /etc/apache2/ssl/solenergy_mx.ca-bundle
ServerName solshop.solenergy.mx
ServerAdmin webmaster@solenergy.mx
DocumentRoot /var/www/html/solshop/
<Directory /var/www/html/solshop/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
<IfModule mod_dir.c>
DirectoryIndex index.php index.pl index.cgi index.html index.xhtml index.htm
</IfModule>
</VirtualHost>
</IfModule>