> On 12 Feb 2020, at 20:13, edflecko . wrote:
>
> I'm trying to learn how to compile Apache 2.4.41 to include all of my modules
> as static and not shared,
Any strong reason for that? A Good Reason might be that you're building for
some
specialist (perhaps IoT) device. Bad reasons might b
Hi, guys:
I saw httpd has already upgrade to 2.4.41, which version supports TLS1.3.
At the same time ab till stuck at version 2.3, which version doesn't support
TLS1.3.
Here is the question, with out ab how can I get the benchmark of httpd?
BRs/Thx
Will,
Thanks for your input.
I should have mentioned that I'm using CentOS 7 and "a2dismod" isn't
available. However, like I said, I'd like to know how to disable (i.e.,
remove) the "Shared" modules when configuring from source.
Ed
A blunt but otherwise reasonable way to handle this situation is to run
configure w/o any disable flags, and then just use the `a2dismod` command
at some point after the config steps on the shared mods
On Wed, Feb 12, 2020 at 3:13 PM edflecko . wrote:
> I'm trying to learn how to compile Apache
I'm trying to learn how to compile Apache 2.4.41 to include all of my
modules as static and not shared, but I'm having no success.
Here's my configure command:
./configure --disable-mod_alias --disable-mod_authn_file
--disable-mod_authn_core --disable-mod_authz_host --disable-mod_autoindex
--disa