From owner-freebsd-questions@FreeBSD.ORG Fri May 2 14:20:44 2003 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 2F9F437B401 for ; Fri, 2 May 2003 14:20:44 -0700 (PDT) Received: from uccinc.net (ns1.uccinc.net [216.161.174.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AE6343FBF for ; Fri, 2 May 2003 14:20:42 -0700 (PDT) (envelope-from tom@openadventures.org) Received: from openadventures.org (ns3.uccinet.net [216.161.174.4]) by uccinc.net (8.11.6/linuxconf) with ESMTP id h42LKF814795; Fri, 2 May 2003 14:20:15 -0700 Message-ID: <3EB2E104.2070906@openadventures.org> Date: Fri, 02 May 2003 14:20:04 -0700 From: Tom Smith User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jim Pazarena References: <20030502203705.GA46928@qcislands.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean cc: freebsd-questions Subject: Re: apache / mod_ssl / mod_php4 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: Fri, 02 May 2003 21:20:44 -0000 I've got this same setup running just fine. Install apache+mod_ssl. If there are any dependencies (and there will be) make will download them--so, make sure you have a live net connection. Do the same for php4. When you run make, it'll prompt you for the options you want to compile into it. After compiling each one, it'll tell you what, if anything, you need to add to /usr/local/etc/apache/httpd.conf--you will have to modify it for php4 to work correctly. As I recall, there are only two lines that need to be added to httpd.conf for php4. Tom Jim Pazarena wrote: >Is there any advantage to installing apache+mod_ssl from the ports? > >Can I simply use the packages installation and select > apache+mod_ssl 1.3.27 + 2.8.12 > >and then select > mod_php4 ?? > >is there any documentation describing how to do this reliably & effectively ? > > >