On Wed, Feb 14, 2001 at 10:19:41PM +0200, Alexander Bokovoy wrote:
> On Wed, Feb 14, 2001 at 12:07:20PM -0800, Gordon Harty wrote:
> > I have a fresh installation of Midgard 1.4 with apache 1.3.17,
> > openssl-0.9.6, mod_ssl-2.8.0-1.3.17, mm-1.1.3. Everything is the
> > latest as of yesterday (Feb 13). This is all on a RedHat 6.2 Intel
> > system.
> >
> > The installation of everything went fine with apache and midgard along
> > with all of the extensions. I tested Apache as a regular ssl server
> > and it served up everything fine.
> >
> > Now I have midgard installed and in the apache configuration. When I
> > try the URL:
> >
> > https://<IP ADDRESS>:8102/asgard
> >
> > I get in a separate window in Netscape:
> >
> > "A network error occurred while Netscape was receiving data. (Network
> > Error: I/O error) Try connecting again"
> >
> > And when I look in the apache access_log I see:
> >
> > <IPADDRESS> - - [14/Feb/2001:12:29:28 -0800] "F" 501 -
> >
> > And in the error_log I see:
> >
> > [Wed Feb 14 12:29:28 2001] [error] [client <IPADDRESS>] Invalid method in request F
> >
> > What am I doing wrong? I saw this same question asked on this list
> > last October but I never saw a solution.
> Please switch ErrorLevel in Apache's configuration to 'debug' and send
> resulted log of new request.
>
> --
> Sincerely yours, Alexander Bokovoy
> The Midgard Project | www.midgard-project.org | Aurora R&D team
> Minsk Linux Users Group | www.minsk-lug.net | www.aurora-linux.com
> IPLabs Linux Team | linux.iplabs.ru | Architecte Open Source
> -- What you don't know can hurt you, only you won't know it.
Here is the output in error_log with the LogLevel set to debug:
[Wed Feb 14 14:40:38 2001] [debug] mod_midgard.c(1178): [client <IPADDRESS>]
midgard_translate_handler(latin1, http://<IPADDRESS>:8102/)
[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
[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
[Wed Feb 14 14:40:38 2001] [error] [client <IPADDRESS>] Invalid method in request F
Looking in the midgard database I have the following information in
the "host" table:
INSERT INTO host VALUES (1,'<IPADDRESS>',4,1,'auth',0,8101,1,'/asgard',0);
INSERT INTO host VALUES (2,'<IPADDRESS>',4,2,'auth',0,8099,1,'/asgard/framed',0);
INSERT INTO host VALUES (3,'<IPADDRESS>',4,3,'auth',0,8102,1,'/asgard/framed/top',0);
INSERT INTO host VALUES (4,'LOCALHOST',4,4,'auth',0,0,1,'/asgard/framed/main',0);
The IPADDRESS is the same in all locations.
thanks
Gordon
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]