From owner-freebsd-questions@FreeBSD.ORG Tue Feb 1 16:08:51 2005 Return-Path: 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 5CAFD16A4CF for ; Tue, 1 Feb 2005 16:08:51 +0000 (GMT) Received: from complex.heavybit.com (complex.heavybit.com [216.127.86.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE0A943D2D for ; Tue, 1 Feb 2005 16:08:50 +0000 (GMT) (envelope-from ken@rosewoodblues.com) Received: from [10.0.1.2] (c-24-98-140-190.atl.client2.attbi.com [24.98.140.190]) (authenticated) by complex.heavybit.com (8.11.6/8.11.6) with ESMTP id j11G8ol01524 for ; Tue, 1 Feb 2005 08:08:50 -0800 Mime-Version: 1.0 (Apple Message framework v619.2) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-questions@freebsd.org From: Ken Hawkins Date: Tue, 1 Feb 2005 11:08:46 -0500 X-Mailer: Apple Mail (2.619.2) Subject: how can i find out which modules are loaded in apache X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 16:08:51 -0000 I have installed apache13 and it is running however when i run; 'httpd -l' I see this: Compiled-in modules: http_core.c mod_so.c suexec: disabled; invalid wrapper /usr/local/sbin/suexec I am running as root on the box and am trying to make sure that mod_alias is part of apache. it looks like it is not however since their is a BIG hole in between _core.s and _so.c what is the easiest path to installing apache13 with ssl and mod_alias? I also have php4-pear, mysql, phpbb and phpmyadmin installed on the box so, will just make reinstal apache13 destroy all my settings here? I have to ask to make sure that I catch all the configuration files such as httpd.conf, php.ini, etc. how can i find out all the flags that are available to set for make/make install for the apache13 port? (rookie question) thanks, ken;