summaryrefslogtreecommitdiffstats
path: root/modules/metadata (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix format pattern (%lu => %APR_SIZE_T_FMT).Rainer Jung2017-10-161-2/+3
* PROXY protocol proposal correctionsMike Rumph2017-09-011-7/+5
* Fix remaning compilation warning when MIME_MAGIC_DEBUG is defined.Christophe Jaillet2017-08-191-12/+12
* Fix some compilation warning when MIME_MAGIC_DEBUG is defined.Christophe Jaillet2017-08-191-4/+4
* Remove empty line.Christophe Jaillet2017-05-221-1/+0
* When processing a 'SetEnv' directive, warn if the environment variable name i...Christophe Jaillet2017-05-191-0/+11
* Fix directive name in Christophe Jaillet2017-04-061-2/+2
* Rename RemoteIPProxyProtocolDisableHosts to RemoteIPProxyProtocolExceptionsDaniel Ruggeri2017-04-051-1/+1
* Update PROXY handling by removing Optional processingDaniel Ruggeri2017-04-011-174/+98
* Finally include feedback from Ruediger Pluem. Add slave "backoff" verified by...Daniel Ruggeri2017-03-251-3/+39
* * We can have expressions that become true if a regex pattern in the expressionRuediger Pluem2017-03-091-1/+11
* Change tactic for PROXY processing in Optional caseDaniel Ruggeri2017-02-041-54/+63
* * modules/metadata/mod_remoteip.c (register_hooks,Joe Orton2017-01-311-4/+5
* * modules/metadata/mod_remoteip.c: Fix GCC strict-aliasing warningJoe Orton2017-01-311-1/+8
* Set all read buckets aside in case we need to restore all during optional hea...Daniel Ruggeri2017-01-281-13/+18
* * Silence compiler warningRuediger Pluem2017-01-111-1/+1
* Reinsert attribution to mod_remoteip.c for PROXY protocolDaniel Ruggeri2016-12-311-0/+3
* On the trunk:Stefan Eissing2016-12-311-1/+1
* Move attribution for mod_remoteip RemoteIPProxyProtocol from file to CHANGESDaniel Ruggeri2016-12-311-3/+0
* Shorten RemoteIPProxyProtocolEnable to RemoteIPProxyProtocol and correct refe...Daniel Ruggeri2016-12-301-4/+4
* Merge new PROXY protocol code into mod_remoteipDaniel Ruggeri2016-12-301-2/+773
* mod_remoteip: Set useragent port to zero PR59931Eric Covener2016-12-291-0/+3
* Remove unnecessary apr_table_do() function castsJacob Champion2016-11-101-5/+6
* Fix spelling in comments and text files.Rainer Jung2016-08-113-3/+3
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-092-5/+5
* hostname: Test and log useragent_host per-request across various modules,William A. Rowe Jr2016-02-121-2/+1
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-232-5/+5
* Revert r1715789: will re-commit without spurious functional changes.Yann Ylavic2015-11-232-5/+5
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-232-5/+5
* Remove some useless 'return' statements.Christophe Jaillet2015-11-211-1/+1
* Remove some useless 'return' statements.Christophe Jaillet2015-11-211-1/+0
* Fix some style issues on files that can easily be synch'ed with 2.4.xChristophe Jaillet2015-09-301-1/+1
* Fix some spurious ident spotted by sparseChristophe Jaillet2015-08-311-2/+2
* s/\<\(\w\+\)\>\s\+\<\1\>/\1/gYann Ylavic2015-07-092-2/+2
* mod_remoteip: Use r->useragent_addr as the root trusted address for verifying.Jan Kaluža2015-06-301-1/+1
* Save a few bytes of memory. This can be done in temp_pool.Christophe Jaillet2014-05-231-4/+4
* Prevent an external proxy from presenting an internal proxyMike Rumph2014-04-171-1/+20
* mod_expires: don't add Expires header to error responses (4xx/5xx),Yann Ylavic2014-04-041-0/+6
* Use the correct IP addresses to populate the proxy_ips field Mike Rumph2014-02-041-2/+3
* Correct the trusted proxy match test in mod_remoteip. PR 54651.\n\nSubmitted ...Mike Rumph2014-02-031-2/+2
* This is annoying to see in a casual "LogLevel debug foo:traceX ..."Eric Covener2013-12-181-1/+1
* Ease logic around 'ap_getword_conf' and drop useless line of code.Christophe Jaillet2013-12-151-4/+1
* s/equivalant/equivalent/ in commentsChristophe Jaillet2013-12-131-1/+1
* Remove redundant checkChristophe Jaillet2013-12-131-1/+1
* s/ip/IP/ in commentsChristophe Jaillet2013-12-131-6/+5
* If the "value" argument is prefixed with expr=, parse it with ap_exprEric Covener2013-12-011-3/+32
* Allow for format specifiers to be used in the base substitution string for He...Daniel Ruggeri2013-10-251-12/+16
* add "Header note" which was the solution for two users this week on IRC.Eric Covener2013-09-081-3/+10
* * modules/metadata/mod_unique_id.c: Replace use of hostname + pid withJoe Orton2013-07-101-121/+29
* provide a simple (no <If>) way to set a header only if it's not already there.Eric Covener2013-06-251-2/+13