Skip to content
Snippets Groups Projects
Commit d7a08e8a authored by ludovic's avatar ludovic
Browse files

Update https_apache.md

parent a0a671b3
No related branches found
No related tags found
2 merge requests!14Mise à jour arborescence,!131.0
......@@ -19,9 +19,13 @@ Vhost https:
```
<IfModule mod_ssl.c>
<VirtualHost *:443>
### identité vhost
DocumentRoot /var/www/html/MaarchCourrier/
ServerName xxxx.site.com
### fin identité vhost
### SSL engine
SSLEngine on
SSLCertificateFile /etc/ssl/certs/fullchain.pem
SSLCertificateKeyFile /etc/ssl/private/privkey.pem
......@@ -32,7 +36,9 @@ Vhost https:
<Directory /usr/lib/cgi-bin>
SSLOptions +StdEnvVars
</Directory>
### Fin ssl
### Vhost maarch
<Directory /var/www/html/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
......@@ -72,6 +78,7 @@ Vhost https:
Allow from all
</FilesMatch>
</Directory>
### fin vhost maarch
</VirtualHost>
</IfModule>
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment