> ok pp. I hope we can make it working . I am not a newby user on linux but i > am in midgard. > this is my vhoist config > MidgardDatabase midgard midgard midgard > NameVirtualHost 192.168.1.2:8001
> <VirtualHost 192.168.1.2:8001> Look here ^^^^ > id name root style info owner port online prefix sitegroup > 1 localhost 5 1 auth 0 8001 1 /admin 0 > 2 localhost 16 2 > 1 8001 1 /example 0 > 3 localhost 4 3 auth 0 8001 1 /asgard 0 > 4 localhost 4 4 auth 0 8001 1 /asgard/framed 0 > 5 localhost 4 5 auth 0 8001 1 /asgard/framed/top 0 > 6 localhost 4 6 auth 0 8001 1 /asgard/framed/main 0 and here ^^^^ Read more: http://www.midgard-project.org/manual/en/part.concepts.midgardserved.php In brief: host name in host table MUST be the same as Your Vhost. log to mysql and make query: update host set name='192.168.1.2', port='8001' where id='ID'; 'ID' according to host You want to update Piotras --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
