I am sorry, if this is the second time this message appears on the list, but I've got no echo and I missed it also on http://marc.theaimsgroup.com/ On Mon, 11 Sep 2000, Emiliano wrote: > Andreas Wandel wrote: > > > > Hi, > > I've tried to build midgard from scratch in the past on debian 2.2 -> > > failed (maybe because I am not so familiar with this distribution, but I > > tried it because of it's stability :-( ) is there someone on the list who did it successfully? > > So, with knowing thet SuSE includes Midgard to their distribution, > > I swiched back and went into trouble with their configuration: > > Which version Midgard would that be? It is 1.2.5 > . > . > . > > 1. no auth request > > Add to your httpd.conf: > > <Files midgard-root.php3> > require valid-user > AuthName Midgard > AuthType Basic > </Files> > Inserted these lines - it WORKS > > Then my guess is that the httpd.conf has a piece like > > <Directory /usr/local/httpd/midgard> > require valid-user > AuthName Midgard > AuthType Basic > </Files> > > with the rootfile being in that directory. Do not use this directory as > your document root. The rootfile doesn't need to be in your documentroot and > I advice against it. > The rootfile is - as advised in the INSTALL file - somewhere under /usr/lib, and the 'Directory' directive is nonsense and has to be replaced by the 'Files' directive. __Thanks a lot for your help!__ I will give a special note to SuSE to change their configuration file/install script Andreas -- This is The Midgard Project's mailing list. For more information, please visit the project's web site at http://www.midgard-project.org To unsubscribe the list, send an empty email message to address [EMAIL PROTECTED]
