Hi, > However when I go to the address http://<myserver>:<port>/admin by itself > I get the 404 message without being prompted for authentication. What about http://<myserver>:<port>/admin/ ? The / might be significant.
> The same happens with http://<myserver>:<port>/asgard . > http://<myserver>:<port>/example shows me the directory listing containing > the images ... Check the hosttabel in the midgard database. You must be sure that there is an entry that matches the url ou're looking up. It is hard to tell exactly what is wrong here, but here are some hints: -> Set Apache Loglevel to debug and tail it see if midgard connects to the midgard databse when you call up the url. -> Check httpd.conf and make sure you're not calling up another vhost on the machine. -> The fact that it shows you a directory listing implys that midgard did not kick in for that uri, most probably because Apache didn't find the host in the midgard host table. > My "blobs" and "cache" directories are chowned to appropriate apache > user/group . Ok and their path is correctly defined in httpd.conf? > Does anyone have an idea what could be wrong? Se above :) Tarjei > Many thanks in advance for your help. > > Regards, > Chris > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
