Steve Sobol wrote:

> > > Midgard: Hostrecord for (my base dns name:80) not found
> > 
> I get that message (legitimately) because I have some sites
> served off Midgard and some that are served off flat files on my
> server. Can I recompile Midgard to turn off that message?

1.4 has fixed it (since b3 I think). If you're using 1.2.5, open
mod_midgard.c and find something like

        midgard_get_host(rcfg, &ftstatus);
        if (!rcfg->host) {
                ap_log_rerror(APLOG_MARK, APLOG_DEBUG | APLOG_NOERRNO, r,
                              "Midgard: host record for %s:%d not found",
                              ap_get_server_name(r), ap_get_server_port(r));

It will be having APLOG_INFO or APLOG_WARN where it says APLOG_DEBUG
above. Change that into APLOG_DEBUG and the message will go away.

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]

Reply via email to