Re: [users@httpd] Improve memory use [EXT]

2021-06-14 Thread Marc Serra
Thank's James, 99% of the hosted content is static. I think it's time to migrate to MPM event. Thank's again. Missatge de James Smith del dia dl., 14 de juny 2021 a les 11:21: > Yes the answer is almost certainly to do with the number of domains/size > of code – even if all the sites are runni

Re: [users@httpd] [External] Re: [users@httpd] Struggling with "decryption failed or bad record mac" error

2021-06-14 Thread Daniel Ferradal
Hello, Perhaps you could try specifying only RSA ciphers just as a test. Most times I have found issues with old clients, specially java 1.6 ones and older they have issues with all sorts of Diffie Hellman exchanges. On another note, openssl 1.0.2 is EOL , perhaps you should try to compile 1.1.1

RE: [users@httpd] Improve memory use [EXT]

2021-06-14 Thread James Smith
Yes the answer is almost certainly to do with the number of domains/size of code – even if all the sites are running the same code – they are likely to have different copies of it (unless they are all running the exact same copy of the code – and using a name based switch somewhere in it) There

[users@httpd] Improve memory use

2021-06-14 Thread Marc Serra
Hi again, I got an old Ubuntu server 16.04 with apache 2.4.18 serving 140 different domains. The server has 8 vCPUs and 16GB of memory. It's a virtual server hosted in Digital Ocean. As you can see above, the average memory use per apache process is 93MB. It's possible to improve that? If not,