Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 16841 invoked by uid 500); 13 Jan 2002 15:24:26 -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 16821 invoked from network); 13 Jan 2002 15:24:26 -0000 Received: from ns.bsk-info.de (212.21.170.130) by daedalus.apache.org with SMTP; 13 Jan 2002 15:24:26 -0000 Received: from bsk-info.de (multimedia.bsk-info.de [212.21.170.253]) by ns.bsk-info.de (8.9.1a/8.9.1) with ESMTP id QAA00636; Sun, 13 Jan 2002 16:53:02 +0100 Sender: engel@ns.bsk-info.de Message-ID: <3C41AD5B.41B28DE6@bsk-info.de> Date: Sun, 13 Jan 2002 16:52:59 +0100 From: Markus Noch Reply-To: engelhardtk@bsk-info.de Organization: bsk IT Systemhaus GmbH X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.13 i686) X-Accept-Language: German, de, en MIME-Version: 1.0 To: users@httpd.apache.org Subject: Re: htpasswd References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N hi, i`ve found an error-log entry: [Sun Jan 13 15:50:10 2002] [error] [server ip_adress] sww: not a valid FDN: /admin. i am using the standard authentification module ( mod_auth ). my log-level is set to debug. here`s a acces-log entry during authentification: server_ip - sww [13/Jan/2002:15:52:10 +0100] "GET /admin HTTP/1.0" 401 468 regards, -- ----------------------------------------------------- Markus Noch bsk IT Systemhaus GmbH .-. Tel.: +49 6241 / 94650-21 /v\ Klosterstrasse 23 // \\ 67547 Worms /( )\ ^^-^^ _ _ _ _ ___ ____ | |__ ___| | __ | \ | |/ _ \ / ___| | '_ \/ __| |/ /____| \| | | | | | | |_) \__ \ <_____| |\ | |_| | |___ |_.__/|___/_|\_\ |_| \_|\___/ \____| Network-Operation-Centre POP Worms noc@bsk-info.de ---Home is where ever those login prompts shine !---- Joshua Slive wrote: > > > From: engel@ns.bsk-info.de [mailto:engel@ns.bsk-info.de]On Behalf Of > > here`s the excerpt of my conf: > > > > > > AuthName > > AuthType Basic > > AuthUserFile /path_to_secured_dir/http.pwd > > require user > > AllowOverride None > > > > Markus Noch wrote: > > > there are no entry`s in my error-log, when the password is rejected. > > > in my acces-log i see a http 401 ( authorization needed ). > > entry, but that`s ok. > > > here`s a access-log entry: [11/Jan/2002:10:48:55 +0100] "GET > > /admin/ HTTP/1.0" 401 468. > > First a couple nits: > > - Please try to properly trim and quote previous emails so that it doesn't > take ages to figure out what is happening in the thread and craft a reply. > > - There is not much of a point in posting the config excerpt if you are > going to munge every single line. I already know what the directives are; > if I'm going to help I need to know what arguments you used. > > - That really doesn't look like an access-log entry to me. Are you sure you > coppied everything? What kind of a logformat are you using? > > Now, having vented, on to the problem. I don't see an obvious error. But > the fact that there is nothing in the error log is very worrying. Are you > absolutely sure about that? Are you using third-party authentication > modules? Are you using any third party modules? Do you have an > "ErrorDocument 401"? If so, what does it look like? Is LogLevel set to a > reasonable value? > > If you can track down why there is nothing in the error log, I bet that you > solve your problem. > > Joshua. > > --------------------------------------------------------------------- > 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 > For additional commands, e-mail: users-help@httpd.apache.org -- ----------------------------------------------------- Markus Noch bsk IT Systemhaus GmbH .-. Tel.: +49 6241 / 94650-21 /v\ Klosterstrasse 23 // \\ 67547 Worms /( )\ ^^-^^ _ _ _ _ ___ ____ | |__ ___| | __ | \ | |/ _ \ / ___| | '_ \/ __| |/ /____| \| | | | | | | |_) \__ \ <_____| |\ | |_| | |___ |_.__/|___/_|\_\ |_| \_|\___/ \____| Network-Operation-Centre POP Worms noc@bsk-info.de ---Home is where ever those login prompts shine !---- --------------------------------------------------------------------- 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 For additional commands, e-mail: users-help@httpd.apache.org