[EMAIL PROTECTED] wrote: > >I'd expect to see a 301 response redirecting you to /example/ > > That's exactly what I get. In case its useful, I've copied some of the > output: > > HTTP/1.1 301 Moved Permanently > Date: Mon, 15 Oct 2001 09:57:50 GMT > Server: Apache/1.3.20 (Unix) Midgard/1.4.1/SG PHP/4.0.4pl1 mod_perl/1.26 > Location: http://host.domain:8099/example/ > Transfer-Encoding: chunked > Content-Type: text/html; charset=iso-8859-1 > > 132 > <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> > <HTML><HEAD> > <TITLE>301 Moved Permanently</TITLE> > </HEAD> > > I now see a list of GIFs in the /example directory when viewing from a > browser.
That still means Midgard isn't servicing the redirect... damn. With loglevel turned on, what does Midgard log if you access http://host.domain:8099/example/ ? If it redirects you there, Midgard _must_ know about this location. > I tried accessing asgard again, and now I do get through to the (local) > Asgard site - could the explanation for all this may be as simple as the > fact that I wasn't putting a trailing "/" on the end of "asgard"?! I Midgard is supposed to send you a redirect (and the above sample suggests it does). And you mean to tell me that - http://host.domain:8099/example/ works - http://host.domain:8099/example sends you a redirect to http://host.domain:8099/example/ - but visiting http://host.domain:8099/example doesn't show the example site?! > suspect the fact that I had to reboot my machine after being off for the > weekend has somehow made a difference... You did do a full restart (stop and start) of apache after installing Midgard? > However, I don't get any of the gifs displayed, I don't seem to have any of > these installed (I searched across all the untarred directories, but I > don't seem to have them - eg toplogo.gif), For oldadmin and the example site, the images from your data package (in the midgard directory) have to be copied to your document root. > and I've also searched across > the apache directories. What am I doing wrong? I think I installed the > midgard-data-1.4.1-5 files correctly, no problems I recall.. If you got the redirect that shows the data package is present correctly. The redirect not working is a puzzling problem I need to solve. I'd prefer to work with the example site since it's simpler and since it doesn't require authentication so that's one less variable in the equation. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
