| 1 | <IfDefine SSL> |
1 | <IfDefine SSL> |
| 2 | <IfDefine SSL_DEFAULT_VHOST> |
2 | <IfDefine SSL_DEFAULT_VHOST> |
| 3 | <IfModule ssl_module> |
3 | <IfModule ssl_module> |
|
|
4 | # see bug #178966 why this is in here |
|
|
5 | |
|
|
6 | # When we also provide SSL we have to listen to the HTTPS port |
|
|
7 | # Note: Configurations that use IPv6 but not IPv4-mapped addresses need two |
|
|
8 | # Listen directives: "Listen [::]:443" and "Listen 0.0.0.0:443" |
|
|
9 | Listen 443 |
|
|
10 | |
| 4 | <VirtualHost _default_:443> |
11 | <VirtualHost _default_:443> |
| 5 | Include /etc/apache2/vhosts.d/default_vhost.include |
12 | Include /etc/apache2/vhosts.d/default_vhost.include |
| 6 | ErrorLog /var/log/apache2/ssl_error_log |
13 | ErrorLog /var/log/apache2/ssl_error_log |
| 7 | |
14 | |
| 8 | <IfModule log_config_module> |
15 | <IfModule log_config_module> |