Date: Sat, 19 Apr 2014 19:46:04 +0300 From: "Reko Turja" <reko.turja@liukuma.net> To: <freebsd-questions@freebsd.org> Subject: Re: 10.0 + pkgng + php5 Message-ID: <0FD6AE70155945178C825F9EE96C131C@Rivendell> In-Reply-To: <53529FC4.8000004@FreeBSD.org> References: <53528F5D.4070504@a1poweruser.com> <53529FC4.8000004@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
-----Original Message----- From: Matthew Seaman >On 19/04/2014 15:59, Fbsd8 wrote: >> Under the pkgng system can not find basic php5 which used to be >> /lang/php5 under cvs. When I look at >> http://www.freebsd.org/cgi/ports.cgi?query=php5&stype=all&sektion=lang >> there is nothing but extensions. What I am looking for is php5 with the > Alternatively, try using nginx + php-fpm -- this runs your PHP code as > an FCGI application, which has a number of security advantages over the > traditional apache+mod_php 'run it in the process exposed on the net' > style. It's also blazingly fast... Or alternatively run PHP as fastcgi/fpm module under Apache. It's maybe not that fast as NGINX but performs decently enough with similar added security aspect (and you can run apache and php threaded without signal 11's then as well). In addition it has additional advantage of not having to adapt complex .htaccess scripts into NGINX config file format. -Reko
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0FD6AE70155945178C825F9EE96C131C>