Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jul 2000 02:21:06 -0400
From:      David Banning <David@www3.pacific-pages.com>
To:        "Philip M. Gollucci" <gollucci@wam.umd.edu>, questions@freebsd.org
Subject:   Re: how to run php3 code using php4
Message-ID:  <397BE052.B98FBE7B@www3.pacific-pages.com>
References:  <Pine.GSO.4.21.0007240203510.4169-100000@rac1.wam.umd.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
Thanks... but all of a sudden my method works - thanks for the quick
response!


"Philip M. Gollucci" wrote:
> 
> You can compile apache so that php3 and php4 can be loaded as concurent
> modules.
> 
> see the INSTALL file for php-4.01pl2
> 
> in short (in php3 and in php4 subdirs)
> ./configure --enable-versioning --with-apxs=
> 
> in apache
> ./configure --activate-module=src/modules/php3/libphp3.a \
>             --activate-module=src/modules/php4/libphp4.a
> 
> *****************************************************************************
> Philip M. Gollucci
> E-mail      : gollucci@wam.umd.edu
>               Philip@p6m7g8.com
> Phone       : 301.249.6261
> Major       : Computer Science
>               Electrical Engineering
> Current Job : Co Science, Discovery, & the Universe Webmaster
> *****************************************************************************
> 
> On Mon, 24 Jul 2000, David Banning wrote:
> 
> > I have a large php3 application which is too hard to try and change all
> > the
> > file extensions from php3 to php.  Is there just a simple way to
> > configure
> > httpd.conf to execute php3?
> >
> > I tried changing;
> >
> > AddType application/x-httpd-php .php
> >
> > to
> >
> > AddType application/x-httpd-php .php .php3
> >
> > but that doesn't work.
> >
> >
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-questions" in the body of the message
> >

-- 
Blood flows down one leg and up the other.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?397BE052.B98FBE7B>