>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<
On 1/1/01, 5:08:22 PM, Philipp "Rotmann," Linksystem Muenchen
<[EMAIL PROTECTED]> wrote regarding Re: [midgard-user] Troubles
with vhost selection & mod-midgard:
> On 01.01.01 (16:03), Torben Nehmer wrote:
> > Well, this is interesting:
> > ---REQUEST to http://users.nehmer.net---
> > [Mon Jan 1 17:06:33 2001] [debug] mod_midgard.c(1178): [client
> > 62.255.237.102] midgard_translate_handler(latin1,
> > http://www.nehmer.net:80/)
> > ...
> > ---
> >
> > So I think the problem is that Apache doesn't recognize it as
> > a request to my default host. That's a start, i'll continue my
I think UseCanonicalName is bothering you. You will see different
behaviour if you add the trailing slash http://users.nehmer.net/
# UseCanonicalName: (new for 1.3) With this setting turned on, whenever
# Apache needs to construct a self-referencing URL (a url that refers
back
# to the server the response is coming from) it will use ServerName and
# Port to form a "canonical" name. With this setting off, Apache will
# use the hostname:port that the client supplied, when possible. This
# also affects SERVER_NAME and SERVER_PORT in CGIs.
UseCanonicalName on
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]