summaryrefslogtreecommitdiff
path: root/modules/arch/unix
Commit message (Expand)AuthorAgeFilesLines
* Remove libsystemd dependency from main httpd binaryJoe Orton2022-04-121-0/+40
* mod_unixd: Make CoreDumpDirectory work for FreeBSD 11+. PR 65819.Yann Ylavic2022-01-201-0/+16
* * modules/arch/unix/config5.m4: Don't override enable_systemd, fixingJoe Orton2020-01-141-2/+1
* * modules/arch/unix/mod_systemd.c: Remove IdleShutdown feature whichJoe Orton2020-01-141-45/+2
* * modules/arch/unix/mod_systemd.c (systemd_pre_mpm, systemd_monitor):Joe Orton2018-09-111-27/+11
* * modules/arch/unix/mod_systemd.c (systemd_post_config): Fix systemdJoe Orton2018-09-111-0/+17
* Fix overriding ExtendedStatus to "off" with mod_systemd loaded, andJoe Orton2017-07-181-1/+17
* Added many log numbers to log statements thatRainer Jung2016-01-191-19/+19
* Hmmm... why did git miss this?Jim Jagielski2015-03-051-1/+1
* Follow up r1617201:Takashi Sato2014-08-191-1/+1
* mod_systemd: Use AP_SIG_GRACEFUL instead of SIGWINCH.Jan Kaluža2014-08-181-1/+2
* mod_systemd: Add IdleShutdown - number of seconds in idle-state after whichJan Kaluža2014-08-181-2/+47
* geteuid is always successful,Takashi Sato2014-08-111-2/+1
* unixd_drop_privileges and ap_unixd_setup_child are almost the same,Takashi Sato2014-08-111-53/+5
* * configure.in: Simplify/fix systemd detection: move later to fixJoe Orton2013-10-011-1/+1
* Add support for systemd socket activation to listener sockets.Paul Querna2013-08-061-2/+0
* required by eventoptJim Jagielski2012-11-141-0/+1
* Follow on to r1393976 and r1396424:Jeff Trawick2012-10-101-1/+1
* Follow up r1393976: Fix typo in enablement of mod_systemd that caused it to b...Jeff Trawick2012-10-101-2/+1
* * modules/arch/unix/mod_systemd.c (systemd_pre_mpm): Simplify codeJoe Orton2012-10-041-6/+2
* * modules/arch/unix/mod_systemd.c: New module.Joe Orton2012-10-042-0/+116
* Clarify code comment.Rainer Jung2012-08-201-1/+1
* suexec: Support use of setgid/setuid capability bits on Linux, aJoe Orton2012-05-231-1/+8
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-022-34/+34
* Only dump User/Group if DUMP_RUN_CFG is definedStefan Fritsch2011-10-091-0/+3
* Add -D DUMP_RUN_CFG option to dump some configuration itemsStefan Fritsch2011-10-091-1/+22
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-4/+4
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-1/+1
* suEXEC: Add Suexec directive to disable suEXEC without renaming theJeff Trawick2010-11-101-0/+33
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-062-2/+2
* more configure-time support for dynamically loadable MPMs:Jeff Trawick2009-11-031-5/+6
* Treat gid's identically to uid's for purposes of numeric formatting.William A. Rowe Jr2009-09-171-3/+3
* Always make mod_*.h files available where they exist, modpath by modpathWilliam A. Rowe Jr2009-08-281-0/+2
* Bring back OS/2 support.Brian Havard2009-08-261-1/+4
* Correctly set suexec_enabled when httpd is run by non-rootNick Kew2009-07-051-1/+2
* - use apr_strerror() instead of strerror()Rainer Jung2009-05-121-18/+21
* Whoops! cleanup r771144, which had some local/dev stuff left inNick Kew2009-05-031-16/+0
* mod_privileges: introduce PrivilegesMode: fast mode as before vs secureNick Kew2009-05-031-6/+182
* Core can specify a platform-specific rewrite args hook. Use that on Unix.Jeff Trawick2009-03-291-2/+1
* axe unmaintained 1.3-era code to support AUX, SunOS, IRIX, Next, Tandem, MPE, Jeff Trawick2009-03-271-31/+0
* remove TPF supportJeff Trawick2009-03-271-4/+0
* remove OS/2 platform supportJeff Trawick2009-03-261-4/+4
* The rewrite-args hook isn't available to MPM DSOs. Piggy-back on the Jeff Trawick2009-03-251-1/+2
* axe the remaining checks of AP_MPM_WANT_foo to see what code to generateJeff Trawick2009-03-241-4/+0
* Allow building httpd without a built-in MPM by specifyingJeff Trawick2009-03-241-2/+2
* use a local module header file to store the function prototypeRoy T. Fielding2009-01-312-1/+42
* name protect unixd_setup_child and restore its prototype to unixd.hRoy T. Fielding2009-01-301-1/+2
* Match up formats with args in error messages.Nick Kew2009-01-281-5/+5
* Silence compiler warning about unused variable cfg.Rainer Jung2009-01-041-2/+0
* vi broke event ;)Rainer Jung2009-01-031-1/+1