Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <VirtualHost *:443>
- #The ssl directives begin here
- #Obtained from techzim.co.zw
- SSLEngine on
- SSLProtocol all -SSLv2
- SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM
- SSLCertificateFile /etc/apache2/ssl/ssl.crt
- SSLCertificateKeyFile /etc/apache2/ssl/private.key
- SSLCertificateChainFile /etc/apache2/ssl/sub.class1.server.ca.pem
- #The ssl directives will now end.
- #The directives and guide were obtained @techzim.co.zw
- ServerAdmin webmaster@localhost
- DocumentRoot /var/www/html
- ServerName www.yoursiteadress.co.zw
- <Directory /var/www/html/>
- AllowOverride All
- </Directory>
- ErrorLog ${APACHE_LOG_DIR}/error.log
- CustomLog ${APACHE_LOG_DIR}/access.log combined
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement