[Sussex] Apache + SSL + virtual host

Diego Moore diego.moore at gmail.com
Wed May 25 11:20:31 UTC 2005


On 5/25/05, Ronan Chilvers <ronan at thelittledot.com> wrote:
> Diego Moore wrote:
> 
> NameVirtualHost *:80
> NameVirtualHost *:443
> 
> #Main site
> <VirtualHost *:80>
>         ServerName www.example.com
>         Blah
> </VirtualHost>
> <VirtualHost *:443>
>         ServerName www.example.com
>         Blah
> </VirtualHost>
> 
> # Dev site
> <VirtualHost *:80>
>         ServerName dev.example.com
>         Blah
> </VirtualHost>
> 

Thanks Ronan and all those that helped. The above did the trick.

I was just getting confused with all the talk about SSL on various newsgroups.

Diego




More information about the Sussex mailing list