summaryrefslogtreecommitdiff
path: root/modules/arch
Commit message (Expand)AuthorAgeFilesLines
* mod_isapi: use consistent filenameEric Covener2022-06-011-2/+2
* 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
* r1876779 follow-up.Christophe Jaillet2020-04-211-2/+2
* Fix the way we are looking for "TLS/1.0" tokens.Christophe Jaillet2020-04-211-1/+1
* Add missing pool tags to help debugging.Yann Ylavic2020-04-161-0/+1
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-132-3/+3
* * 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
* Fix spelling in comments and text files.Rainer Jung2016-08-113-5/+5
* hostname: Test and log useragent_host per-request across various modules,William A. Rowe Jr2016-02-121-2/+1
* Added many log numbers to log statements thatRainer Jung2016-01-193-27/+27
* Added many log numbers to log statements thatRainer Jung2016-01-191-5/+5
* Save a few bytes in conf pool when processing 'NWSSLTrustedCerts'.Christophe Jaillet2015-12-221-2/+2
* Silent a sparse Warning.Christophe Jaillet2015-11-291-1/+2
* Fix some style issues on files that can easily be synch'ed with 2.4.xChristophe Jaillet2015-09-302-3/+5
* Hmmm... why did git miss this?Jim Jagielski2015-03-051-1/+1
* Concat string at compile time when possible.Christophe Jaillet2014-09-181-2/+2
* 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
* Add missing APLOGNO.Christophe Jaillet2014-07-201-12/+12
* Do not use deprecated define.Christophe Jaillet2014-07-191-1/+1
* s/equivalant/equivalent/ in commentsChristophe Jaillet2013-12-131-1/+1
* * 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
* gratuitous 8-bit char in a commentEric Covener2013-07-011-1/+1
* fix typoStefan Fritsch2013-06-101-1/+1
* Fixed a potential NULL pointer deference.Guenter Knauf2013-02-071-9/+10
* Style fixes - no code changes.Guenter Knauf2013-02-071-60/+75
* 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
* Code clean up (remove useless memory allocation) Stefan Fritsch2012-07-151-1/+1
* suexec: Support use of setgid/setuid capability bits on Linux, aJoe Orton2012-05-231-1/+8
* Further clarify the naming of the entity that originates the request byGraham Leggett2011-12-141-1/+1
* definAtelyJeff Trawick2011-12-121-1/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-026-70/+70
* Fix apr_status_t being passed as loglevelStefan Fritsch2011-12-021-1/+1
* Remove more log message prefixes that are now redundant as theStefan Fritsch2011-11-291-36/+36
* Introduce a per connection "peer_ip" and a per request "client_ip" toGraham Leggett2011-11-251-1/+1
* Introduce a per request version of the remote IP address, which can beGraham Leggett2011-11-221-2/+2