Re: Apache with htpasswd without htaccess
Hi Piotr,
What you want to do is all in the documentation.
I can make a suggestion but you'll need to read the specs.for all the
answers.
Here's the doc link :
http://httpd.apache.org/docs/howto/auth.html
It's a littlte quick and rough but ..........
Instead of using and .htaccess file set a directory container
like
<Directory /home/www/WWNames/Site_Files/wwnamesadmin>
AuthType Basic
AuthName "WWNames Authentication"
AuthUserFile /home/realm/wwnames
Require valid-user
Order deny,allow
Deny from all
Allow from 210.8.139
</Directory>
----- Original Message -----
From: "Piotr Roszatycki" <Piotr_Roszatycki@netia.net.pl>
To: <debian-isp@lists.debian.org>
Sent: Friday, February 08, 2002 2:31 AM
Subject: Apache with htpasswd without htaccess
> I've got a problem with my users :) They can't prepare correct .htaccess
> but they would like to lock the directory with htpasswd. Is any module for
> Apache which provides htpasswd authentification without additional
> .htaccess file or hardcoded configuration in httpd.conf?
>
> --
> Piotr Roszatycki, Netia Telekom S.A. .''`.
> mailto:Piotr_Roszatycki@netia.net.pl : :' :
> mailto:dexter@debian.org `. `'
> `-
>
>
> --
> To UNSUBSCRIBE, email to debian-isp-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
listmaster@lists.debian.org
Reply to: