Control Web Panel

WebPanel => Apache => Topic started by: ring_c on February 18, 2023, 08:05:12 PM

Title: Apache MPM configuration
Post by: ring_c on February 18, 2023, 08:05:12 PM
After running /scripts/apache_mpm_calculator where should I put its output?
Also, is it reliable?
Title: Re: Apache MPM configuration
Post by: overseer on March 09, 2023, 09:24:29 AM
I hear it's a good estimate -- so at least a good starting point and you can fine-tune from there.
/usr/local/apache/conf/httpd.conf is the whole shebang or you could put it in /usr/local/apache/conf.d/limits.conf or create your own conf file in /usr/local/apache/conf.d/
Title: Re: Apache MPM configuration
Post by: avijeet26 on March 09, 2023, 10:29:03 AM
https://www.techgeekbuzz.com/blog/nginx-vs-apache/
Title: Re: Apache MPM configuration
Post by: overseer on March 09, 2023, 03:41:27 PM
Yes, those comparisons are all well and good, but use whatever fits your use case. I have one server with 30+ customers on Apache, since it is normal and approachable to them and they can use .htaccess files. Another server is Nginx because it is about 5 sites under one customer and is heavily trafficked and tends to be PHP-heavy. Another server runs Apache for a single customer (1:1), running Magento. So use what fits best!