Mignonette Viado wrote:
> how can i make it:
> 
> https://www.site1.com
> https://www.site2.com

This should be easy - sounds more like there is something wrong with
your network configuration...

- Do www.site1.com and www.site2.com resolve to two different IP
addresses?
- Can your machine resolve the hostnames? (check /etc/hosts or NIS+ or
DNS or whatever you use to get IP addresses if it can't).

To test further, replace the hostnames with IP addresses in the
VirtualHost directive. i.e.:

<VirtualHost 192.168.1.1:443>
... definition of www.site1.com ...
</VirtualHost>

If it still doesn't work, post the error messages you get in the http
common_error_log and in the ssl_engine_log.

Rgds,

Owen Boyle.
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to