ithread+event mpm tips for a segfault free ride

2023-11-26 Thread Joe Schaefer
1. Never reap ithreads via modperl's Interpreter tune. Once modperl spins up a new ithread for capacity response, leave it alone until you logrotate httpd with a graceful restart. 2. Consistently Disable the use of per-request ENV vars populated by modperl. 3. Enjoy some high-performance efficie

Re: trouble with html form after Debian upgrade to Bookworm

2023-11-26 Thread Vincent Veyron
On Thu, 16 Nov 2023 01:43:16 +0100 "Vincent Veyron" wrote: Hi All, Following advice from Joe Schaefer, I compiled libapreq2 from subversion sources. Make install fails with : make: *** No rule to make target 'install'. Stop. (Unix build) So, I simply replaced the libapreq2.so.3.8.1 file pro