History log of /httpd/modules/arch/unix/config5.m4
Revision Date Author Comments Expand
11fa5ec4275e704b7c1930837ded3bd83fe75bc8 1664456 05-Mar-2015 jim

Hmmm... why did git miss this?

9591ec71b8911ecefbf6571333ff78fcb6efffa5 1528032 01-Oct-2013 jorton

* configure.in: Simplify/fix systemd detection: move later to fix autoconf warnings; define HAVE_SYSTEMD rather than using CPPFLAGS. * server/listen.c: Use HAVE_SYSTEMD for systemd #define. * modules/arch/unix/config5.m4: Update systemd headers check.

77e0c54d01cb01e700e939a78afa49a7aa1e2275 1511033 06-Aug-2013 pquerna

Add support for systemd socket activation to listener sockets.

827a67de87b46bc7d535111c29faa4c70ffd088b 1409295 14-Nov-2012 jim

required by eventopt

739cc2257378b5b9092669d142dbf5d41b6f75b7 1396440 10-Oct-2012 trawick

Follow on to r1393976 and r1396424: mod_systemd: Specify "all" instead of "yes" (on Unix) so that APACHE_MODULE doesn't act as if the user requested it. General: Fix APACHE_MODULE so that failed prereqs will disable a module unless the user requested it explicitly. Result: By default systemd will be enabled where it actually works and disabled otherwise, but if the user requests it and the prereqs fail then configure will halt.

dfd6fecb529a84e88c966ac369d2d6517c79f552 1396424 10-Oct-2012 trawick

Follow up r1393976: Fix typo in enablement of mod_systemd that caused it to be enabled on non-Unix

85eacfc96a04547ef25aabbc06440039715084c2 1393976 04-Oct-2012 jorton

* modules/arch/unix/mod_systemd.c: New module. Submitted by: Jan Kaluza <jkaluza redhat.com>

125681776870ca1c5f5db07ae7b32540ee44e2f9 832228 03-Nov-2009 trawick

more configure-time support for dynamically loadable MPMs: . axe --with-mpm="shared" hack, replace with --enable-mpms-shared={all|list} . replace singular MPM_NAME with access to the list of enabled MPMs . replace singular MPM_SUBDIR with list MPM_SUBDIRS . enable OS/2 MPM in same manner as others with configure support instead of hard-coding in configure.in Current state: MPMs are built as static archives (but not linked to httpd) with --enable-mpms-shared, so they still have to be built with apxs to load dynamically.

3a330c2331fc04f7d3f0ce7741bb52b5823f97e1 808722 28-Aug-2009 wrowe

Always make mod_*.h files available where they exist, modpath by modpath

07ad9cf42d79c91e9040820317fc3bec0f9f23b1 757999 24-Mar-2009 trawick

Allow building httpd without a built-in MPM by specifying --with-mpm=shared on configure. When built thusly, an MPM should be loaded via LoadModule. (Currently you need to build the MPM with apxs.)

69f7f339ef85c40b438d72a7ee0b15f4f1497b6a 731073 03-Jan-2009 rjung

vi broke event ;)

5c67911839826e203af5c50371a11c5386564187 730800 02-Jan-2009 rjung

Prevent empty test statement.

a562d978b60607b871bf0ac1e310b8dafa2bde5c 730718 02-Jan-2009 rjung

Add a header check for priv.h to mod_privileges.

5db2a8b4c2f333c3a1f2effc4c78d0c66c59222d 714007 14-Nov-2008 rpluem

* Don't build mod_privileges by default.

4837028bafee886de6e5d4fa79eaa4e13899e9bc 713961 14-Nov-2008 niq

Introduce mod_privileges: a platform-specific module offering enhanced security and a (limited) solution to the "perchild" problem.

e5dacd2210adbff5821d03ed17ecb07e09afa56c 711268 04-Nov-2008 rpluem

* We now need mod_unixd for worker, prefork and event as well.

f9af124a77ad63da1b053b6d7adee0e4137ead4f 709055 30-Oct-2008 pquerna

Add mod_unixd to build, update svn:ignore.