W liście z pon, 03-02-2003, godz. 15:45, Marcin Sołtysiak pisze: > > >But again, I can't login into localhost:8001/aegir . The browser > >displays a nice login screen but the password 'admin' and 'password' > >don't work. I tried 'midgard' and "the password from midgard-data.conf", > >no success. > > Current authentication does not provide support for non-FQDN hosts. You have > to update host table by > > update host set name='your.fqdn.com' where name='localhost' > > Solt Here is my /etc/hosts file # Do not remove the following line, or various programs # that require network functionality will fail. 127.0.0.1 localhost.localdomain localhost 192.168.0.10 stella.private.org
I followed the instruction from you to do the (update host set name='stella.private.org' where name='localhost';) Now I cannot access http://stella.private.org:8001/aegir . Root directory of apache works! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
