Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 43422 invoked by uid 500); 17 Oct 2002 01:06:07 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 43399 invoked from network); 17 Oct 2002 01:06:06 -0000 Received: from 66-28-224-204.playnet.com (HELO tangolan.com) (66.28.224.204) by daedalus.apache.org with SMTP; 17 Oct 2002 01:06:06 -0000 Received: from atogstad ([12.241.223.121]) by tangolan.com ([66.28.224.204]) with SMTP (MDaemon.PRO.v6.0.4.R) for ; Wed, 16 Oct 2002 20:12:34 -0500 Message-ID: <017d01c27579$2aba72f0$0201a8c0@atogstad> Reply-To: "Alex \"Sniper\" Togstad" From: "Alex \"Sniper\" Togstad" To: References: <013a01c2756b$38f81c90$0201a8c0@atogstad> <006f01c2756c$e77f69c0$a977ca41@yogi> Date: Wed, 16 Oct 2002 18:04:30 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_017A_01C2753E.7920F3A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-MDRemoteIP: 12.241.223.121 X-Return-Path: sniper@3dretreat.com X-MDaemon-Deliver-To: users@httpd.apache.org X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: Re: [users@httpd] .htaccess Not Working ------=_NextPart_000_017A_01C2753E.7920F3A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I commented the "AccessFileName .htaccess" and now I'm able to view the = dir just fine.. ..=20 What do you think could be wrong? I just need the dir password = protected! Thank you! ---- Alex Togstad Web Developer ----- Original Message -----=20 From: Lewis Watson=20 To: users@httpd.apache.org ; Alex "Sniper" Togstad=20 Sent: Wednesday, October 16, 2002 4:36 PM Subject: Re: [users@httpd] .htaccess Not Working Hi Alex, Sounds like to me there are issues beyond htaccess. Just comment the = htaccess part of your conf file out and restart apache. Can you then = access the admin/ directory? Also, remember that whenever you make a = change to your config file that you need to restart apache. Lewis ----- Original Message -----=20 From: Alex "Sniper" Togstad=20 To: users@httpd.apache.org=20 Sent: Wednesday, October 16, 2002 6:24 PM Subject: [users@httpd] .htaccess Not Working Howdy; Should'nt this pop up a user login box or something? Well it's not = :( [ .htaccess ] Code:=20 AuthUserFile /www/.htpasswd=20 AuthGroupFile /www/.htgroup=20 AuthName "Sazzy Partie's Admin Auth!"=20 AuthType Basic=20 =20 require group admin=20 =20 =20 [ .htgroup ] Code:=20 admin: root=20 [ .htpasswd ] Code:=20 root: my.password=20 D:/www/htdocs is web root, so I put the .htgroup & .htpasswd just = outside of it. This is what I'm getting:=20 Code:=20 Forbidden=20 You don't have permission to access /admin/ on this server. What Do I need to do to get this to work? I'm on Apache 1.3.27, on = Win2k Server. Thank You! ---- Alex Togstad Web Developer ------=_NextPart_000_017A_01C2753E.7920F3A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I commented the = "AccessFileName=20 .htaccess" and now I'm able to view the dir just fine.. ..
 
What do you think could = be wrong? I=20 just need the dir password protected!
 
Thank you!
 
----
Alex = Togstad
Web=20 Developer
----- Original Message -----
From:=20 Lewis=20 Watson
Sent: Wednesday, October 16, = 2002 4:36=20 PM
Subject: Re: [users@httpd] = .htaccess Not=20 Working

Hi Alex,
Sounds like to me there are issues = beyond=20 htaccess. Just comment the htaccess part of your conf file out and = restart=20 apache. Can you then access the admin/ directory? Also, remember that = whenever=20 you make a change to your config file that you need to restart=20 apache.
Lewis
 
 
----- Original Message -----
From:=20 Alex=20 "Sniper" Togstad
Sent: Wednesday, October 16, = 2002 6:24=20 PM
Subject: [users@httpd] = .htaccess Not=20 Working

Howdy;
 
Should'nt this pop = up a user=20 login box or something? Well it's not :(
 
[ .htaccess = ]
Code:=20
AuthUserFile = /www/.htpasswd=20
AuthGroupFile /www/.htgroup
AuthName "Sazzy Partie's Admin = Auth!"=20
AuthType Basic
<Limit GET>
require group  = admin=20
</Limit> 
 
[ .htgroup = ]
Code:=20
admin: root =

[ .htpasswd = ]
Code:
root: my.password

D:/www/htdocs is web root, so I put the .htgroup & = .htpasswd=20 just outside of it. This is what I'm getting:
 
Code:
 
Forbidden
You don't have permission to access /admin/ on = this=20 server.
 
What Do I need to do to get this to work? I'm on Apache 1.3.27, = on=20 Win2k Server.
 
 
Thank You!
 
----
Alex Togstad
Web=20 Developer
------=_NextPart_000_017A_01C2753E.7920F3A0--