Hi,
how to fix this warning?
ssl.conf
Listen ip.x.y.z:443
<VirtualHost ip.x.y.z:443>
ServerName www.domain.com
ServerAlias domain.com
SSLEngine on
SSLCertificateFile "path"
SSLCertificateKeyFile "path"
<Directory ...>
...
vhosts.conf
I have the same VH for :80, but without the SSL options.
how to fix this warning?
ssl.conf
Listen ip.x.y.z:443
<VirtualHost ip.x.y.z:443>
ServerName www.domain.com
ServerAlias domain.com
SSLEngine on
SSLCertificateFile "path"
SSLCertificateKeyFile "path"
<Directory ...>
...
vhosts.conf
I have the same VH for :80, but without the SSL options.