| Commit message (Expand) | Author | Age | Files | Lines |
* | * modules/arch/unix/config5.m4: Don't override enable_systemd, fixing | Joe Orton | 2020-01-14 | 1 | -2/+1 |
* | * modules/arch/unix/mod_systemd.c: Remove IdleShutdown feature which | Joe Orton | 2020-01-14 | 1 | -45/+2 |
* | * modules/arch/unix/mod_systemd.c (systemd_pre_mpm, systemd_monitor): | Joe Orton | 2018-09-11 | 1 | -27/+11 |
* | * modules/arch/unix/mod_systemd.c (systemd_post_config): Fix systemd | Joe Orton | 2018-09-11 | 1 | -0/+17 |
* | Fix overriding ExtendedStatus to "off" with mod_systemd loaded, and | Joe Orton | 2017-07-18 | 1 | -1/+17 |
* | Added many log numbers to log statements that | Rainer Jung | 2016-01-19 | 1 | -19/+19 |
* | Hmmm... why did git miss this? | Jim Jagielski | 2015-03-05 | 1 | -1/+1 |
* | Follow up r1617201: | Takashi Sato | 2014-08-19 | 1 | -1/+1 |
* | mod_systemd: Use AP_SIG_GRACEFUL instead of SIGWINCH. | Jan Kaluža | 2014-08-18 | 1 | -1/+2 |
* | mod_systemd: Add IdleShutdown - number of seconds in idle-state after which | Jan Kaluža | 2014-08-18 | 1 | -2/+47 |
* | geteuid is always successful, | Takashi Sato | 2014-08-11 | 1 | -2/+1 |
* | unixd_drop_privileges and ap_unixd_setup_child are almost the same, | Takashi Sato | 2014-08-11 | 1 | -53/+5 |
* | * configure.in: Simplify/fix systemd detection: move later to fix | Joe Orton | 2013-10-01 | 1 | -1/+1 |
* | Add support for systemd socket activation to listener sockets. | Paul Querna | 2013-08-06 | 1 | -2/+0 |
* | required by eventopt | Jim Jagielski | 2012-11-14 | 1 | -0/+1 |
* | Follow on to r1393976 and r1396424: | Jeff Trawick | 2012-10-10 | 1 | -1/+1 |
* | Follow up r1393976: Fix typo in enablement of mod_systemd that caused it to b... | Jeff Trawick | 2012-10-10 | 1 | -2/+1 |
* | * modules/arch/unix/mod_systemd.c (systemd_pre_mpm): Simplify code | Joe Orton | 2012-10-04 | 1 | -6/+2 |
* | * modules/arch/unix/mod_systemd.c: New module. | Joe Orton | 2012-10-04 | 2 | -0/+116 |
* | Clarify code comment. | Rainer Jung | 2012-08-20 | 1 | -1/+1 |
* | suexec: Support use of setgid/setuid capability bits on Linux, a | Joe Orton | 2012-05-23 | 1 | -1/+8 |
* | Add lots of unique tags to error log messages | Stefan Fritsch | 2011-12-03 | 2 | -34/+34 |
* | Only dump User/Group if DUMP_RUN_CFG is defined | Stefan Fritsch | 2011-10-09 | 1 | -0/+3 |
* | Add -D DUMP_RUN_CFG option to dump some configuration items | Stefan Fritsch | 2011-10-09 | 1 | -1/+22 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -4/+4 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -1/+1 |
* | suEXEC: Add Suexec directive to disable suEXEC without renaming the | Jeff Trawick | 2010-11-10 | 1 | -0/+33 |
* | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 2 | -2/+2 |
* | more configure-time support for dynamically loadable MPMs: | Jeff Trawick | 2009-11-03 | 1 | -5/+6 |
* | Treat gid's identically to uid's for purposes of numeric formatting. | William A. Rowe Jr | 2009-09-17 | 1 | -3/+3 |
* | Always make mod_*.h files available where they exist, modpath by modpath | William A. Rowe Jr | 2009-08-28 | 1 | -0/+2 |
* | Bring back OS/2 support. | Brian Havard | 2009-08-26 | 1 | -1/+4 |
* | Correctly set suexec_enabled when httpd is run by non-root | Nick Kew | 2009-07-06 | 1 | -1/+2 |
* | - use apr_strerror() instead of strerror() | Rainer Jung | 2009-05-12 | 1 | -18/+21 |
* | Whoops! cleanup r771144, which had some local/dev stuff left in | Nick Kew | 2009-05-04 | 1 | -16/+0 |
* | mod_privileges: introduce PrivilegesMode: fast mode as before vs secure | Nick Kew | 2009-05-04 | 1 | -6/+182 |
* | Core can specify a platform-specific rewrite args hook. Use that on Unix. | Jeff Trawick | 2009-03-29 | 1 | -2/+1 |
* | axe unmaintained 1.3-era code to support AUX, SunOS, IRIX, Next, Tandem, MPE, | Jeff Trawick | 2009-03-27 | 1 | -31/+0 |
* | remove TPF support | Jeff Trawick | 2009-03-27 | 1 | -4/+0 |
* | remove OS/2 platform support | Jeff Trawick | 2009-03-27 | 1 | -4/+4 |
* | The rewrite-args hook isn't available to MPM DSOs. Piggy-back on the | Jeff Trawick | 2009-03-25 | 1 | -1/+2 |
* | axe the remaining checks of AP_MPM_WANT_foo to see what code to generate | Jeff Trawick | 2009-03-24 | 1 | -4/+0 |
* | Allow building httpd without a built-in MPM by specifying | Jeff Trawick | 2009-03-24 | 1 | -2/+2 |
* | use a local module header file to store the function prototype | Roy T. Fielding | 2009-01-31 | 2 | -1/+42 |
* | name protect unixd_setup_child and restore its prototype to unixd.h | Roy T. Fielding | 2009-01-30 | 1 | -1/+2 |
* | Match up formats with args in error messages. | Nick Kew | 2009-01-28 | 1 | -5/+5 |
* | Silence compiler warning about unused variable cfg. | Rainer Jung | 2009-01-04 | 1 | -2/+0 |
* | vi broke event ;) | Rainer Jung | 2009-01-03 | 1 | -1/+1 |
* | Prevent empty test statement. | Rainer Jung | 2009-01-02 | 1 | -1/+1 |
* | Add a header check for priv.h to mod_privileges. | Rainer Jung | 2009-01-02 | 1 | -1/+7 |