apache auth

2003-07-09 Thread tirumal b
hello i want to secure some of the folders on my web server. so i created two files .htaccess and .htpass in those folders. The content of the file ".htaccess" AuthName "restricted stuff" AuthType Basic AuthUserFile .htpass require valid-user i have created .htpass file with the htpasswd in

Re: Novell & Apache auth

1999-12-27 Thread Jon Knews
> Hi > > Do u somebody know how to authenticate withing web browser against novell > nds on the machine runing apache? > I heard about some pam_ncp module, but i haven't found anything > > Thanks > Tom Assuming your "machine" running Apache is also running Linux, I am not sure (except that No

Re: Novell & Apache auth

1999-12-27 Thread Duncan Hill
On Mon, 27 Dec 1999, Tomas Tikovsky wrote: > Do u somebody know how to authenticate withing web browser against novell > nds on the machine runing apache? > I heard about some pam_ncp module, but i haven't found anything Look up the auth_nds module for Apache by a guy called P. Wilson. -- Dun

Novell & Apache auth

1999-12-27 Thread Tomas Tikovsky
Hi Do u somebody know how to authenticate withing web browser against novell nds on the machine runing apache? I heard about some pam_ncp module, but i haven't found anything Thanks Tom -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.

Re: Apache Auth

1999-11-24 Thread Anthony E. Greene
Osman Maqsood wrote: > I am trying to made my web site password protected. I made the > configuration in httpd.conf. Also compile Apache with > --enable-module=auth > The configuration is > deny from all >allow from .domain.com >AuthType Basic >AuthUser

Apache Auth

1999-11-16 Thread Osman Maqsood
Hi I am trying to made my web site password protected. I made the configuration in httpd.conf. Also compile Apache with --enable-module=auth The configuration is deny from all allow from .domain.com AuthType Basic AuthUserFile /usr/local/apache/conf/htpas