[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Odd problem with httpd and .st domains
- Subject: [cobalt-users] Odd problem with httpd and .st domains
- From: Chip <chip@xxxxxxxxxx>
- Date: Mon Jun 12 14:28:07 2000
I was just adding some new .st domains to httpd. Three of them
worked fine; the fourth, chip.st (I know... vanity strikes) caused
a syntax error when I attempted to load the new version of httpd.
conf.
Is there any silly thing like the word "chip" being protected,
and the syntax processor doesn't recognize it as a domain name because
it's .st instead of something more normal? Or is there more likely
a typo I just can't see?
Here's the entry:
#VirtualHost
216.117.149.251:80>
# ServerName chip.st
# ServerAlias chip.st
www.chip.st
# ServerAdmin hostmaster@xxxxxxxxxx
# DocumentRoot
/usr/local/etc/httpd/htdocs/chipwhitecom
# #ErrorLog logs/chipwhite.com-error_log
# #TransferLog logs/chipwhite.com-access_log
#</VIRTUALHOST>
Any help appreciated.
Thanks!!