From owner-freebsd-questions@FreeBSD.ORG Wed May 19 05:55:00 2010 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 68FE5106566C for ; Wed, 19 May 2010 05:55:00 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [IPv6:2a01:138:a006::2]) by mx1.freebsd.org (Postfix) with ESMTP id CCEA98FC13 for ; Wed, 19 May 2010 05:54:59 +0000 (UTC) Received: from server.idefix.lan (ppp-93-104-49-59.dynamic.mnet-online.de [93.104.49.59]) (authenticated bits=0) by anny.lostinspace.de (8.14.3/8.14.3) with ESMTP id o4J5sikJ094196; Wed, 19 May 2010 07:54:49 +0200 (CEST) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (unknown [127.0.0.1]) by server.idefix.lan (Postfix) with ESMTP id 62DEA342F; Wed, 19 May 2010 07:56:35 +0200 (CEST) X-Virus-Scanned: amavisd-new at server.idefix.lan Received: from server.idefix.lan ([127.0.0.1]) by server.idefix.lan (server.idefix.lan [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bZEKFeJt5jkq; Wed, 19 May 2010 07:56:12 +0200 (CEST) Received: from matthias-fechners-macbook.local (tmo-098-209.customers.d1-online.com [80.187.98.209]) by server.idefix.lan (Postfix) with ESMTPA id BF8A43407; Wed, 19 May 2010 07:56:11 +0200 (CEST) Message-ID: <4BF37C42.3010705@fechner.net> Date: Wed, 19 May 2010 07:50:58 +0200 From: Matthias Fechner User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: Aiza References: <4BF26530.3080501@comclark.com> <4BF3543D.7070708@comclark.com> In-Reply-To: <4BF3543D.7070708@comclark.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.5 (anny.lostinspace.de [80.190.182.2]); Wed, 19 May 2010 07:54:49 +0200 (CEST) X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on anny.lostinspace.de Cc: freebsd-questions@freebsd.org Subject: Re: Apache web server being attacked X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2010 05:55:00 -0000 Hi, Am 19.05.10 05:00, schrieb Aiza: > Where do I find documentation on how to enable and use apache mods > rewrite and redirect? have you tried the apache.org website? There is a lot of information and examples available: http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html Also google helps a lot answering this questions or find examples. Bye, Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook