This should help you to get rid of some errors, but you really need to get
the modules to be loaded by apache upon start.

> LoadModule midgard_module     modules/mod_midgard.so
> AddModule mod_midgard.c
> LoadModule php3_module         modules/libphp3.so
> AddModule mod_php3.c

So check if mod_midgard.so and libphp3.so are really in <apachedir>/modules/
. It is very possible that they live in <apachedir>/libexec/ , in that case
you should change modules/mod_midgard.so and modules/libphp3.so to be
libexec/mod_midgard.so and libexec/libphp3.so.

Hope this helps,

Armand.

Hi

I reinstalled the midgard php module and many things looks now better, but
still problems:

This is the tail of the error.log

[Sat Apr 29 18:20:32 2000] [debug] mod_midgard.c(127): Midgard:
database=<default>, username=<default>, password=<default>
[Sat Apr 29 18:22:04 2000] [info] removed PID file /var/run/httpd.pid
(pid=9728)
[Sat Apr 29 18:22:04 2000] [notice] caught SIGTERM, shutting down
[Sat Apr 29 18:22:06 2000] [info] created shared memory segment #13440
[Sat Apr 29 18:22:06 2000] [debug] mod_midgard.c(127): Midgard:
database=<default>, username=<default>, password=<default>
[Sat Apr 29 18:22:06 2000] [notice] Apache/1.3.6 (Unix)  (Red Hat/Linux)
Midgard/Lib=1.4-beta3 PHP/3.0.16+Midgard/Lib=1.4-beta3 configured --
resuming normal operations
[Sat Apr 29 18:22:06 2000] [info] Server built: Apr  7 1999 17:17:41
[Sat Apr 29 18:22:06 2000] [debug] mod_midgard.c(127): Midgard:
database=<default>, username=<default>, password=<default>
[Sat Apr 29 18:22:06 2000] [debug] mod_midgard.c(127): Midgard:
database=<default>, username=<default>, password=<default>
[Sat Apr 29 18:22:06 2000] [debug] mod_midgard.c(127): Midgard:
database=<default>, username=<default>, password=<default>
[Sat Apr 29 18:22:06 2000] [debug] mod_midgard.c(127): Midgard:
database=<default>, username=<default>, password=<default>
[Sat Apr 29 18:22:28 2000] [crit] [client 195.246.72.5] configuration error:
couldn't check user.  No user file?: /midgard/

PHP is running, on 195.246.72.5/info.php3 you see all the infos, but there
must be a problem around the midgard db.

If I try to login with the default user/pw admin/password I get an server
error, the last line in the error.log

Thanks for your help

Gottfried


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