Ajouter default-ssl.conf
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<VirtualHost *:443>
|
||||
|
||||
ServerAdmin webmaster@localhost
|
||||
ServerName maquette.ipi
|
||||
|
||||
DocumentRoot /var/www/html
|
||||
SSLEngine on
|
||||
SSLCertificateFile /root/server/certs/server_san.cert
|
||||
SSLCertificateKeyFile /root/server/private/server_san.key
|
||||
SSLCertificateChainFile /root/ca-intermediaire/certs/chain.cert
|
||||
|
||||
<FilesMatch "\.(cgi|shtml|phtml|php)$">
|
||||
SSLOptions +StdEnvVars
|
||||
</FilesMatch>
|
||||
|
||||
<Directory /usr/lib/cgi-bin>
|
||||
SSLOptions +StdEnvVars
|
||||
</Directory>
|
||||
|
||||
BrowserMatch "MSIE [2-6]" \
|
||||
nokeepalive ssl-unclean-shutdown \
|
||||
downgrade-1.0 force-response-1.0
|
||||
BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown
|
||||
|
||||
</VirtualHost>
|
||||
Reference in New Issue
Block a user