Hi Midgard List!

I installed Midgard on my server. Everything wends fine. But when I try to
go to one of the Midgard Sites I only get the 'It Worked!' Test Page. And
the error log reads:

  [Sun Feb 27 13:35:50 2000] [debug] mod_midgard.c(531):
     [client 213.54.0.147]
midgard_translate_handler(http://mydomain.com:8099/)

  [Sun Feb 27 13:35:50 2000] [error] [client 213.54.0.147] Midgard:
     database not defined for mydomain.com


I made the following settings in the httpd.conf file:

------------------------------------------------------------
  Listen 80
  Listen 8099
  Listen 8101

  # Midgard Settings
  MidgardEngine on
  MidgardRootfile /home/httpd/midgard/midgard-root.php3
  MidgardDatabase midgard
  MidgardUserName midgard
  MidgardPassword password

  <Files /home/httpd/midgard>
  require valid-user
  AuthName Midgard
  AuthType Basic
  </Files>

  NameVirtualHost 64.29.10.10
  NameVirtualHost 64.29.10.10:8099
  NameVirtualHost 64.29.10.10:8101

  <Directory /usr/local/interface>
          Options +ExecCGI
          AllowOverride All
  </Directory>

  <VirtualHost 64.29.10.10>
  ServerName mydomain.com
  ScriptAlias /cgi-bin/ /home/admin/www/cgi-bin/
  DocumentRoot /home/admin/www
  ErrorLog logs/error_log
  TransferLog logs/transfer_log
  Group nobody
  </VirtualHost>

  <VirtualHost 64.29.10.10:8101>
  ServerName mydomain.com
  Port 8101
  #DocumentRoot /home/httpd/images
  </VirtualHost>

  <VirtualHost 64.29.10.10:8099>
  ServerName mydomain.com
  Port 8099
  #DocumentRoot /home/httpd/example
  </VirtualHost>
------------------------------------------------------------


So, I think I defined the database. What did I wrong?

Thx in advance!
Cheers,

  Michael

---

Michael Knop
~~~~~~~~~~~~~~~~~~~~~~~~~~~
   | Piepenbrinkweg 60
   | 22399 Hamburg, Germany
   | phone +49-700-44445667
   | fax   +49-700-44445667
   | http://www.knop-de.net


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