Subject: Re: How to make PHP work in Apache?
To: Carsten Pache <newsabo@gmx.info>
From: Andy Ruhl <acruhl@gmail.com>
List: port-cobalt
Date: 04/08/2005 05:56:54
On Apr 8, 2005 2:08 AM, Carsten Pache <newsabo@gmx.info> wrote:
> Hi folks,
> 
> I installed Apache 2.0.53 and PHP 5.0.3 from pkgsrc (make, make
> install). Apache works, but how do I include PHP? So far I only worked
> with a LAMP installation where everything was setup automatically.
> 
> Any hints?

Install /usr/pkgsrc/www/ap-php/

There should be a message about how you need to configure apache to
make it work.

I used to have to hand edit php.ini to make it work with other plugins
like postgresql or mysql, but I don't think you have to do that
anymore (that's only if you want to use those).

Andy