From owner-freebsd-questions Tue Jul 23 14:34:17 2002 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 8979C37B400 for ; Tue, 23 Jul 2002 14:34:15 -0700 (PDT) Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8AD143E4A for ; Tue, 23 Jul 2002 14:34:14 -0700 (PDT) (envelope-from mailing_lists@devzerog.com) Received: from devzerog.com ([80.4.0.140]) by mta01-svc.ntlworld.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020723213413.WNH16050.mta01-svc.ntlworld.com@devzerog.com> for ; Tue, 23 Jul 2002 22:34:13 +0100 Message-ID: <3D3DCBF6.7060709@devzerog.com> Date: Tue, 23 Jul 2002 22:34:46 +0100 From: Dev Zero G Ltd User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@FreeBSD.org Subject: apache port, mod_jk, file locations Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am trying to make mod_jk2 for apache2 and tomcat4 (on FBSD 4.4). The problem is that when I install the Apache 2 port, it's (as most port of FreeBSD do) go into several directories: /usr/local/etc/rc.d/apache2.sh /usr/local/etc/apache2 /usr/local/include/apache2 /usr/local/lib/apache2 /usr/local/libexec/apache2 /usr/local/share/doc/apache2 /usr/local/share/apache2 And this is a problem because when building mod_jk2, I need to specify a directory for "apache2.home". Since there is no one home, what do you think this should be? I also need to specify: apache2.lib=${apache2.home}/lib is this "/usr/local/lib/apache2" in my case? Any advice, help, pointers towards help, etc - would be greatly appreciated!! Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message