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

[cobalt-users] rebuilt, now error



 rebuilt the httpd.conf file, now i getting these errors
[Wed Mar 15 23:15:33 2000] [warn] NameVirtualHost 64.29.16.2:80 has no
VirtualHosts
[Wed Mar 15 23:15:33 2000] [warn] NameVirtualHost 64.29.16.2:80 has no
VirtualHosts

All of my sites are on the one ip 64.29.16.2

Heres a cut and paste of my httpd.conf file, is the NameVirtualHost
64.29.16.2 suppose to be the domain name or ip address??

Thanks
Gary


NameVirtualHost 64.29.16.2
<VirtualHost 64.29.16.2>
ServerName www.30tons.org
ServerAdmin admin
ServerAlias 30tons.org
DocumentRoot /home/sites/site119/web
RewriteEngine on
RewriteCond %{HTTP_HOST}                !^64.29.16.2(:80)?$
RewriteCond %{HTTP_HOST}                !^www.30tons.org(:80)?$
RewriteRule ^/(.*)                      http://www.30tons.org/$1 [L,R]
RewriteOptions inherit
AliasMatch ^/~([^/]+)(/(.*))? /home/sites/site119/users/$1/web/$3
AliasMatch ^/users/([^/]+)(/(.*))? /home/sites/site119/users/$1/web/$3
AddHandler cgi-wrapper .cgi
AddHandler cgi-wrapper .pl
AddHandler server-parsed .shtml
AddType    text/html     .shtml
</VirtualHost>
NameVirtualHost 64.29.16.2
<VirtualHost 64.29.16.2>
ServerName www.3d-packaging.com
ServerAdmin admin
ServerAlias 3d-packaging.com
DocumentRoot /home/sites/site146/web
RewriteEngine on
RewriteCond %{HTTP_HOST}                !^64.29.16.2(:80)?$
RewriteCond %{HTTP_HOST}                !^www.3d-packaging.com(:80)?$
RewriteRule ^/(.*)                      http://www.3d-packaging.com/$1 [L,R]
RewriteOptions inherit
AliasMatch ^/~([^/]+)(/(.*))? /home/sites/site146/users/$1/web/$3
AliasMatch ^/users/([^/]+)(/(.*))? /home/sites/site146/users/$1/web/$3
AddHandler cgi-wrapper .cgi
AddHandler cgi-wrapper .pl
AddHandler server-parsed .shtml
AddType    text/html     .shtml
</VirtualHost>