I have all of that set correctly. The Asgard and Example site load just no images. Database appears to be functioning properly. Only difference is I'm not connecting with localhost but rather with the IP of the machine. Because Apache is chrooted I've had to do this. If I do not then the sites will not function at all and I'll get a "404 File Not Found". Only issue that seems to appear is the images of the site are not found and the host record error in the Apache logs.
> > So what path should it be? I read in some Midgard documents > that there > > shouldn't be a ServerPath directive. I tried removing it > and that didn't > > help. Should I even have DocumentRoot directive? > Well, actually, in this example images come from a filesystem not a > database, do DocumentRoot would help. > > > Also what about the other problem that I'm getting > "Midgard: host record > for > > midgard.venmarces.com:80 not found"? It's entered in the migard.host > > database/table. > > In that case dbl-check the following: > > 1. You got proper NamevirtaulHost like 111.111.111.111:80 > 2 Proper <VirtualHost 111.111.111.111:80? > 3. Port 80 > 4. MidgardDatabase dbname dbuser dbpassword - dbuser must > have full access > to dbname from localhost --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
