[nycphp-talk] Apache 2.0/Virtual Host with SSL
Hans Zaunere
hans at nyphp.org
Mon Oct 6 16:04:50 EDT 2003
Jeff Siegel wrote:
> An IP address. Below is the relevant section of httpd.conf.
>
> NameVirtualHost 192.168.1.112:80
>
> <VirtualHost 192.168.1.112:80>
> DocumentRoot /var/www/html
> ServerName linux2
> </VirtualHost>
> <VirtualHost 192.168.1.112>
> DocumentRoot /var/www/html/unap
> ServerName unap
> </VirtualHost>
> <VirtualHost 192.168.1.112>
> DocumentRoot /var/www/html/jeff
> ServerName myproj2
> </VirtualHost>
Ahh, try adding another NameVirtualHost, specifically:
NameVirtualHost 192.168.1.112:443
H
More information about the talk
mailing list