On 5 March 2013 15:13, Paul Reinheimer <preinhei...@gmail.com> wrote:
> How many servers do you deploy code to > Does this need a dev/test/prod split? I think this question should specifically address production servers only. (I'm not sure how this answer steers PHP as a language, but it might be > useful for trends over time?) > What server do you use in production: > - Apache > - IIS > - nginx > There's quite a few alternatives not on this list, and I think it does influence development a little. Servers like nginx, litespeed, cherokee and hiawatha (to name a few) are almost certainly using FPM, and certainly not using the apache module. Maybe a better question would be which SAPI is used in production?