Piotras <[EMAIL PROTECTED]> writes:

> 
> 4 *.so files?

Sorry, my mistake. Not 4 .so files; 4 files:

510midgard-apache2.info
midgard-apache2.so
midgard-root-nommp.php
midgard-root.php

<snip>

> > ~ Cannot open root file midgard-root.php"
> 
> Yeah, let's switch Apache log level to debug , and see what's going on.
>
> Piotras
> 

Log level set to debug. Here are the results from an /etc/init.d/apache2
restart, followed by an attempt
to access the midgard page:

[EMAIL PROTECTED] [~]# /etc/init.d/apache2 restart
Restarting web server: Apache2.

[EMAIL PROTECTED] [~]# tail -n 12 /var/log/apache2/error.log
[Wed Dec 08 10:09:28 2004] [notice] SIGHUP received.  Attempting to restart
[Wed Dec 08 10:09:28 2004] [debug] midgard-apache2.c(546): Midgard: closing 1
database connections
[Wed Dec 08 10:09:29 2004] [info] Init: Initializing OpenSSL library
[Wed Dec 08 10:09:29 2004] [info] Init: Seeding PRNG with 136 bytes of entropy
[Wed Dec 08 10:09:29 2004] [info] Init: Generating temporary RSA private keys
(512/1024 bits)
[Wed Dec 08 10:09:29 2004] [info] Init: Generating temporary DH parameters
(512/1024 bits)
[Wed Dec 08 10:09:29 2004] [debug]
/build/buildd/apache2-2.0.52/build-tree/apache2/modules/ssl/ssl_scache_dbm.c
(403): Inter-Process Session Cache (DBM) Expiry: old: 0, new: 0, removed: 0
[Wed Dec 08 10:09:29 2004] [info] Init: Initializing (virtual) servers for SSL
[Wed Dec 08 10:09:29 2004] [info] Server: Apache/2.0.52, Interface:
mod_ssl/2.0.52, Library: OpenSSL/0.9.7d
[Wed Dec 08 10:09:29 2004] [notice] Apache/2.0.52 (Debian GNU/Linux) DAV/2
mod_jk2/2.0.4 PHP/4.3.9-1 mod_ssl/2.0.52 OpenSSL/0.9.7d
Midgard/1.6.0/Repository/MultiLang configured -- resuming normal operations
[Wed Dec 08 10:09:29 2004] [info] Server built: Nov 10 2004 11:57:35
[Wed Dec 08 10:09:29 2004] [debug]
/build/buildd/apache2-2.0.52/build-tree/apache2/server/mpm/prefork/prefork.c
(955):AcceptMutex: sysvsem (default: sysvsem)

Now I try to load http://localhost:8001/midgard in my browser, and get the 
error 

 Not Found
 This page is not available on this server
 Error 404

Note that this is somewhat _different_ than what I was getting before same error
number, different message; (assuming new error message = progress, this might be
a good sign?)

Now I check the logs:

[EMAIL PROTECTED] [~]# tail -n 7 /var/log/apache2/error.log
[Wed Dec 08 10:10:31 2004] [debug] midgard-apache2.c(2091): [client 127.0.0.1]
midgard_translate_handler(UTF-8, http://localhost:8001/midgard)
[Wed Dec 08 10:10:31 2004] [debug] select_db2.h(51): [client 127.0.0.1] Midgard:
select_database opened database midgard
[Wed Dec 08 10:10:31 2004] [debug] midgard-apache2.c(513): [client 127.0.0.1]
Midgard: lang set to 0
[Wed Dec 08 10:10:31 2004] [debug] midgard-apache2.c(1291): [client 127.0.0.1]
Midgard: extension = .php, default: .php, parser = UTF-8
[Wed Dec 08 10:10:31 2004] [debug] select_db2.h(33): [client 127.0.0.1] Midgard:
select_database kept current database midgard
[Wed Dec 08 10:10:31 2004] [debug] midgard-apache2.c(2302): [client 127.0.0.1]
Midgard: serving page /var/cache/midgard/49-8-0.php
[Wed Dec 08 10:10:31 2004] [debug] midgard-apache2.c(2307): [client 127.0.0.1]
Midgard: setting blobdir /var/lib/midgard/blobs/midgard
[EMAIL PROTECTED] [~]#

Anything helpful here?

Bruce



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

Reply via email to