[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: virtual host problem
- From: Igmar Palsenberg <maillist chello nl>
- To: redhat-list redhat com
- Subject: Re: virtual host problem
- Date: Wed, 1 Mar 2000 02:02:11 +0100 (CET)
> i have installed apache secure server via rpm version
> 1.3.9. i am trying to use virtual servers and am
> having a problem hitting the two sites. i am not
> trying to encrypt both sites, just one. here is my
> httpd.conf.
>
> #my box inside my firewall
> NameVirtualHost 192.168.2.14
> #
> <VirtualHost 192.168.2.14>
> ServerAlias myfirstsite(non-encrypted).com
> ServerAdmin me myfirstsite(non-encrypted).com
> DocumentRoot /home/httpd/index.html
> ServerName www.myfirstsite(non-encrypted).com
> </VirtualHost>
>
> <VirtualHost 192.168.2.14>
> ServerAlias mysecondsite(encrypted).com
> ServerAdmin me mysecondsite(encrypted).com
> DocumentRoot /home/httpd/cgi-bin/start.cgi
> ServerName mysecondsite(encrypted).com
> </VirtualHost>
>
> i just get index.html for both, no errors. i have
> stopped and started httpsd. i thought this is where
> the change should take place?
Namebased setup with Apache SSL don't work. SSL needs a real IP adress.
Igmar
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]