'Compile Apache without SSL
Without going into reasons why, I need to compile Apache on Redhat without OpenSSL. I am using the following to compile Apache 2.4.53
./configure --prefix=/opt/app/apache2453 --enable-so --enable-cgi --enable-info --enable-rewrite --enable-speling --enable-usertrack --enable-deflate \
--enable-mime-magic --enable-modules=all --enable-mods-shared=all --with-included-apr
When I start up Apache, I see the following in the log:
Apache/2.4.53 (Unix) PHP/8.1.4 OpenSSL/1.0.2k-fips configured
I need to ensure that OpenSSL is not included.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
