[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
virtual host problem
- From: matt boex <chimcentral yahoo com>
- To: redhat-list redhat com
- Subject: virtual host problem
- Date: Tue, 29 Feb 2000 12:12:34 -0800 (PST)
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?
matt
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]