Emile, case did not seem to be a factor:


mysql> select * from host where name="LOCALHOST";
+----+-----------+------+-------+------+-------+------+--------+---------------------+-----------+
| id | name      | root | style | info | owner | port | online |
prefix              | sitegroup |
+----+-----------+------+-------+------+-------+------+--------+---------------------+-----------+
|  1 | localhost |    4 |     1 | auth |     0 | 8102 |      1 |
/asgard             |         0 |
|  2 | localhost |    4 |     2 | auth |     0 | 8102 |      1 |
/asgard/framed      |         0 |
|  3 | localhost |    4 |     3 | auth |     0 | 8102 |      1 |
/asgard/framed/top  |         0 |
|  4 | localhost |    4 |     4 | auth |     0 | 8102 |      1 |
/asgard/framed/main |         0 |
+----+-----------+------+-------+------+-------+------+--------+---------------------+-----------+
4 rows in set (0.00 sec) 


I believe I have SSL configured improperly, which I have disabled and
will ignore for a while.

I would like to know if it works (compatible) or there is some way to
install the old admin site and example site in a 1.4 version of Midgard.
I tried doing this with the dbinstall script, but evidently the
id's are the same and rejected it. It has been a year since I looked
into Midgard, and it seems the old
site had a higher degree of clarity in regard to usage.

Cheers,

    Eric  

> > mysql> select * from host;
> > 
>+----+-----------+------+-------+------+-------+------+--------+---------------------+-----------+
> > | id | name      | root | style | info | owner | port | online |
> > prefix              | sitegroup |
> > 
>+----+-----------+------+-------+------+-------+------+--------+---------------------+-----------+
> > |  1 | LOCALHOST |    4 |     1 | auth |     0 | 8888 |      1 |
> > /asgard             |         0 |
> > |  2 | LOCALHOST |    4 |     2 | auth |     0 |    0 |      1 |
> > /asgard/framed      |         0 |
> > |  3 | LOCALHOST |    4 |     3 | auth |     0 |    0 |      1 |
> > /asgard/framed/top  |         0 |
> > |  4 | LOCALHOST |    4 |     4 | auth |     0 |    0 |      1 |
> > /asgard/framed/main |         0 |
> > 
>+----+-----------+------+-------+------+-------+------+--------+---------------------+-----------+
> 
> Hmmm... I don't think mod_midgard treats hostnames case-insensitively.
> Try
> lowercasing these in the database.

> Emile
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to