Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 2012 17:20:25 -0800
From:      Chuck Swiger <cswiger@mac.com>
To:        alexus <alexus@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: apache22 + php5 (package not ports) ~ spawn-fcgi ?
Message-ID:  <CE7203F4-DF96-44D5-A509-801E93370F60@mac.com>
In-Reply-To: <CAJxePNKk9Zna9mFoHqmfYHvGkkDLNGvh%2BUSpucb=3rS-xAHiwA@mail.gmail.com>
References:  <CAJxePNKk9Zna9mFoHqmfYHvGkkDLNGvh%2BUSpucb=3rS-xAHiwA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Feb 21, 2012, at 5:14 PM, alexus wrote:
> is there a way to make apache22 w/ php5 without using /usr/ports?

Yes, you could download and build the sources yourself without using ports.
It wouldn't be any faster or easier, though.

> just using pkg_add -r apache22 && pkg_add -r php5

No.  The precompiled php5 package doesn't come with mod_php Apache module,
in part because there are many apache versions against which it might be compiled.

> maybe through spawn-fcgi somehow?

I suppose, or just normal CGI mechanism.

> anyone have a good example/docs how to do it?

  http://www.fastcgi.com/drupal/node/6

Regards,
-- 
-Chuck




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CE7203F4-DF96-44D5-A509-801E93370F60>