Hy,

I've got a strange problem... Two virtual hosts running on the
same IP, both with identical configurations only the database
and blobdir directives differ.

Versions...
Apache version 1.3.26, PHP version 4.2.2, Midgard version 1.4.4

Both hosts have our own inhouse admin interface listening on
www.hostname.com:80/peo listening with authentication enabled.

-- Midgard config snippet ---
    <IfModule mod_midgard.c>
    # Midgard configuration for VHost
    MidgardEngine On

    MidgardDatabase database username password
    MidgardParser latin1
    MidgardRootfile /etc/httpd/modules/midgard-root.php
    MidgardBlobDir "/domains/www.domain1.com/blobs"
    </IfModule>
-- Midgard config snippet ---

When calling the admin interface on Host 1 everything works
and browser asks for Basic Auth.

When calling the admin interface on Host 2, it only results in
an empty page. Setting LogLevel to debug results in these
entries in the error log:

[Thu Mar 20 16:38:53 2003] [debug] mod_midgard.c(1323): [client 62.155.237.181] midgard_translate_handler(latin1, http://www.domain2.con:80/peo/)
[Thu Mar 20 16:38:53 2003] [debug] select_db.h(87): [client 62.155.237.181] Midgard: select_database reused open (database)
[Thu Mar 20 16:38:53 2003] [debug] select_db.h(33): [client 62.155.237.181] Midgard: select_database kept current database database
[Thu Mar 20 16:38:53 2003] [debug] mod_midgard.c(101): [client 62.155.237.181] Midgard: no basic auth found, trying cookie auth


What does that mean? How can basic auth work on one host and
not on another one with identical config?

Greetings,
Daniel




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



Reply via email to