Re: [EMAIL PROTECTED] SSL + name-based virtual host

2007-05-09 Thread Liz Kim
I had a typo on the document root directory. So it wasn't able to locate the index file. All is working out as we had hoped. Thank you so much for your help Joshua! -- LK On 5/9/07, Joshua Slive <[EMAIL PROTECTED]> wrote: On 5/9/07, Liz Kim <[EMAIL PROTECTED]> wrote: > OK just tried getting ri

Re: [EMAIL PROTECTED] SSL + name-based virtual host

2007-05-09 Thread Joshua Slive
On 5/9/07, Liz Kim <[EMAIL PROTECTED]> wrote: OK just tried getting rid of the and and it stopped erroring out. Thank you so much for your help. Now if i do: http://NAME1.com it goes to the same website. And if i do: https://NAME1.com it give me a 403 error. And again: what is in the error lo

Re: [EMAIL PROTECTED] SSL + name-based virtual host

2007-05-09 Thread Liz Kim
OK just tried getting rid of the and and it stopped erroring out. Thank you so much for your help. Now if i do: http://NAME1.com it goes to the same website. And if i do: https://NAME1.com it give me a 403 error. It is not working fully yet but definitely some progress.. Thanks! On 5/9/07, Li

Re: [EMAIL PROTECTED] SSL + name-based virtual host

2007-05-09 Thread Liz Kim
When restarting there is no error message being displayed but there is "[Wed May 09 13:33:31 2007] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]" in the error log... LK On 5/9/07, Joshua Slive <[EMAIL PROTECTED]> wrote: On 5/9/07, Liz Kim <[EMAIL PROTECTED]> wrote: > Ap

Re: [EMAIL PROTECTED] SSL + name-based virtual host

2007-05-09 Thread Joshua Slive
On 5/9/07, Liz Kim <[EMAIL PROTECTED]> wrote: Apache is failing to restart when I try this. With what error message? What is in the error log? I see nothing obviously wrong with the config, although I would remove all the and stuff which only serves to confuse the situation. Joshua. -

Re: [EMAIL PROTECTED] SSL + name-based virtual host

2007-05-09 Thread Liz Kim
It would be ideal to the ssl enabled for NAME1.com only. NAME2.com and NAME3.com would stay as is. I've tried the following but not sure if I've taken your input correctly: = LoadModule ssl_module modules/mod_ssl.so Listen 443 AddType application/x-x509-ca-cert .crt A

Re: [EMAIL PROTECTED] SSL + name-based virtual host

2007-05-09 Thread Joshua Slive
On 5/9/07, Liz Kim <[EMAIL PROTECTED]> wrote: Include conf.d/ssl.conf /*..*/ NameVirtualHost OUR_IP_ADDRESS:80 ServerNameNAME1.com DocumentRoot /var/www/html1 ServerNameNAME2.com DocumentRoot /var/www/html2 ServerNameNAME3.com DocumentRoot /var/

[EMAIL PROTECTED] SSL + name-based virtual host

2007-05-09 Thread Liz Kim
Hello, I am an apache newbie so I apologize if my question seems silly.. I am having some problems enabling SSL on our web server. We have one IP address for the server and 3 name-based virtual hosts. = NameVirtualHost OUR_IP_ADDRESS:80 ServerNamewww.NAME1.com D