From owner-freebsd-questions@FreeBSD.ORG Tue Feb 1 17:36:32 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 C331816A4CE for ; Tue, 1 Feb 2005 17:36:32 +0000 (GMT) Received: from mail-relay4.mirrorimage.net (mail-relay4.mirrorimage.net [209.58.140.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F9EA43D1F for ; Tue, 1 Feb 2005 17:36:32 +0000 (GMT) (envelope-from FreeBSD@keyslapper.net) Received: from localhost (unknown [10.10.4.59]) by mail-relay4.mirrorimage.net (Postfix) with SMTP id 7E29469259 for ; Tue, 1 Feb 2005 12:36:31 -0500 (EST) Received: by localhost (sSMTP sendmail emulation); Tue, 1 Feb 2005 12:36:47 -0500 Date: Tue, 1 Feb 2005 12:36:47 -0500 From: Louis LeBlanc To: freebsd-questions@freebsd.org Message-ID: <20050201173647.GB71726@keyslapper.net> Mail-Followup-To: freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="G4iJoqBmSsgzjUCe" Content-Disposition: inline In-Reply-To: X-PGP-Key: http://www.keyslapper.net/~leblanc/leblanc-at-keyslapper-net.asc User-Agent: Mutt/1.5.6i 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: freebsd-questions@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 17:36:32 -0000 --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline On 02/01/05 11:08 AM, Ken Hawkins sat at the `puter and typed: > 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? Configuration. If you installed from the ports, you need to install www/apache13-modssl or www/apache2, but other than that you probably have most of them built as modules that just need to be loaded. Check your config and make sure mod_info.c is loaded, then uncomment (and modify to your needs) the server-info section. Then just load http:///server-info in your browser. It'll tell you what modules are loaded and IIRC, what their configurations are. > 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. I don't think so, but you should at least back up any modified configs beforehand anyway. If something stops working, just reinstall it. > how can i find out all the flags that are available to set for > make/make install for the apache13 port? (rookie question) http://httpd.apache.org/docs/ for 1.3 or http://httpd.apache.org/docs-2.0/ for 2.0. The docs there are excellent - better than most open source projects in fact. There are also mailing lists that will focus a lot more on Apache per se than this list. Good luck Lou -- Louis LeBlanc FreeBSD-at-keyslapper-DOT-net Fully Funded Hobbyist, KeySlapper Extrordinaire :) This is a list only address, and the return address is a black hole! Send off-list email to: leblanc at keyslapper d.t net Key fingerprint = C5E7 4762 F071 CE3B ED51 4FB8 AF85 A2FE 80C8 D9A2 Performance: A statement of the speed at which a computer system works. Or rather, might work under certain circumstances. Or was rumored to be working over in Jersey about a month ago. --G4iJoqBmSsgzjUCe Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFB/74vr4Wi/oDI2aIRApdkAJ4svSdyluhq3wi225EijcA6ZBLEdACeKQ01 jLx9sSNMR5NdAhQL/FSfL8Q= =hHlf -----END PGP SIGNATURE----- --G4iJoqBmSsgzjUCe--