From owner-freebsd-questions@FreeBSD.ORG Sat Apr 22 16:14:31 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1989B16A409 for ; Sat, 22 Apr 2006 16:14:31 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07D5543D4C for ; Sat, 22 Apr 2006 16:14:29 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by nz-out-0102.google.com with SMTP id i28so600998nzi for ; Sat, 22 Apr 2006 09:14:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pvUxPLiluIUObhNC8bKMIjLED8xGHolLFaW88bI4iRHh5N9ZCO/hEKUL5PzbW1m5qCV2bDCwqGjkd9ZNmFcbc7De/vMonQAC8x/IhR/ZZKbDYJX9qgZ8CeyklpptxhBlJeSlBXR9GGK1wHStzgJj95V3iBHLo7QkLiZnLA1NTJM= Received: by 10.37.21.28 with SMTP id y28mr4051132nzi; Sat, 22 Apr 2006 09:14:29 -0700 (PDT) Received: by 10.37.22.74 with HTTP; Sat, 22 Apr 2006 09:14:29 -0700 (PDT) Message-ID: Date: Sat, 22 Apr 2006 20:14:29 +0400 From: "Andrew Pantyukhin" To: fbsd@a1poweruser.com In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: FreeBSD Questions Subject: Re: Apache port included dso modules 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: Sat, 22 Apr 2006 16:14:31 -0000 On 4/22/06, fbsd wrote: > In the hpptd.conf file their are a bunch of DSO modules being > included. > > Are these required by Apache to run? > > The only one I know for sure I am using is the PHP4 one. > > Can I comment the rest out to disable them as I considerer > anything I am not really using as possible security leaks? > > Is there documentation on what these DSO modules do and how to use > them? > > _______________________________________________ > 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" > It's a very good idea to turn off everything you don't need on a production server. The default set up is not an outright security leak, though. Memory consumption is of a much more realistic importance. http://httpd.apache.org/docs/2.2/mod/