From owner-freebsd-questions@FreeBSD.ORG Sat Apr 9 18:44:43 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 496EE16A4CE for ; Sat, 9 Apr 2005 18:44:43 +0000 (GMT) Received: from fusion.vilot.net (vilot.com [64.246.32.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id E35A643D2D for ; Sat, 9 Apr 2005 18:44:42 +0000 (GMT) (envelope-from tom@vilot.com) Received: from [192.168.0.5] (c-67-174-105-242.hsd1.co.comcast.net [67.174.105.242]) (authenticated bits=0) by fusion.vilot.net (8.13.3/8.12.9) with ESMTP id j39IifGv001058 for ; Sat, 9 Apr 2005 13:44:42 -0500 (CDT) (envelope-from tom@vilot.com) Message-ID: <42582294.3050406@vilot.com> Date: Sat, 09 Apr 2005 12:44:36 -0600 From: Tom Vilot User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050330) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Very confused 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: Sat, 09 Apr 2005 18:44:43 -0000 apache and the ports tree I find a bit confusing. I want: Apache with mod_perl and mod_ssl. I had apache with mod_ssl by installing apach13-modssl. But I kinda need mod_perl compiled in statically. If I deinstall apache13-modssl, and then install apache13-modperl, I don't have mod_ssl anymore. How do I install JUST mod_ssl? Or ... more specifically ... how do I install both? httpd -l Compiled-in modules: http_core.c mod_so.c mod_perl.c