[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] RaQ3 - DNS Problem?



Hi,
I have about 30 sites running on a RaQ3, all work fine. I have just added 2
more sites and both now point at the servers root domain?
The httpd entries are:


</VirtualHost>
<VirtualHost 212.67.193.39>
ServerName www.fawcettdesign.com
ServerAdmin admin
DocumentRoot /home/sites/site30/web
ServerAlias fawcettdesign.com
RewriteEngine on
RewriteCond %{HTTP_HOST}                !^212.67.193.39(:80)?$
RewriteCond %{HTTP_HOST}                !^www.fawcettdesign.com(:80)?$
RewriteRule ^/(.*)                      http://www.fawcettdesign.com/$1
[L,R]
RewriteOptions inherit
AliasMatch ^/~([^/]+)(/(.*))? /home/sites/site30/users/$1/web/$3
AliasMatch ^/users/([^/]+)(/(.*))? /home/sites/site30/users/$1/web/$3
AddHandler cgi-wrapper .cgi
AddHandler cgi-wrapper .pl
</VirtualHost>

As far as I know this is correct.
The only alteration I have made recently is the addition of a new IP address
with it's own SSL Cert.

Any suggestions?
Thanks
Gavin