[EMAIL PROTECTED] wrote:

> >What I'm missing in that file is statements like "Midgard: using style
> >#%d (%d elements)". Could you mail me a mysql log session for a
> >request to admin?
> 
> Sorry its taken me several hours to get back to you - meetings, meetings:(

Oy, I _do_ know how that feels these days!

> Here's the copy of the mysql log where I entered the following in the
> browser:
> http://192.168.0.1:8099/
> http://192.168.0.1:8099/admin
> 
> I carried out the second request twice, making sure I had ended every
> browser session, and started a new one, which made the difference that I
> was asked for an authorization box.

OK, what the log tells me is that you requested
http://192.168.0.1:8099/admin, Midgard determined it could not yet
serve the request (for one of two reasons, missing out or missing
slash, both valid) but (and this is the important bit) I don't see the
repeat request I'd expect here.

Assuming you installed the example site, try this:

telnet 192.168.0.1 8099
GET /example HTTP/1.1
Host: 192.168.0.1

(that's return twice)

I'd expect to see a 301 response redirecting you to /example/
The reason that I'm testing with the example site is that we don't
have to muck with authentication by hand.

Emile



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

Reply via email to