From owner-freebsd-questions@FreeBSD.ORG Tue Feb 1 17:48:57 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 70DA816A4CE for ; Tue, 1 Feb 2005 17:48:57 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1B8743D39 for ; Tue, 1 Feb 2005 17:48:54 +0000 (GMT) (envelope-from cmorland@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so401331wri for ; Tue, 01 Feb 2005 09:48:50 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=gRjSS00+4dWFUwk1jfvffOhZ7w0UoHT8IxI58HeKsCxuYEGjQgMK3FKueRc8Y1P9EkP9EcT6LobJERI2v8Ibxt3xld+2EWHULbZtGsnmFy3jblVHBJB0RNNIPF4OK0wBCyqIUi8UfZreRJzJiFOsaWg9oJOMCZnQK6F/u1vURMY= Received: by 10.54.54.53 with SMTP id c53mr2896wra; Tue, 01 Feb 2005 09:22:10 -0800 (PST) Received: by 10.54.28.52 with HTTP; Tue, 1 Feb 2005 09:21:43 -0800 (PST) Message-ID: <8ca9329050201092176337b52@mail.gmail.com> Date: Tue, 1 Feb 2005 12:21:43 -0500 From: Chad Morland To: Ken Hawkins In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: cc: freebsd-questions@freebsd.org Subject: Re: 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 Reply-To: Chad Morland List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 17:48:57 -0000 httpd -l will only show you the compiled in modules. If you built your other modules as DSOs then you will not see them listed. The easiest way to see what modules you are using is the LoadModule directive in httpd.conf. To see what options apache was compiled with, if you still have the source lying around you can look at config.cache and that should show you what options apache was built with. If you rebuild your apache, it will not overwrite your current httpd.conf if it detects one. On Tue, 1 Feb 2005 11:08:46 -0500, Ken Hawkins wrote: > 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; > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >