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
> 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
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
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.
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
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