[users@httpd] Re: Does ab have some sort of a slow start?

2021-03-12 Thread Reto Habluetzel
Answering my own question in case someone else comes across this issue. ab does indeed have this behavior. It starts the first connection and sends the request. Only once the header of that first response has been received, the other connections are initialized. Here's the relevant piece of co

[users@httpd] Distribution of workers between processes and threads

2021-03-12 Thread Nick Gearls
Hi everybody. I have a question about the distribution of workers between processes and threads. Let's say that I have a 12 core machine and that I want to server up to 300 parallel requests. I have the choice between, for instance, 10 processes with 30 threads or 30 processes with 10 threads

Re: [users@httpd] mod_md and DNS challenge

2021-03-12 Thread Clausen , Jörn
Hello! I would advise the following: - configure 'LogLevel md:trace2' to see all the details the module does until you have analyzed it - remove the "staging/foo+bar" folder with the failed attempt - reload your server mod_md will pick up that foo+bar needs renewal and you will see in the log