Re: Help with apachie
Hi,
Here is an example..
[timberwolf:someuser:/$]> cat .htaccess
order deny,allow
deny from all
allow from machine.domain.com domain.com 192.168.0.25
AuthName "Administrative Area"
AuthType Basic
AuthUserFile /home/someuser/etc/passwd.www
AuthGroupFile /home/someuser/etc/group.www
<Limit GET>
require group admin
</Limit>
I use both a group and passwd file as I allow certain users access to
different areas if they belong to a specific group. The format of the
group file is:
groupa: user1
groupa: user2
groupb: user
You likely will not need the groups file so just remove it from the
htaccess file. More info can be found on Apaches website.
Have fun!!
-Rob
On Wed, 3 May 2000, Brian Schramm wrote:
>How do I point the htaccess file at it so it knows where to look for the
>password?
>
>Brian Schramm
>brian@schramms.yi.org
>www.linuxexpert.org
>
>
>On Tue, 2 May 2000 Robert@mail.provision.net wrote:
>
>> Hi Brian,
>> I think your looking for this:
>>
>> [timberwolf:someuser:/$]> htpasswd
>> Usage: htpasswd [-c] passwordfile username
>> The -c flag creates a new file.
>>
>> ie.. htpasswd -c passwd.www username
>>
>> 1. Ensure it is NOT world readable.
>> 2. Make sure it is NOT in any web viewable directory.
>>
>> Enjoy!
>>
>>
>> -Robert MacQuarrie
>>
>>
>>
>> On Tue, 2 May 2000, Brian Schramm wrote:
>> >I am running Debian Slink. I would like to know how to re-create the htaccess password
>> >file that I deleted at som point. I know it is simple but I cannot find the info anywere
>> >including Apachie site. I ran htpasswd -b .password username password but that did not fix it.
>> >
>> >Can anyone help?
>> >
>> >Thanks.
>> >
>> >Brian Schramm
>> >brian@schramms.yi.org
>> >www.linuxexpert.org
>>
>>
>
>
>
Reply to: