Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 71974 invoked by uid 500); 17 Oct 2002 22:28:51 -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 71962 invoked from network); 17 Oct 2002 22:28:50 -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 22:28:50 -0000 Received: from atogstad ([12.241.223.121]) by tangolan.com ([66.28.224.204]) with SMTP (MDaemon.PRO.v6.0.4.R) for ; Thu, 17 Oct 2002 17:36:07 -0500 Message-ID: <02be01c2762c$757c8a90$0201a8c0@atogstad> Reply-To: "Alex \"Sniper\" Togstad" From: "Alex \"Sniper\" Togstad" To: References: <013a01c2756b$38f81c90$0201a8c0@atogstad> <006f01c2756c$e77f69c0$a977ca41@yogi> <017d01c27579$2aba72f0$0201a8c0@atogstad> <3DAE0F44.7000201@slive.ca> <019501c2757e$4d8f6f10$0201a8c0@atogstad> <3DAE238C.3020205@slive.ca> <01d501c27593$6c6536d0$0201a8c0@atogstad> <3DAF2239.1020701@blazestudios.com> Date: Thu, 17 Oct 2002 15:28:03 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit 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 - Almost got it. . . . . Apache 1.3.27 Win2k Server I used a perl script to encrypted the pass, it did not work, so i wrote it in plain text and it worked fine... I had tried to put "D:/" numerious times in the files, and they never worked...... But it all works now :) ---- Alex Togstad Web Developer ----- Original Message ----- From: "Tom Ray" To: Sent: Thursday, October 17, 2002 1:48 PM Subject: Re: [users@httpd] .htaccess Not Working - Almost got it. . . . . > Is the password encrypted or plain text? I can't remember who it was > (maybe Joshua) that said earlier this file has to be encrypted. When > .htaccess sends the password you supply it encrypts it and then matches > it to the password file. If the password file is in plain text then it's > going to be a mis-match between the encrypted version and the plain text > version. Secondly, are you running apache on a unix or windows platform? > This is the first time you have D:\ in the path of all your calls. > > Alex "Sniper" Togstad wrote: > > >I thought I had it, but spoke too soon: > > > >I'm not getting the pop-up box for me to enter my username/pass, but > >everytime I enter the info, it does not take my pass/username. This is on > >apache 1.3.27 btw. . . . . > > > >What I have: > > > >[ httpd.conf] > > ScriptAlias /admin/ "D:/www/htdocs/admin/ > > > > Alias /admin/ "D:/www/htdocs/admin/ > > > > > > AllowOverride AuthConfig > > > > > > > >[ .htaccess ] > >AuthType Basic > >AuthName "Protected Directory Wanker" > >AuthUserFile D:/www/.htpasswd > >AuthGroupFile D:/www/.htgroup > >Require group admin > > > >[ .htgroup ] > >admin: alex > > > >[ .htpasswd ] > >alex: test > > > >[ access.conf ] > >AccessConfig /www/htdocs/admin > > > >Error Logs: > >[Wed Oct 16 21:07:16 2002] [error] [client 192.168.1.2] attempt to invoke > >directory as script: d:/www/htdocs/admin > >[Wed Oct 16 21:07:16 2002] [error] [client 192.168.1.2] attempt to invoke > >directory as script: d:/www/htdocs/admin > >[Wed Oct 16 21:07:54 2002] [error] [client 192.168.1.1] user alex: > >authentication failure for "/admin": password mismatch > >[Wed Oct 16 21:08:00 2002] [error] [client 192.168.1.1] user alex: > >authentication failure for "/admin": password mismatch > >[Wed Oct 16 21:08:30 2002] [error] [client 192.168.1.2] attempt to invoke > >directory as script: d:/www/htdocs/admin > >[Wed Oct 16 21:08:31 2002] [error] [client 192.168.1.2] attempt to invoke > >directory as script: d:/www/htdocs/admin > >[Wed Oct 16 21:08:32 2002] [error] [client 192.168.1.2] attempt to invoke > >directory as script: d:/www/htdocs/admin > >[Wed Oct 16 21:08:32 2002] [error] [client 192.168.1.2] attempt to invoke > >directory as script: d:/www/htdocs/admin > >[Wed Oct 16 21:08:32 2002] [error] [client 192.168.1.2] attempt to invoke > >directory as script: d:/www/htdocs/admin > >[Wed Oct 16 21:08:33 2002] [error] [client 192.168.1.2] attempt to invoke > >directory as script: d:/www/htdocs/admin > >[Wed Oct 16 21:08:41 2002] [error] [client 192.168.1.2] attempt to invoke > >directory as script: d:/www/htdocs/admin > >[Wed Oct 16 21:08:42 2002] [error] [client 192.168.1.2] attempt to invoke > >directory as script: d:/www/htdocs/admin > >[Wed Oct 16 21:08:57 2002] [error] [client 192.168.1.1] user alex: > >authentication failure for "/admin": password mismatch > >[Wed Oct 16 21:08:59 2002] [error] [client 192.168.1.1] user alex: > >authentication failure for "/admin": password mismatch > >[Wed Oct 16 21:09:00 2002] [error] [client 192.168.1.1] user alex: > >authentication failure for "/admin": password mismatch > >[Wed Oct 16 21:09:01 2002] [error] [client 192.168.1.1] user alex: > >authentication failure for "/admin": password mismatch > > > > > >--------------------------------------------------------------------- > >The official User-To-User support forum of the Apache HTTP Server Project. > >See for more info. > >To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > > " from the digest: users-digest-unsubscribe@httpd.apache.org > >For additional commands, e-mail: users-help@httpd.apache.org > > > > > > > > > > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See for more info. > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > " from the digest: users-digest-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org > --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org