Re: [CentOS] Best way to set up for PHP websites

2010-12-19 Thread Nicolas Ross
This is not FOSS stuff, but something like ioncube might help you speed things up. http://www.ioncube.com/comments.php HTH You can also use xCache, we've had dramatsic performance improvement with it. From .12 s page load tome to 0.007 for some case. It was not druppal, but our

Re: [CentOS] Best way to set up for PHP websites

2010-12-18 Thread Rainer Duffner
Am 18.12.2010 um 02:12 schrieb Ruslan Sivak: Is there a how-to somewhere on getting php running with nginx? I would love to get that working. You need to compile php with fpm support. Then, in nginx, you basically say: server { listen *:80; server_name

Re: [CentOS] Best way to set up for PHP websites

2010-12-18 Thread Keith Roberts
On Fri, 17 Dec 2010, John R Pierce wrote: To: CentOS mailing list centos@centos.org From: John R Pierce pie...@hogranch.com Subject: Re: [CentOS] Best way to set up for PHP websites On 12/17/10 9:30 AM, Cia Watson wrote: I've never actually configured php, I just install the files

[CentOS] Best way to set up for PHP websites

2010-12-17 Thread Ruslan Sivak
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am looking to set up a CentOS server for hosting a high traffic PHP site (specifically Drupal 6). I am trying to figure out what's the best way of setting up PHP. The standard mod_php seems to not be a good solution, as it requires apache to be in

Re: [CentOS] Best way to set up for PHP websites

2010-12-17 Thread Rainer Duffner
Am 18.12.2010 um 01:09 schrieb Ruslan Sivak: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am looking to set up a CentOS server for hosting a high traffic PHP site (specifically Drupal 6). AFAIK, the optimal solution is to run the latest php5.3-series as php- fpm with NGINX. It

Re: [CentOS] Best way to set up for PHP websites

2010-12-17 Thread Ruslan Sivak
Is there a how-to somewhere on getting php running with nginx? I would love to get that working. I am already planning on using nginx as a front end to varnish for compression, and varnish for caching and load balancing. I just really want to get good performance out of the dynamic php part

Re: [CentOS] Best way to set up for PHP websites

2010-12-17 Thread Cia Watson
On Fri, 17 Dec 2010 19:09:44 -0500 Ruslan Sivak r...@vshift.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am looking to set up a CentOS server for hosting a high traffic PHP site (specifically Drupal 6). I am trying to figure out what's the best way of setting up PHP. The

Re: [CentOS] Best way to set up for PHP websites

2010-12-17 Thread John R Pierce
On 12/17/10 9:30 AM, Cia Watson wrote: I've never actually configured php, I just install the files (including php-mbstring), and create a user for mysql and extract the Drupal files to the docroot and I'm good to go. If it's a high-traffic site others may have more specifics about php to

Re: [CentOS] Best way to set up for PHP websites

2010-12-17 Thread Geoff Galitz
Is there a how-to somewhere on getting php running with nginx? I would love to get that working. http://wiki.nginx.org/PHPFcgiExample We have around a dozen systems running in this configuration and it works well. They are among our lowest maintenance and highest performing sites that