Re: [users@httpd] Is Apache 2.4.7 newer than 2.4.54

2022-10-25 Thread Mike Dewhirst
On 26/10/2022 12:45 pm, Frank Gingras wrote: You could temporarily increase your ThreadsPerChild, as 25 is extremely low and increases the chances of that bug occurring. Thanks Frank These are the adjustments I made ...     ThreadLimit 500 #64     ThreadsPerChi

Re: [users@httpd] Is Apache 2.4.7 newer than 2.4.54

2022-10-25 Thread Frank Gingras
You could temporarily increase your ThreadsPerChild, as 25 is extremely low and increases the chances of that bug occurring. I'd have to find out what fix applies to this bug, and why your installation is still vulnerable. Perhaps your distro used backports. On Tue, 25 Oct 2022 at 20:02, Mike Dew

Re: [users@httpd] specification of .htaccess

2022-10-25 Thread Frank Gingras
This is an extremely bad idea. Do you have access to your config files / the root user? If so, edit your vhost, and place your redirects in there instead. Such a large .htaccess file will perform very poorly. Further, avoid using mod_rewrite to redirect unless you have no choice. On Tue, 25 Oct

[users@httpd] specification of .htaccess

2022-10-25 Thread Yuji_myst
hello Please tell me the specification of .htaccess. Place .htaccess in the root directory of the website and set the redirect. We are considering setting more than 2000 redirects. Is there a limit on the number of redirect settings or .htaccess file size? I read the .htaccess documentation, bu

[users@httpd] Is Apache 2.4.7 newer than 2.4.54

2022-10-25 Thread Mike Dewhirst
My Apache 2.4.52 is crashing with a bug apparently eliminated in 2.4.7. Server Version: Apache/2.4.52 (Ubuntu 2022.04) OpenSSL/3.0.2 mod_wsgi/4.9.0 Python/3.10 Server MPM: event Server Built: 2022-06-14T12:30:21 DigitalOcean droplet 8GB memory, dedicated CPU. The log says ... [Mon Oct 24 04:5