From owner-freebsd-ports Fri Feb 12 04:44:48 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA05042 for freebsd-ports-outgoing; Fri, 12 Feb 1999 04:44:48 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from frida.mra.si ([193.2.116.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA05022 for ; Fri, 12 Feb 1999 04:44:34 -0800 (PST) (envelope-from brane@frida.mra.si) Received: from localhost (brane@localhost) by frida.mra.si (8.8.8/8.8.8) with SMTP id NAA05460; Fri, 12 Feb 1999 13:40:28 +0100 (CET) (envelope-from brane@frida.mra.si) Date: Fri, 12 Feb 1999 13:40:28 +0100 (CET) From: Branko Kmetec To: Alessandro Scoscia cc: ports@FreeBSD.ORG Subject: Re: Apache-ssl & PHP support In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org As I know there doesn't exist any port for apache with ssl and php3. You should download next sources: apache-1.3.x.tar.gz SSleay-0.9.0b mod_ssl for apache 1.3.x(version depends on Apache) php-3.0.6 other software you would like to use with php (I use mysql, imap-uw and openldap) I suggest that you upgrade to 2.2.8 or 3.1 - download software - install SSLeay (easy through the ports) and other software that you'll use with php - put sources in the same directory tar xvzf apache.tar.gz tar xvzf mod_ssl tar xvzf php3.tar.gz cd apache ./configure --prefix=/usr/local/www (or some other directory) cd mod_ssl ./configure --with-apache=../apache cd php ./configure --with-apache=../apache --with-mysql --with-ldap --with-imap --enble-track-vars (for options ldap, mysql, imap and others check www.php.net and copy some files as for imap, maybe you'll have add a base directory for aplication --with-ldap=/usr/local; if the software is installed with ports, than /usr/local will be fine) make make install cd apache SSL_BASE=/usr/local ./configure --prefix=/usr/local/www --enable-module=ssl --activate-module=src/modules/php3/libphp3.a make make certificate (for your server certificate you'll have to input some information) make install configure httpd.conf upon your needs add line to httpd.conf: AddType application/x-httpd-php3 .php3 start apache: /usr/local/www/sbin/apachetl startssl that should work In case of problems check INSTALL files in install directories from mod_ssl and php Brane On Fri, 12 Feb 1999, Alessandro Scoscia wrote: > Hi, > excuse for my English! > I would know if there is a precompiled version of apache-ssl whit PHP > support for PC platfom (FreeBSD 2.2.5). > > If there is'nt, which sources I need? And how I can compile it? > > Thank you, > Alessandro. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message