Date: Fri, 12 Feb 1999 15:54:55 +0100 From: Dirk Froemberg <dirk@FreeBSD.ORG> To: Branko Kmetec <brane@mra.si> Cc: Alessandro Scoscia <alessand@relay.bartoli.it>, ports@FreeBSD.ORG Subject: Re: Apache-ssl & PHP support Message-ID: <19990212155455.A12557@physik.TU-Berlin.DE> In-Reply-To: <Pine.BSF.3.96.990212131800.2188A-100000@frida.mra.si>; from Branko Kmetec on Fri, Feb 12, 1999 at 01:40:28PM %2B0100 References: <Pine.BSF.3.96.990212114532.2553A-100000@relay.bartoli.it> <Pine.BSF.3.96.990212131800.2188A-100000@frida.mra.si>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi! The apache13-php3 ports exactly fits your needs. It has support for SSL and a lot of other stuff (databases, ...). Best regards Dirk On Fri, Feb 12, 1999 at 01:40:28PM +0100, Branko Kmetec wrote: > 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? -- e-mail: dirk@FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990212155455.A12557>