Hello,

I tried to install Midgard 1.4 from scratch (downloading Apache, Mysql,
Midgard, Glib, expat ..). I compiled all modules with success on a Suse
7.0 platefrom. All moldes run (I can acces the the Midgard MySql
database) and Apache.

However I cannot make midgard work. The following lines describe my
configuration. Can anynone give me help?

Thank you..

Blum Carlo


>From DNS
--------

Server:  dns-1.cie.etat.lu
Address:  148.110.1.57

Name:    info.bi.etat.lu
Address:  148.110.32.33


My-SQL host definition
----------------------

mysql> select * from host;
+----+-----------------+------+-------+------+-------+------+--------+---------------------+-----------+

| id | name            | root | style | info | owner | port | online |
prefix              | sitegroup |
+----+-----------------+------+-------+------+-------+------+--------+---------------------+-----------+

|  1 | info.bi.etat.lu |    4 |     1 | auth |     0 | 8101 |      1 |
/asgard             |         0 |
|  2 | info.bi.etat.lu |    4 |     2 | auth |     0 | 8099 |      1 |
/asgard/framed      |         0 |
|  3 | info.bi.etat.lu |    4 |     3 | auth |     0 | 8102 |      1 |
/asgard/framed/top  |         0 |
|  4 | info.bi.etat.lu |    4 |     4 | auth |     0 |    0 |      1 |
/asgard/framed/main |         0 |
+----+-----------------+------+-------+------+-------+------+--------+---------------------+-----------+

4 rows in set (0.00 sec)

Apache error_log (debug mode)
-----------------------------

[Thu Feb  8 15:42:15 2001] [notice] Apache/1.3.14 (Unix)
PHP/3.0.18+Midgard/1.4 Midgard/1.4 configured -- resuming normal
operations
[Thu Feb  8 15:42:15 2001] [info] Server built: Feb  6 2001 14:39:23

[Fri Feb  9 13:42:44 2001] [debug] mod_midgard.c(1178): [client
148.110.32.38] midgard_translate_handler(latin1,
http://info.bi.etat.lu:8102/asgard)
[Fri Feb  9 13:42:44 2001] [debug] mod_midgard.c(1221): [client
148.110.32.38] Midgard: host record for info.bi.etat.lu:8102 not found
[Fri Feb  9 13:42:44 2001] [error] [client 148.110.32.38] File does not
exist: /usr/local/apache/htdocs/asgard


Midgard include conf file
-------------------------

MidgardDatabase midgard midgard midgard
MidgardTemplate phpelements.xml
AddType application/x-httpd-php-midgard .mgd
MidgardRootFile libexec/midgard-root.php3

Listen 80
Listen 8099
Listen 8101
Listen 8102

<VirtualHost 148.110.32.33:80>
    Port 80
    ServerName info.bi.etat.lu
    DocumentRoot /usr/local/apache/htdocs/info
</VirtualHost>


<VirtualHost 148.110.32.33:8099>
    MidgardEngine on
    ServerName info.bi.etat.lu
    php3_magic_quotes_gpc off
    php3_magic_quotes_runtime off
</VirtualHost>

<VirtualHost 148.110.32.33:8101>
    MidgardEngine on
    ServerName info.bi.etat.lu
    php3_magic_quotes_gpc off
    php3_magic_quotes_runtime off
</VirtualHost>

<VirtualHost 148.110.32.33:8102>
    MidgardEngine on
    ServerName info.bi.etat.lu
    php3_magic_quotes_gpc off
    php3_magic_quotes_runtime off
    MidgardBlobDir "/usr/local/apache/info/blobs"
</VirtualHost>








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

Reply via email to