From owner-freebsd-questions@FreeBSD.ORG Sun Nov 22 20:51:21 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3EF41065670 for ; Sun, 22 Nov 2009 20:51:20 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-fx0-f218.google.com (mail-fx0-f218.google.com [209.85.220.218]) by mx1.freebsd.org (Postfix) with ESMTP id 8ABEC8FC1B for ; Sun, 22 Nov 2009 20:51:20 +0000 (UTC) Received: by fxm10 with SMTP id 10so2351634fxm.14 for ; Sun, 22 Nov 2009 12:51:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=mf7NhqHwADX3DFwQruDVqYEJFcp4jEsLo2I8cbALD1E=; b=qElyrNS9AVeoB8gingKrd712a7pFEWY6qk1Jelgk5rDfrE3yKmGXEzZwlVi9+h/rN1 3a8RfbMQENXaQvnL1109HTpz1lV5MpY48gYdOmriRh6r8GIEHDEob7fcLKKoZZVF5pfD SRNfHvKrgZXayzEgl1a6R8rSedVkKBMvnYmLA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=X+VOUPhuE+i7qdPfSGHSrcMAvR8KPeleGgHz5FHaoqZ/F79nmGfJ9mJ53lWDy3/ht6 dJwz8p0amwM1zPfHyLmuYpRAzBv/9aS1pf/CtRqx5qyGAovrM4HapNwr1S66P/lFEkmZ xYQPW2/RmHVsJcR4kjmWreibvcfQr4Z67291w= MIME-Version: 1.0 Received: by 10.223.144.195 with SMTP id a3mr591419fav.103.1258923079592; Sun, 22 Nov 2009 12:51:19 -0800 (PST) In-Reply-To: <841bb36b-2ad6-4258-983b-f32d9b2717c1@a10g2000pre.googlegroups.com> References: <841bb36b-2ad6-4258-983b-f32d9b2717c1@a10g2000pre.googlegroups.com> Date: Sun, 22 Nov 2009 15:51:19 -0500 Message-ID: <4ad871310911221251s62cf2f64ia3dcaa25d132aeda@mail.gmail.com> From: Glen Barber To: =?UTF-8?B?SVTmsJHlt6U=?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: there will be a log in apache access.log? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Nov 2009 20:51:21 -0000 Hello, On Sun, Nov 22, 2009 at 8:54 AM, IT=E6=B0=91=E5=B7=A5 wrote: > l install apache and svn ...... =C2=A0and now l input =C2=A0http://192.16= 8.0.100/svn/ > in website . =C2=A0and it let me to input user name and password . =C2=A0= and l > did not konw the username and password =C2=A0,so l quit ,close the > website ... l know if l input the right ID and password there will be > a record in apache access.log .... > =C2=A0does anyone know if =C2=A0there will be a record in apache access.l= og to > record this action if l input wrong ID or =C2=A0quit beside input > nothing ??? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > >From my httpd-error.log with a failed username / password: [Sun Nov 22 15:46:12 2009] [error] [client 127.0.0.1] user test not found: / There are no correlating entries in httpd-access.log regarding the login attempts. HTH, --=20 Glen Barber