Re: ldirectord config for web server behind authentication

"Imran Aziz" <[email protected]>
Newsgroups gmane.linux.highavailability.ultramonkey
Message-ID <[email protected]>
Thank you very much for the response.

For the time being I have used the apache "Satisfy any" directive to sort
out this issue, by allowing requests from our IP address to come through and
show basic authentication to the rest. My Apache config now looks like this


<Directory "/var/www/html/wwwroot">
 Options Indexes FollowSymLinks Includes
 order deny,allow
 deny from all
 Allow from xx.xxx.xxx
        AuthType Basic
        AuthName "Protected Area"
        AuthUserFile /usr/local/apache/passwd/pass
        Require user username
 Satisfy any
</Directory

This has sorted out my issue.

Imran

On 7/5/06, Horms <[email protected]> wrote:
>
> On Tue, 4 Jul 2006 18:06:02 +0100, Imran Aziz wrote:
> > [-- text/plain, encoding 7bit, charset: ISO-8859-1, 31 lines --]
> >
> > Hello All,
> >
> > I want to know the configuration paramters to specify authentication
> details
> > for the http site on real server, like what should be the addition
> > configuration in ldirectord to enable the director to consider a server
> > alive behind an authentication?
>
> That is a good question. Off the top of my head I am not sure
> that ldirectord explicitly supports http authentication.
>
> Patches welcome :)
>
> --
> Horms
> H: http://www.vergenet.net/~horms/
> W: http://www.valinux.co.jp/en/
>
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.