Solutions found! Thanks for the help.  There were two things that I
was doing wrong:

1. I should not have been using https since as mentioned that implies
   port 443.  When I went to http, the Apache errors made much more
   sense.

2. The password that was entered into the MySQL database for whatever
   reason was not working.  Looking at the parameters that I entered
   for dbinstall in the midgard-data installation, I did give the
   correct password but it didn't get entered into mysql properly.
   Some password was there but not the one I entered.  Once I fixed
   that it all came up.

   So the select to the midgard database shown in the apache log
   actually never occured since the database was never opened.

Just as comments about things that would have helped in the Midgard
documentation:

1. I could not find any example of MidgardDatabase that showed what
   the three fields were used for.  The configuration parameter is
   always shown as:

       MidgardDatabase midgard midgard midgard

   It would be helpful if it said something like:

       MidgardDatabase <database> <user> <password>

   I guessed this format and it worked.

2. It would be nice if midgard would say that it could not get the
   database opened rather than say that the select for the host failed
   in the apache error_log.  It would have shown the problem right
   away.


thanks
  Gordon

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

Reply via email to