Matthias Gelbhardt wrote:

> [Tue Feb  6 13:36:36 2001] [debug] mod_midgard.c(1178): [client 212.124.35.131]
> midgard_translate_handler(latin1, http://www.commy.de:8101/asgard)
> [Tue Feb  6 13:36:36 2001] [debug] /usr/local/include/mgd_apache.h(123):
> [client
>   212.124.35.131] Midgard: select_database kept current (midgard)

This is normal since Midgard is sending a redirect to /asgard/. This
also means
Midgard has found the host & page.> [Tue Feb  6 13:36:36 2001] [debug]
mod_midgard.c(1178): [client 212.124.35.131]

> midgard_translate_handler(latin1, http://www.commy.de:8101/asgard/)
> [Tue Feb  6 13:36:36 2001] [error] [client 212.124.35.131] File does not exist:
> /var/www/commy.de/asgard/

This would indicate to me that midgard decided not to handle the
request, but it's
not what I would expect, since we have established earlier that the page
exists.
Could you try the attached patch? I think it will give me more
information on what
is happening. It doesn't actually fix anything.

Emile
*** mod_midgard.c.silent        Tue Feb  6 11:46:56 2001
--- mod_midgard.c       Tue Feb  6 16:11:17 2001
***************
*** 1231,1236 ****
--- 1231,1240 ----
                try_filetemplates(r, rcfg, dcfg, &ftstatus);
  
        if (rcfg->resource.status != OK) {
+               ap_log_rerror(APLOG_MARK, APLOG_DEBUG | APLOG_NOERRNO, r,
+          "Midgard: resource request declined. status=%d, id=%d, type=%d, 
+content_type=%s\n",
+             rcfg->resource.status, rcfg->resource.id, rcfg->resource.type,
+             rcfg->resource.content_type ? rcfg->resource.content_type : "<NULL>");
                return rcfg->resource.status;
        }
  

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

Reply via email to