> <VirtualHost 192.168.0.5:8099>
> ServerName myhost.mydomain.com
> Port 8099
> </VirtualHost>
> I updated the mysql database with
> mysql> update host set name="www.mydomain.com",online=1,port=8099 
> where id=2;

You don't mention a NameVirtualHost directive but I'll assume you've
used it. Anyway,
you say ServerName myhost.mydomain.com and in the database you specify
www.mydomain.com.
These two names must match (as that's what Midgard matches them on).

Emile

PS: insert standard plea here to not use HTML mail on this list.

--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to