[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Odd problem with httpd and .st domains
- Subject: Re: [cobalt-users] Odd problem with httpd and .st domains
- From: "manitu" <cobaltlist@xxxxxxxxxx>
- Date: Mon Jun 12 16:35:43 2000
Hello,
I am not an Apache guru but I think I found some problems in your
configuration:
#VirtualHost 216.117.149.251:80>
This directive should be
<VirtualHost 216.117.149.251:80>
or perhaps / better
<VirtualHost 216.117.149.251>
# ServerAlias chip.st www.chip.st
I am not sure, but you should change it to
ServerAlias www.chip.st
because chip.st has already been defined and does not need to be redefined
here again.
#</VIRTUALHOST>
Even if the conf file is not case-sensitive, try to write
</VirtualHost>
If you have any further questions, you can contact me off-list.
Manuel