Hi,
i want to secure the communication with my webmail interface. therefore i added the attached code (1) to the 000-default vhost file.
when enabling SSL for a domain i get a error message:
Code:
warn] _default_ VirtualHost overlap on port 443, the first has precedence
is there any way i can configure my system to allow both encryption for webmail and for the domains?
i use mail.<anydomainonmyserver.com>/webmail as interface for all my customers.
thanks in advance, giftsnake
vhost-file:
<VirtualHost *:80> .... nothing changed here </VirtualHost>
<VirtualHost *:443> same as above plus:
<IfModule mod_ssl.c>
SSLEngine On
SSLCertificateFile /etc/apache2/ssl/server.crt
SSLCertificateKeyFile /etc/apache2/ssl/server.key
</IfModule>
</VirtualHost>
Recent comments
1 day 2 hours ago
1 day 5 hours ago
1 day 6 hours ago
1 day 8 hours ago
1 day 9 hours ago
1 day 11 hours ago
1 day 12 hours ago
2 days 4 hours ago
2 days 5 hours ago
2 days 8 hours ago