Apache-SSL giving me odd results
From: The Doctor (doctor_at_doctor.nl2k.ab.ca)
Date: 12/29/04
- Previous message: james
hal-pc.org: "Re: Problems with xorgcfg" - Next in thread: Ludek: "Re: Apache-SSL giving me odd results"
- Reply: Ludek: "Re: Apache-SSL giving me odd results"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 29 Dec 2004 18:26:47 +0000 (UTC)
Problem, I have 2 site that are suppose to be on port 80 and
they are going to the FreeBSD Installed page instead.
I just upgraded to FreeBSD 4.10 and ported in Apache-SSL most current version.
The 2 in question are
http://www.dynamicsi.com which should go to http://www.dynamicsi.com/index.htm
and
http://www.winfash.com which should go to http://www.winfash.com/index.htm
.
In between the entry for cottage-computers.com is running correctly.
This is what I have in the httpsd.conf file:
<VirtualHost 216.95.238.209:80>
Port 80
ServerAdmin webmaster@nuway.ab.ca
DocumentRoot /usr/local/www/data/dynamicsi.com/
DirectoryIndex index.htm index.html
ServerName dynamicsi.com
ErrorLog /var/log/dynamicsi.com-error_log
CustomLog /var/log/dynamicsi.com-access_log combined
</VirtualHost>
#
<VirtualHost 216.95.238.210:80>
ServerAdmin cottage@nl2k.ab.ca
DocumentRoot /usr/local/www/data/cottage-computers.com/
ServerName cottage-computers.com
ErrorLog /var/log/cottage-computers.com-error_log
CustomLog /var/log/cottage-computers.com-access_log combined
</VirtualHost>
#
<VirtualHost 216.95.238.211:80>
Port 80
ServerAdmin cottage@nl2k.ab.ca
DocumentRoot /usr/local/www/data/winfash.com/
DirectoryIndex index.htm index.html
ServerName winfash.com
CustomLog /var/log/winfash.com-access_log combined
</VirtualHost>
#
What cann I not get dymanicsi or winfash to behave themselves?
-- Member - Liberal International This is doctor@nl2k.ab.ca Ici doctor@nl2k.ab.ca God Queen and country! Beware Anti-Christ rising! Merry Christmas 2004 and Happy New Year 2005
- Previous message: james
hal-pc.org: "Re: Problems with xorgcfg" - Next in thread: Ludek: "Re: Apache-SSL giving me odd results"
- Reply: Ludek: "Re: Apache-SSL giving me odd results"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|