Alexander Bokovoy wrote:

> > MidgardParser latin
> MidgardParser should be either 'latin1' or 'russian', not 'latin'.

Thanks. I changed it to latin1 and it is still not working. 

>From the apache error log (loglevel debug):

mod_midgard.c(619): [client 143.239.211.92] Midgard: host record for
wizard.ucc.ie:8101 not found

I believe something is not working when it comes to host records with
port numbers:

mysql> select * from host;
+----+--------------------+------+-------+------+-------+------+--------+----------+-----------+
| id | name               | root | style | info | owner | port | online
| prefix   | sitegroup |
+----+--------------------+------+-------+------+-------+------+--------+----------+-----------+
|  1 | wizard.ucc.ie:8101 |    1 |     1 | auth |     1 | 8101 |      1
| /admin   |         0 |
|  2 | wizard.ucc.ie:8099 |   34 |     2 |      |     1 | 8099 |      0
| /example |         0 |
+----+--------------------+------+-------+------+-------+------+--------+----------+-----------+

(hopefully the mail client didn't insert unwanted line breaks)

The table above is what I have now after some manual updating.

Question 1:
===========

Which entry is essential for the port? The part after : in name or the
entry in port?

Question 2
==========

In row 1, I manually changed owner from 0 to 1, because there is no
member with id 0. Was this correct?


Frank

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