[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] New enable/disable tool ready for testing
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] New enable/disable tool ready for testing
- From: henrik (at) hswn.dk (Henrik Stoerner)
- Date: Sun, 1 May 2005 22:16:51 +0200
- References: <20050421074532.GA14194@hswn.dk> <4267BEFC.7020501@mcclatchy.com> <20050421155246.GB29704@hswn.dk> <4268EE1B.9040101@mcclatchy.com> <20050422125230.GA655@hswn.dk> <42693D2B.1040102@mcclatchy.com> <42719EBA.1040505@mci.com> <20050429055737.GA7297@hswn.dk> <427233E9.3020204@mci.com> <42724143.3060106@mci.com>
- User-agent: Mutt/1.5.6+20040907i
On Fri, Apr 29, 2005 at 02:14:27PM +0000, David Gore wrote:
> >
> I suppose I do not know how to fix this. The enable/disable doesn't
> pick up the login for the Hobbit site and I cannot get apache to ask for
> a second password on the enable/disable page. Perhaps I have the apache
> config wrong?
>
>
> Alias /hobbit "/export/home/hobbit/server/www"
> <Directory "/export/home/hobbit/server/www/">
> Options Indexes FollowSymLinks Includes MultiViews
> Order allow,deny
> Allow from all
> AuthUserFile /export/home/hobbit/server/etc/hobbitpasswd
> AuthType Basic
> AuthName "Hobbit Network and Application Monitoring"
> Require valid-user
> </Directory>
>
> ScriptAlias /hobbit-cgi "/www/hobbit/cgi-bin"
> <Directory "/www/cgi-bin/hobbit">
Is this Directory name correct ? By default, Hobbit puts the cgi
directory in the same top-level directory as the "server" directory,
so I would expect that to be
<Directory "/export/home/hobbit/cgi-bin/hobbit">
AllowOverride None
Options ExecCGI Includes
Order allow,deny
Allow from all
</Directory>
and of course the same change for the cgi-secure directory.
Henrik