Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <VirtualHost *:443>
- ServerName lucasconde.ddns.net
- DocumentRoot "C:/xampp/htdocs"
- SSLEngine on
- SSLCertificateFile "C:/xampp/apache/certificados/fullchain.pem"
- SSLCertificateKeyFile "C:/xampp/apache/certificados/privkey.pem"
- <Directory "C:/xampp/htdocs">
- Options Indexes FollowSymLinks Includes ExecCGI
- AllowOverride All
- Require all granted
- </Directory>
- ErrorLog "logs/ssl-error.log"
- CustomLog "logs/ssl-access.log" combined
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment