Thats where it ends, and I get this whatever page I try to request :(
Here is some info that might help:

Some MySQL queries:

mysql> use midgard;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> select * from host;
+----+-----------+------+-------+------+-------+------+--------+----------+-
----------+
| id | name      | root | style | info | owner | port | online | prefix   |
sitegroup |
+----+-----------+------+-------+------+-------+------+--------+----------+-
----------+
|  1 | localhost |    1 |     1 | auth |     0 |    0 |      1 | /admin   |
0 |
|  2 | localhost |   34 |     2 |      |     1 |    0 |      0 | /example |
0 |
+----+-----------+------+-------+------+-------+------+--------+----------+-
----------+
2 rows in set (0.00 sec)

mysql> use mysql;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> select * from host;
Empty set (0.00 sec)

mysql> select * from db;  
+-----------+---------+---------+-------------+-------------+-------------+-
------------+-------------+-----------+------------+-----------------+------
------+------------+
| Host      | Db      | User    | Select_priv | Insert_priv | Update_priv |
Delete_priv | Create_priv | Drop_priv | Grant_priv | References_priv |
Index_priv | Alter_priv |
+-----------+---------+---------+-------------+-------------+-------------+-
------------+-------------+-----------+------------+-----------------+------
------+------------+
| %         | test    |         | Y           | Y           | Y           |
Y           | Y           | Y         | N          | Y               | Y
| Y          |
| %         | test\_% |         | Y           | Y           | Y           |
Y           | Y           | Y         | N          | Y               | Y
| Y          |
| localhost | midgard | midgard | Y           | Y           | Y           |
Y           | N           | N         | N          | N               | N
| N          |
+-----------+---------+---------+-------------+-------------+-------------+-
------------+-------------+-----------+------------+-----------------+------
------+------------+
3 rows in set (0.00 sec)

mysql> select * from user;
+-----------------------+---------+------------------+-------------+--------
-----+-------------+-------------+-------------+-----------+-------------+--
-------------+--------------+-----------+------------+-----------------+----
--------+------------+
| Host                  | User    | Password         | Select_priv |
Insert_priv | Update_priv | Delete_priv | Create_priv | Drop_priv |
Reload_priv | Shutdown_priv | Process_priv | File_priv | Grant_priv |
References_priv | Index_priv | Alter_priv |
+-----------------------+---------+------------------+-------------+--------
-----+-------------+-------------+-------------+-----------+-------------+--
-------------+--------------+-----------+------------+-----------------+----
--------+------------+
| localhost             | root    |                  | Y           | Y
| Y           | Y           | Y           | Y         | Y           | Y
| Y            | Y         | Y          | Y               | Y          | Y
|
| localhost.localdomain | root    |                  | Y           | Y
| Y           | Y           | Y           | Y         | Y           | Y
| Y            | Y         | Y          | Y               | Y          | Y
|
| localhost             |         |                  | N           | N
| N           | N           | N           | N         | N           | N
| N            | N         | N          | N               | N          | N
|
| localhost.localdomain |         |                  | N           | N
| N           | N           | N           | N         | N           | N
| N            | N         | N          | N               | N          | N
|
| localhost             | username-here | hashed-password-here | N
| N           | N           | N           | N           | N         | N
| N             | N            | N         | N          | N               |
N          | N          |
+-----------------------+---------+------------------+-------------+--------
-----+-------------+-------------+-------------+-----------+-------------+--
-------------+--------------+-----------+------------+-----------------+----
--------+------------+
5 rows in set (0.00 sec)

And my httpd.conf ( relevant parts ):

...
LoadModule midgard_module     modules/mod_midgard.so
LoadModule php3_module        modules/libphp3.so
...
AddModule mod_midgard.c
AddModule mod_php3.c
...
# Midgard Settings
MidgardEngine on
MidgardRootfile modules/midgard-root.php3
...
AddType application/x-httpd-php3 .php3 .phtml .php
AddType application/x-httpd-php3-source .phps

That's all I have added to it.

Did I miss something?




-----Original Message-----
From: Emiliano [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 06, 2000 3:13 PM
To: [EMAIL PROTECTED]
Subject: Re: [midgard] Compiling 1.4 beta 5 on MDK 7.1


"Kropivnitskiy, Dmitriy" wrote:
> 
> Looks like it works... At least it compiled and installed. Thanx everyone
> for suggestions.
> Now my problem is to actually make it show something. I have added php3
and
> midgard modules
> to my httpd.conf, put MidgardEngine on sdtatement specified the root file,
> created the database
> ( I did ./install-midgard there ) now I get this in my error_log
> 
> [Fri Oct  6 15:01:43 2000] [error] [client ip-address-here] Invalid method
> in request a

That's where the sentence ends? Do you get the same error for
non-midgard requests?

Emile

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

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