summaryrefslogtreecommitdiff
path: root/modules/proxy/mod_proxy_fcgi.c
Commit message (Expand)AuthorAgeFilesLines
* mod_proxy: Check for space/ctrls in nocanon path/urls before forwarding.Yann Ylavic2023-03-311-2/+13
* * Whitespace fixes. No functional change.Ruediger Pluem2023-03-221-1/+1
* Do not double encode encoded slashesRuediger Pluem2023-03-131-2/+5
* mod_proxy: Don't decode r->uri and reencode in r->filename for mapping=encoded.Yann Ylavic2023-03-021-2/+3
* mod_proxy_fcgi: follow up to r1884068 and r1884069.Yann Ylavic2020-12-031-6/+11
* mod_proxy_fcgi: follow up to r1884068.Yann Ylavic2020-12-031-34/+83
* mod_proxy_fcgi: Honor "SetEnv proxy-sendcl".Yann Ylavic2020-12-031-7/+72
* lognosEric Covener2020-05-161-1/+1
* PR 64365: proxy_fcgi doesn't check expression before unsetting varEric Covener2020-05-161-6/+17
* Add missing pool tags to help debugging.Yann Ylavic2020-04-161-0/+1
* PR63628: individual status codes for ProxyErrorOverride.Eric Covener2020-04-111-2/+1
* mod_proxy_fcgi: prioritize the check for mayflush when using flushpacketsLuca Toscano2018-02-111-4/+4
* mod_proxy_fcgi: follow up to r1807876.Yann Ylavic2017-09-111-1/+1
* mod_proxy_fcgi: limit the flush buckets inserted when flushpackets=on|autoLuca Toscano2017-09-091-4/+8
* Fix a compilation warning introduced by r1802040.Christophe Jaillet2017-08-191-1/+1
* mod_proxy_fcgi: Add the support for mod_proxy'sLuca Toscano2017-07-161-0/+22
* proxy_fcgi: remove FPM-specific logicJacob Champion2017-06-291-32/+0
* whitespace and match 2.4.xEric Covener2017-06-051-1/+1
* Remove a space to synch with 2.4.x.Christophe Jaillet2017-05-011-1/+1
* drop the longhand versionEric Covener2017-03-221-1/+1
* Follow up to r1780327 and r1780329: mute update-log-tags.Yann Ylavic2017-02-201-3/+3
* ProxyFCGISetEnvIf: reject invalid invocations, streamline unsetsJacob Champion2017-02-101-16/+33
* support unsetting varsEric Covener2017-02-101-1/+6
* mod_proxy_fcgi: allow setting empty variables in ProxyFCGISetEnvIfJacob Champion2017-02-091-1/+6
* mod_proxy_fcgi: fix spelling in APLOG_INFO messageJacob Champion2017-02-091-1/+1
* Allow final admin-level fine-tuningJim Jagielski2017-02-091-1/+3
* Remove trailing whitespace : no functional changeJim Jagielski2017-02-081-47/+47
* Follow up to r1782164: fix typo (closing double-quote).Yann Ylavic2017-02-081-1/+1
* Logging updateJim Jagielski2017-02-081-1/+4
* add ProxyFCGISetEnvIfEric Covener2017-02-011-0/+80
* debuggingJim Jagielski2017-01-261-0/+3
* Adjust as neededJim Jagielski2017-01-261-0/+20
* debugJim Jagielski2017-01-261-0/+6
* Follow-up to r1778350Christophe Jaillet2017-01-131-10/+5
* PR60576: php-fpm broken w/ per-dir rewritesEric Covener2017-01-111-11/+88
* Return HTTP 504 rather than 503 when a proxy timeout is hit.Luca Toscano2016-12-231-0/+3
* Fix stupid mistake introduced in r1759984Luca Toscano2016-09-091-1/+1
* mod_proxy_fcgi: handle the HTTP 412 use caseLuca Toscano2016-09-091-4/+8
* mod_proxy_fcgi: revert r1756187.Yann Ylavic2016-08-211-0/+10
* mod_proxy_fcgi: forcing proxy_conn->close here is useless, same is doneYann Ylavic2016-08-121-10/+0
* [mod_proxy_]http: follow up to r1750392.Yann Ylavic2016-08-121-4/+4
* Revert r1756064 and r1756060 until fixed (tests framework passes).Yann Ylavic2016-08-111-14/+14
* [mod_proxy_]http: follow up to r1750392.Yann Ylavic2016-08-111-14/+14
* Revert r1755930: actually what'd be read after AP_FCGI_END_REQUEST is padding,Yann Ylavic2016-08-111-5/+5
* mod_{proxy,authnz}_fcgi: follow up to r1750392.Yann Ylavic2016-08-111-5/+5
* Revert r1754732,r1754734,r1754736 after a conversation on dev@ and IRC.Luca Toscano2016-08-021-18/+7
* Changed the code comments to be more clear a fixed a typo (will be more caref...Luca Toscano2016-08-011-6/+5
* Fixed a typo introduced by my previous commit, really sorry about itLuca Toscano2016-08-011-1/+1
* Skip message-body with HTTP 304 responses and mod_proxy_fcgi with no conn reuse.Luca Toscano2016-08-011-8/+20
* mod_proxy_fcgi: avoid loops serving proxied error documentsLuca Toscano2016-07-181-2/+2