Gordon Harty wrote:
> > > What am I doing wrong? I saw this same question asked on this list
> > > last October but I never saw a solution.
> [Wed Feb 14 14:40:38 2001] [debug] mod_midgard.c(1178): [client <IPADDRESS>]
>midgard_translate_handler(latin1, http://<IPADDRESS>:8102/)
which isn't in the database...
> [Wed Feb 14 14:40:38 2001] [debug] /usr/local/midgard/include/mgd_apache.h(135):
>[client <IPADDRESS>] Midgard: select_database opened
> midgard
> [Wed Feb 14 14:40:38 2001] [debug] mod_midgard.c(1221): [client <IPADDRESS>]
>Midgard: host record for <IPADDRESS>:8102 not found
... so Midgard passes it on to apache, which can't find it either so it
sends a redirect to /index.html ...
> [Wed Feb 14 14:40:38 2001] [debug] mod_midgard.c(1178): [client <IPADDRESS>]
>midgard_translate_handler(latin1, http://
> <IPADDRESS>:8102/index.html)
> [Wed Feb 14 14:40:38 2001] [debug] mod_midgard.c(1221): [client <IPADDRESS>]
>Midgard: host record for <IPADDRESS>:8102 not found
which also isn't in the database, so midgard passes it on to apache...
> [Wed Feb 14 14:40:38 2001] [error] [client <IPADDRESS>] Invalid method in request
>F...
... which is where things go weird. What client are you using to access
apache? If you disable mod_midgard, does this
error go away? If you do
$ telnet <IPADDRESS> 8102
GET /index.html HTTP/1.1<return>
Host: <IPADDRESS><return>
<return>
<return>
what do you see on your terminal? In the logfile?
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]