*Please excuse my laziness* - because I am sure there is a way to get all
modules activated in both 2.2.X and 2.4.X - only that they are slightly
different - and I am sure you have documented it somewhere (and even
mentioned it (that there are differences such as ...) in passing in
previous replies)

For 2.2.X I use:
 $ ./configure CFLAGS=-O2 --enable-layout=AIX
--with-apr=/opt/bin/apr-1-config --with-apr-util=/opt/bin/apu-1-config
--with-mpm=worker --enable-ssl --enable-mods-shared=all

But this does not seem to get the mod_proxy, and likely other, mods built.

For 2.4.X I use:
  $ ./configure --enable-layout=AIX --with-apr=/opt/bin/apr-1-config
--with-apr-util=/opt/bin/apu-1-config --enable-mpms-shared=all
--enable-mods-shared=all --enable-load-all-modules --disable-lua

(Note: the --enable-load-all-modules is there for testing)

Apparently, my assumption that --enable-mods-shared=all would get all mods
built and ready for LoadModule is incorrect.

Thanks for clarification!

Michael

Reply via email to