Emiliano Heyns schrieb:
> 
> Erich Schneeweiss wrote:
> 
> > mysql> select * from host;
> > +----+--------------+------+-------+------+-------+------+--------+--------+
> > | id | name         | root | style | info | owner | port | online |
> > prefix |
> > +----+--------------+------+-------+------+-------+------+--------+--------+
> > |  1 | localhost    |    1 |     1 | auth |     0 |    0 |      1
> > |        |
> 
> I think
> mysql> update host set port=80 where id=1;
> will fix it.


Yes, it worked.

> 
> The 0 means 'any port', but not 'any port when no other is found for
> this name'.
> So it would depend on in which order the database returns the entries
> (first
> entry returned gets served).
> 
> This is not hard to change, BTW. Is this significant enough to change,
> people?
It's not necessary to change it, but it should be added to the install
page.

At startup a new midgard tester doesn't have virtual hosts in his
httpd.conf .

If you change it, you also should change the MP to automatically add
virtual hosts. In this case, I would prefer an unusual port. 8080,
8000, 8008 and 8888 are often used by other programs.

Ciao,   
        erich

--
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