Re: [EMAIL PROTECTED] Apache VirtualHost Setup Question

2006-05-25 Thread Om
Hi Christopher, You need to setup virtual hosts for aaa.com, bbb.com both at 80 and 443 ports. Try the following configuration. ServerName www.aaa.com DocumentRoot/var/www/html/aaa ServerName www.bbb.com DocumentRoot/var/www/html/bbb RewriteEngine

[EMAIL PROTECTED] Apache VirtualHost Setup Question

2006-05-25 Thread Christopher Paluch
I am trying to setup an Apache server that will service two domains: www.aaa.com and www.bbb.net. I want users to only access www.aaa.com using http://www.aaa.com and I only want users to access www.bbb.net using https://www.bbb.net. I've tried the following config: ServerName