summaryrefslogtreecommitdiff
path: root/modules/mappers
Commit message (Expand)AuthorAgeFilesLines
* * Add server directory to include path as mod_rewrite requires test_char.h.Ruediger Pluem2023-04-191-0/+5
* mod_alias: When an alias is declared inside a Location, make sureGraham Leggett2023-04-141-0/+16
* fix regression in 2.4.56Eric Covener2023-03-301-0/+1
* mod_rewrite: Follow up to r1908347: Use [B, BNE=...] rather than [B=...,BNEG].Yann Ylavic2023-03-131-11/+23
* mod_rewrite: New BNEG flag to negate B=, BCTLS and B= not mutually exclusive.Yann Ylavic2023-03-131-33/+16
* add [BCTLS] alternative to [B] for 2.4.56 problemsEric Covener2023-03-111-7/+24
* followup to r1908296: only for redirectsEric Covener2023-03-111-2/+1
* allow decoded chars when they will be escapedEric Covener2023-03-111-18/+27
* avoid delimiting the query with a backreferenceEric Covener2023-03-051-13/+33
* don't forward invalid query stringsEric Covener2023-03-051-0/+22
* mod_rewrite: URI-to-filename rewrites to transparently handle proxy mappings.Yann Ylavic2022-03-011-8/+30
* followup to r1894456: use a DirectorySlash argument insteadEric Covener2021-10-221-22/+28
* add DirectorySlashNotFound to silence scannersEric Covener2021-10-211-0/+17
* * Good catch by Yann: This is dead codeRuediger Pluem2021-10-081-3/+0
* * Make aliases more robust against potential traversal attacks, by usingRuediger Pluem2021-10-081-6/+42
* mod_rewrite: Follow up to r1893519: Handle potential "unix://[authority]/".Yann Ylavic2021-09-231-1/+1
* mod_rewrite: Fix UDS ("unix:") scheme for [P] rules. PR 57691 + 65590.Yann Ylavic2021-09-221-0/+7
* Add log tags.Graham Leggett2021-06-241-1/+1
* dbm: Split the loading of a dbm driver from the opening of a dbm file. WhenGraham Leggett2021-06-241-0/+26
* *) core: provide ap_ssl_* functions in new http_ssl.h header file.Stefan Eissing2021-03-261-0/+1
* Using the new ap_ssl_conn_is_ssl() and ap_ssl_var_lookup() in all internal mo...Stefan Eissing2021-03-091-10/+3
* * modules/mappers/mod_rewrite.c: Remove unused MAX_COOKIE_LEN.Joe Orton2020-12-161-4/+0
* Save a few cycles.Christophe Jaillet2020-11-141-6/+4
* Fix a few warnings on 64 bits windows compilationChristophe Jaillet2020-08-291-1/+1
* samesite: fix check for 0, add "false" alternative.Eric Covener2020-08-281-1/+1
* core,modules: provide/use ap_parse_strict_length() helper.Yann Ylavic2020-05-201-5/+3
* Add missing pool tags to help debugging.Yann Ylavic2020-04-162-0/+4
* remove unused headersGiovanni Bechis2020-03-091-11/+0
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-1/+1
* add SameSite to RewriteRule ... ... [CO]Eric Covener2020-02-081-0/+7
* PR62989: DOCTYPE tags in server-generated HTML. Eric Covener2020-01-311-1/+1
* * modules/mappers/mod_rewrite.c: Enhance trace-level logging to logJoe Orton2019-09-131-166/+205
* followup to r1861542: return early from error pathEric Covener2019-06-181-2/+2
* add RedirectRelative directive to allow relative Redirect targetsEric Covener2019-06-171-47/+61
* style: cmd_rec at the bottomEric Covener2019-06-171-27/+28
* LanguagePriority should be case-insensitive in order to match AddLanguage beh...Christophe Jaillet2019-01-101-1/+1
* Retsore 2.4.x default behavior modified in r1557580.Christophe Jaillet2018-10-221-1/+1
* * modules/mappers/mod_negotiation.c (set_language_quality): RemoveJoe Orton2018-10-051-3/+0
* When a rewrite to proxy is configured in the server config, a check is made t...Christophe Jaillet2018-08-221-0/+10
* If several directories are given in a UserDir directive, only files in the fi...Christophe Jaillet2018-05-261-1/+12
* PR62311: only create the rewritelock when neededEric Covener2018-05-171-9/+12
* Fix some typos reported in PR 59998Christophe Jaillet2018-03-241-1/+1
* Follow up to r1740928: including NOT_IN_PROXY in NOT_IN_DIR_LOC_FILE is bothYann Ylavic2017-10-141-1/+1
* core, mod_rewrite: introduce the 'redirect-keeps-vary' noteLuca Toscano2017-10-101-0/+2
* mod_rewrite,core: avoid Vary:Host (part 2)Luca Toscano2017-09-201-5/+5
* mod_speling/PR 38923: don't embed Referer in link in error page.Nick Kew2017-09-181-4/+4
* mod_rewrite/core: avoid the 'Vary: Host' headerLuca Toscano2017-09-181-1/+4
* Fix negotiation type parsing to be strict about "*", "*/*" and "type/*"William A. Rowe Jr2017-07-051-3/+8
* Partial reversal of r1800306... note virtual scripts in notesJim Jagielski2017-06-301-1/+5
* proxy_fcgi: remove FPM-specific logicJacob Champion2017-06-291-5/+1