I'm migrating an application from httpd 2.2 to httpd 2.4, and the way client
authentication is configured for httpd 2.2 will not work for httpd 2.4 . The
application serves static files to thousands of different clients, each with
their own self signed certificates.
For httpd 2.2, set up was don
I have since found this link:
https://stackoverflow.com/questions/72020602/how-to-set-ld-preload-in-systemd
The difficulties getting LD_PRELOAD to work with systemd is discussed there,
and it said the wrapper approach was the solution. I had already tried the
other approaches discussed, with no
I am working on migrating an application to httpd 2.4 on AL2023. The
application uses client certificates, which will be expiring before they can
all be rotated with new expirations. I am attempting to configure httpd 2.4 to
continue requiring client certificates, but change the configuration t
I need an httpd change that committed to the project's source code repository
back on 2015-07-22 (
https://svn.apache.org/viewvc?view=revision&revision=1692258). I checked the
source tarball for the most current release, httpd 2.4.20, downloaded from
https://httpd.apache.org/download.cgi and it