Re: Measuring nginx's efficiency

2017-06-29 Thread lists
't mean harmless forever.    Original Message   From: Lucas Rolff Sent: Thursday, June 29, 2017 10:44 AM To: nginx@nginx.org Reply To: nginx@nginx.org Subject: Re: Measuring nginx's efficiency If your current apache configuration serves static files via the php engine, then you're doing s

Re: Measuring nginx's efficiency

2017-06-29 Thread Lucas Rolff
> Well, this php-engine is built into apache itself Just because apache do have a built in PHP handler such as mod_dso doesn't mean it's actually used to serve static files ( I can tell you that the php engine is never hit if you serve static files) > Anyway, considering only this fact, such a

Re: Measuring nginx's efficiency

2017-06-29 Thread ST
> If your current apache configuration serves static files via the php engine, > then you're doing something very wrong. Well, this php-engine is built into apache itself... Anyway, considering only this fact, such a bad apache configuration should not be significantly slower than that of nginx?

Re: Measuring nginx's efficiency

2017-06-29 Thread Lucas Rolff
If your current apache configuration serves static files via the php engine, then you're doing something very wrong. You might or might not see any speed gain depending on your apache configuration, but you should see a big difference in the amount of resources used to serve traffic. As

Re: Measuring nginx's efficiency

2017-06-29 Thread ST
On Thu, 2017-06-29 at 16:16 +0300, Valentin V. Bartenev wrote: > On Thursday 29 June 2017 15:32:21 ST wrote: > > On Thu, 2017-06-29 at 15:09 +0300, Valentin V. Bartenev wrote: > > > On Thursday 29 June 2017 14:00:37 ST wrote: > > > > Hello, > > > > > > > > with your help I managed to configure

Re: Measuring nginx's efficiency

2017-06-29 Thread Valentin V. Bartenev
On Thursday 29 June 2017 15:32:21 ST wrote: > On Thu, 2017-06-29 at 15:09 +0300, Valentin V. Bartenev wrote: > > On Thursday 29 June 2017 14:00:37 ST wrote: > > > Hello, > > > > > > with your help I managed to configure nginx and our website now can be > > > accessed both - through apache and

Re: Measuring nginx's efficiency

2017-06-29 Thread ST
On Thu, 2017-06-29 at 15:09 +0300, Valentin V. Bartenev wrote: > On Thursday 29 June 2017 14:00:37 ST wrote: > > Hello, > > > > with your help I managed to configure nginx and our website now can be > > accessed both - through apache and nginx. > > > > Now, how can I prove to my boss that nginx

Re: Measuring nginx's efficiency

2017-06-29 Thread Valentin V. Bartenev
On Thursday 29 June 2017 14:00:37 ST wrote: > Hello, > > with your help I managed to configure nginx and our website now can be > accessed both - through apache and nginx. > > Now, how can I prove to my boss that nginx is more efficient than apache > to switch to it? How do I measure its