Hello List, I have installed midgard according to the steps in the manual and i think that installation went ok.
When i try to access the admin site on http://test.banis.nu:8102/admin I get a blank page with the text that server could not be found. In the error logs of apache i see that it can not find a host record for test.banis.nu:8102. In the hosts table the names are set correct to test.banis.nu. Here are the configs and the logs. ---------------------------------cut------------------------------ << midgard-data.conf >> <VirtualHost test.banis.nu:8102> MidgardEngine on ServerName test.banis.nu MidgardBlobDir /usr/local/midgard/blob php_value magic_quotes_gpc off php_value magic_quotes_runtime off </VirtualHost> ---------------------------------cut------------------------------ ---------------------------------cut------------------------------ mysql> select * from host; +----+---------------+------+-------+------+-------+------+--------+-------- -------------+-----------+ | id | name | root | style | info | owner | port | online | prefix | sitegroup | +----+---------------+------+-------+------+-------+------+--------+-------- -------------+-----------+ | 1 | test.banis.nu | 5 | 1 | auth | 0 | 8101 | 1 | /admin | 0 | | 2 | test.banis.nu | 16 | 2 | | 1 | 8099 | 1 | /example | 0 | | 3 | test.banis.nu | 4 | 3 | auth | 0 | 8102 | 1 | /asgard | 0 | | 4 | test.banis.nu | 4 | 4 | auth | 0 | 8102 | 1 | /asgard/framed | 0 | | 5 | test.banis.nu | 4 | 5 | auth | 0 | 8102 | 1 | /asgard/framed/top | 0 | | 6 | test.banis.nu | 4 | 6 | auth | 0 | 8102 | 1 | /asgard/framed/main | 0 | +----+---------------+------+-------+------+-------+------+--------+-------- -------------+-----------+ 6 rows in set (0.00 sec) ---------------------------------cut------------------------------ ---------------------------------cut------------------------------ << apache error_log>> [Thu Mar 13 11:49:12 2003] [debug] mod_midgard.c(1325): [client 80.126.63.64] midgard_translate_handler(latin1, http://test.banis.nu:8102/admin) [Thu Mar 13 11:49:12 2003] [debug] select_db.h(51): [client 80.126.63.64] Midgard: select_database opened database midgard [Thu Mar 13 11:49:12 2003] [debug] mod_midgard.c(1394): [client 80.126.63.64] Midgard: host record for test.banis.nu:8102 not found [Thu Mar 13 11:49:12 2003] [error] [client 80.126.63.64] File does not exist: /usr/local/apache/htdocs/admin ---------------------------------cut------------------------------ Can anyone help me couse i am really lost? Thnx in advance, Rogier Banis --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
