All pastes #629539 Raw Edit

Someone

public text v1 · immutable
#629539 ·published 2007-07-22 12:01 UTC
rendered paste body
NameVirtualHost 213.179.35.111:443
<VirtualHost 213.179.35.111:443>
    ServerAdmin     webmaster@mitzi.co.il
    ServerName      secure.firm.co.il
    DocumentRoot    /home/www/sites/firm.co.il/www
 
    SSLEngine       on
    SSLCertificateFile      /etc/apache2/ssl.crt/secure.firm.co.il.crt
    SSLCertificateKeyFile   /etc/apache2/ssl.key/secure.firm.co.il.key
    SSLCertificateChainFile /etc/apache2/ssl.crt/ips.crt
    SetEnvIf        User-Agent ".*MSIE.*" \
                    nokeepalive ssl-unclean-shutdown \
                    downgrade-1.0 force-response-1.0
</VirtualHost>

getting this error

Reloading web server config...14884
[Sun Jul 22 12:01:08 2007] [error] VirtualHost 213.179.35.111:443 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Sun Jul 22 12:01:08 2007] [warn] NameVirtualHost 213.179.35.111:443 has no VirtualHosts.