summaryrefslogtreecommitdiffstats
path: root/emacs-style (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-04-15As per bz53530, a brief explanation of when you may and must use quotesRich Bowen1-0/+4
in directory paths. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673804 13f79535-47bb-0310-9956-ffa450edef68
2015-04-15Follow-up to r1520445:Jeff Trawick1-1/+1
Tweak error message for clarity git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673769 13f79535-47bb-0310-9956-ffa450edef68
2015-04-15Quote filesystem paths.Ken Coar1-7/+7
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673658 13f79535-47bb-0310-9956-ffa450edef68
2015-04-15Put individual items in quotation marks.Ken Coar1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673657 13f79535-47bb-0310-9956-ffa450edef68
2015-04-15Put quotation marks around the <Location> path.Ken Coar1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673656 13f79535-47bb-0310-9956-ffa450edef68
2015-04-15A little syntax fixup, and put quotation marks aroundKen Coar1-7/+11
patterns and expressions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673653 13f79535-47bb-0310-9956-ffa450edef68
2015-04-15Quote DocumentRoot filesystem paths.Ken Coar1-5/+5
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673652 13f79535-47bb-0310-9956-ffa450edef68
2015-04-15Don't use &quot; in code.Ken Coar1-85/+85
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673651 13f79535-47bb-0310-9956-ffa450edef68
2015-04-15Following up on BZ 53530.. putting quotation marks aroundKen Coar28-317/+340
arbitrary-text, complex, and/or filesystem directive arguments. More to do.. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673582 13f79535-47bb-0310-9956-ffa450edef68
2015-04-14Rebuild HTML docsRich Bowen6-5/+12
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673538 13f79535-47bb-0310-9956-ffa450edef68
2015-04-14Clarify order of operations - some variables aren't accessible to If.Rich Bowen1-0/+7
See bz 53349 for context. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673535 13f79535-47bb-0310-9956-ffa450edef68
2015-04-14Rebuild HTMLRich Bowen4-6/+8
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673530 13f79535-47bb-0310-9956-ffa450edef68
2015-04-14Clarifies (I hope) what RewriteRule patterns are matched against. SeeRich Bowen1-4/+4
bz53153 for context. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673528 13f79535-47bb-0310-9956-ffa450edef68
2015-04-14rebuildRich Bowen12-11/+13
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673523 13f79535-47bb-0310-9956-ffa450edef68
2015-04-14Clarify regex so that it matches /icons or /icons/ but not /iconsFOO (asRich Bowen1-1/+1
per bz53483 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673517 13f79535-47bb-0310-9956-ffa450edef68
2015-04-14Clarifies FilesMatch and LocationMatch examples, as per bz53483Rich Bowen2-2/+29
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673498 13f79535-47bb-0310-9956-ffa450edef68
2015-04-14rebuild html docsRich Bowen6-9/+9
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673490 13f79535-47bb-0310-9956-ffa450edef68
2015-04-14Clarifies both the regular expression and the explanation of it, toRich Bowen1-4/+4
avoid unintentionally matching other things. (See bz 53483) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673487 13f79535-47bb-0310-9956-ffa450edef68
2015-04-14RebuildRich Bowen3-3/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673475 13f79535-47bb-0310-9956-ffa450edef68
2015-04-14HTML encodingRich Bowen43-2583/+2713
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673472 13f79535-47bb-0310-9956-ffa450edef68
2015-04-14Add "pre-compressed content" recipe, as perRich Bowen1-0/+45
https://bz.apache.org/bugzilla/show_bug.cgi?id=51336 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673470 13f79535-47bb-0310-9956-ffa450edef68
2015-04-14libressl fix for removed ENGINE_CTRL_CHIL_SET_FORKCHECKEric Covener2-0/+6
Submitted By: Stuart Henderson <sthen openbsd.org> Commited By: covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673455 13f79535-47bb-0310-9956-ffa450edef68
2015-04-14Remove some spaces between some return statements and ';' + fix a strange ↵Christophe Jaillet1-7/+6
formating in a 'for' loop git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673368 13f79535-47bb-0310-9956-ffa450edef68
2015-04-13Fix CGIPassAuth built-in directive documentation,Jeff Trawick2-2/+2
Get compatibility line in doc ready for backport Pointed out by: rjung (who perhaps wasn't so positive about the eventual 2.4.x release) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673155 13f79535-47bb-0310-9956-ffa450edef68
2015-04-13Use 'unsigned int' in bitfieldChristophe Jaillet1-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673113 13f79535-47bb-0310-9956-ffa450edef68
2015-04-12Add CHANGES entry before backport proposalChristophe Jaillet1-0/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1672989 13f79535-47bb-0310-9956-ffa450edef68
2015-04-12Tweak log messageChristophe Jaillet1-6/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1672985 13f79535-47bb-0310-9956-ffa450edef68
2015-04-11Typo.Lucien Gentis1-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1672890 13f79535-47bb-0310-9956-ffa450edef68
2015-04-10mod_proxy_wstunnel isn't limited to UnixJeff Trawick1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1672757 13f79535-47bb-0310-9956-ffa450edef68
2015-04-10More followon to r1671397 for proxy server-statusRainer Jung1-1/+3
in auto mode: - remove remaining HTML markup git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1672564 13f79535-47bb-0310-9956-ffa450edef68
2015-04-09omit the period after the example lest it get copiedJeff Trawick1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1672483 13f79535-47bb-0310-9956-ffa450edef68
2015-04-09SetEnv doesn't work for proxy-scgi-pathinfoJeff Trawick1-3/+7
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1672480 13f79535-47bb-0310-9956-ffa450edef68
2015-04-09Followon to r1671397 for proxy server-statusRainer Jung1-14/+16
in auto mode: - don't show HTML legend - Show correct worker name git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1672466 13f79535-47bb-0310-9956-ffa450edef68
2015-04-09Followon to r1671396: add misiing newline inRainer Jung1-1/+1
new server-status output. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1672453 13f79535-47bb-0310-9956-ffa450edef68
2015-04-09Followon to r1671396:Rainer Jung1-1/+0
Remove unwanted redundant output introduced by that commit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1672289 13f79535-47bb-0310-9956-ffa450edef68
2015-04-08UNSET the VirtualHost's LogLevel just before calling ap_merge_log_config(),Kaspar Brand2-1/+5
to make sure that the DEFAULT_LOGLEVEL (APLOG_WARNING) is also in effect when ap_process_config_tree() in main.c:main() walks through the VirtualHost sections. See https://mail-archives.apache.org/mod_mbox/httpd-dev/201404.mbox/%3C535CC85B.80501%40velox.ch%3E for one case this is addressing. This reverts the change from r1024427 on the one hand, but still ensures correct LogLevel merging on the other hand. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1672014 13f79535-47bb-0310-9956-ffa450edef68
2015-04-07allow time to first byte (of response headers)Eric Covener3-3/+98
to be logged by mod_logio. mod_logio was just a conveninent place to do this w/o writing a new filter or complicating an existing important one. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1671918 13f79535-47bb-0310-9956-ffa450edef68
2015-04-05CHANGES: remove entries merged into 2.4.x.Yann Ylavic1-35/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1671419 13f79535-47bb-0310-9956-ffa450edef68
2015-04-05Add output for "?auto" version of server-statusRainer Jung6-92/+181
to proxy status, mod_ssl session cache info, mod_cache_socache and the status hook of the individual socache implementations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1671397 13f79535-47bb-0310-9956-ffa450edef68
2015-04-05Add more data to "?auto" view of server-status.Rainer Jung1-5/+36
Although mod_status source code calls this the "short_report", the docs and the API flag call it "Machine Readable" resp. "STAT_OPT_AUTO". So IMHO the data shown should be on par with the html version. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1671396 13f79535-47bb-0310-9956-ffa450edef68
2015-04-05Followup to r1670431, 1670432, 1670440Rainer Jung1-1/+1
and 1670738: update max APLOGNO number. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1671394 13f79535-47bb-0310-9956-ffa450edef68
2015-04-05Mention the cmake/OpenSSL compatibility issueJeff Trawick1-0/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1671364 13f79535-47bb-0310-9956-ffa450edef68
2015-04-02Not that hard to explain...William A. Rowe Jr1-2/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1670805 13f79535-47bb-0310-9956-ffa450edef68
2015-04-01Fix issue w/ deterministic ordering and string comparison of "http/1.1." and ↵Jim Jagielski1-10/+11
"h2" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1670738 13f79535-47bb-0310-9956-ffa450edef68
2015-04-01http: Add support for RFC2324/RFC7168.Graham Leggett4-2/+23
Sample implementation: http://people.apache.org/~minfrin/mod_teapot.c git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1670594 13f79535-47bb-0310-9956-ffa450edef68
2015-04-01* ssl_array_index is only used by code inside the HAVE_TLS_ALPN. So silence ↵Ruediger Pluem1-1/+1
warnings if don't have it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1670578 13f79535-47bb-0310-9956-ffa450edef68
2015-03-31And the lognosJim Jagielski1-4/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1670440 13f79535-47bb-0310-9956-ffa450edef68
2015-03-31Revert r1670436.Rainer Jung1-145/+0
Patch was already applied, Jim was quicker. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1670439 13f79535-47bb-0310-9956-ffa450edef68
2015-03-31Followup to r1670397+r1670434: even more ALPN goodness.Rainer Jung1-0/+145
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1670436 13f79535-47bb-0310-9956-ffa450edef68
2015-03-31More ALPN goodnessJim Jagielski4-6/+154
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1670434 13f79535-47bb-0310-9956-ffa450edef68