Re: [users@httpd] ./confgure syntax to create static binary and eliminate "Shared" modules?

2020-02-13 Thread edflecko .
Sure. This command: ./configure --disable-alias --disable-authn_file --disable-authn_core --disable-authz_host --disable-autoindex --disable-authz_groupfile --disable-authz_user --disable-authz_core --disable-access_compat --disable-auth_basic --disable-reqtimeout --disable-filter --disable-env --

Re: [users@httpd] ./confgure syntax to create static binary and eliminate "Shared" modules?

2020-02-13 Thread Robert Snakard
Please update with your findings! On Thu, Feb 13, 2020 at 8:55 AM edflecko . wrote: > Nick, > Thank you for your suggestion in my syntax; I'll try it out. > > The only reason I'm trying it this way is to compare both performance and > security of the default -vs compiled versions to see if there

Re: [users@httpd] ./confgure syntax to create static binary and eliminate "Shared" modules?

2020-02-13 Thread edflecko .
Nick, Thank you for your suggestion in my syntax; I'll try it out. The only reason I'm trying it this way is to compare both performance and security of the default -vs compiled versions to see if there are much, if any, noticeable differences. I', also trying to just learn the subtleties of compi

Re: [users@httpd] ./confgure syntax to create static binary and eliminate "Shared" modules?

2020-02-12 Thread Nick Kew
> 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

Re: [users@httpd] ./confgure syntax to create static binary and eliminate "Shared" modules?

2020-02-12 Thread edflecko .
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

Re: [users@httpd] ./confgure syntax to create static binary and eliminate "Shared" modules?

2020-02-12 Thread Will Fatherley
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

[users@httpd] ./confgure syntax to create static binary and eliminate "Shared" modules?

2020-02-12 Thread edflecko .
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