> > Where do I have to look for clues, knowing that:
> > - I did not get any error messages during the rpm
> > install (I did use some KPackage for the
> downloads,
> > and for apache-devel rpminst, I hope that's OK?)
> > - I did not get any error messages running
> > /usr/sbin/apachectl configtest and restart, even
> after
> > adding 
> > LoadModule Midgard_module 
> > /usr/lib/apache/mod_midgard.so
> 
> Did you also install the data package? It has
> additional commands to
> active (not just load) Midgard for specific sites.

Yes I did, using the updated ./configure options, as
explained in a note on
http://www.midgard-project.org/manual/en/x219.php
> 
> > But still, when I run a test.php file just
> containing
> > phpinfo(), mod_midgard is _not_ mentioned as one
> of
> > the loaded modules...
> 
> You must still add midgard.so to your php.ini. The
> RPM may not have
> done so.
> 
> Emile


That's right, this was missing! (for Armand: it was a
fresh install, so the outcommented line was not
present indeed)  But when I add the line 
extension = midgard.so
to php.ini (btw: there is indeed a midgard.so located
in my /usr/lib/php/extensions/midgard.so directory),
no php files are not found anymore!
For any simple php file I get a "the page cannot be
displayed" error (IE), or "the document contained no
data" (netscape), but still a code 200 in my apache
access log.
when I remove the line again by adding an ; in front
of it, everything works fine again...

and another thing: whether the extension = midgard.so
in php.ini is outcommented or not, I every time get
the following lines in  /var/log/httpd/error_log when
I restart the http server ( /usr/sbin/apachectl
restart):

[Mon Nov 12 15:08:05 2001] [notice] caught SIGTERM,
shutting down
[Mon Nov 12 15:08:06 2001] [error] Cannot remove
module mod_midgard.c: not found
 in module list
[Mon Nov 12 15:08:10 2001] [error] Cannot remove
module mod_midgard.c: not found
 in module list
[Mon Nov 12 15:08:10 2001] [alert] httpd: Could not
determine the server's fully
 qualified domain name, using 157.193.121.4 for
ServerName
[Mon Nov 12 15:08:10 2001] [notice]
Apache-AdvancedExtranetServer/1.3.20 (Mandra
ke Linux/3mdk) mod_ssl/2.8.4 OpenSSL/0.9.6b PHP/4.0.6
configured -- resuming nor
mal operations
[Mon Nov 12 15:08:10 2001] [notice] suEXEC mechanism
enabled (wrapper: /usr/sbin
/suexec)

Does this make you think of anything I've still
overseen in the installation?

regards, pascal




__________________________________________________
Do You Yahoo!?
Find a job, post your resume.
http://careers.yahoo.com

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

Reply via email to