1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-06 16:49:32 +03:00
Commit Graph

3287 Commits

Author SHA1 Message Date
Stefan Fritsch
39e871f7e4 Add method authz provider as potential Limit/LimitExcept replacement.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@998708 13f79535-47bb-0310-9956-ffa450edef68
2010-09-19 18:09:18 +00:00
Lucien Gentis
6c85bf9195 Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@998670 13f79535-47bb-0310-9956-ffa450edef68
2010-09-19 13:56:08 +00:00
Graham Leggett
9e41a809a2 Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@998652 13f79535-47bb-0310-9956-ffa450edef68
2010-09-19 13:04:44 +00:00
Graham Leggett
b9d81442c5 mod_include: Reinstate support for UTF-8 character sets by allowing a
variable being echoed or set to be decoded and then encoded as separate
steps. PR47686


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@998651 13f79535-47bb-0310-9956-ffa450edef68
2010-09-19 13:02:54 +00:00
Igor Galić
1e11460408 Explanation on how to prioritize mime-types on the serverside with AddType.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@998553 13f79535-47bb-0310-9956-ffa450edef68
2010-09-18 21:41:04 +00:00
Igor Galić
ccfff955e0 Removing ™ from mod_privileges, because it breaks the LaTeX build, and because nowhere else is Unix written with ™
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@998440 13f79535-47bb-0310-9956-ffa450edef68
2010-09-18 11:06:23 +00:00
Graham Leggett
9660e337e6 Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@996396 13f79535-47bb-0310-9956-ffa450edef68
2010-09-12 23:18:26 +00:00
Graham Leggett
665426645e mod_cache: Change the signature of the store_body() provider function
within the mod_cache provider interface to support an "in" brigade
and an "out" brigade instead of just a single input brigade. This
gives a cache provider the option to consume only part of the brigade
passed to it, rather than the whole brigade as was required before.
This fixes an out of memory and a request timeout condition that would
occur when the original document was a large file. Update the
mod_disk_cache provider implementation to take into account the new API.
Introduce CacheReadSize and CacheReadTime directives to mod_disk_cache
to control the amount of data to attempt to cache before sending the
data on to the client in the "out" brigade.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@996395 13f79535-47bb-0310-9956-ffa450edef68
2010-09-12 23:16:49 +00:00
Stefan Fritsch
d0bc2d2cfb add errorlog formats for request notes and env vars
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@996307 13f79535-47bb-0310-9956-ffa450edef68
2010-09-12 12:59:10 +00:00
Rich Bowen
6ab8558eff Further clarification of SuppressHTMLPreamble + ReadmeName behavior.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@995838 13f79535-47bb-0310-9956-ffa450edef68
2010-09-10 15:55:47 +00:00
Rich Bowen
3f3ed35eec Clarify that SuppressHTMLPreamble also suppresses the </body></html> on
the output. (Thanks to "Alumin" on #httpd freenode IRC)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@995837 13f79535-47bb-0310-9956-ffa450edef68
2010-09-10 15:53:05 +00:00
Stefan Fritsch
800bdf5581 update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@992810 13f79535-47bb-0310-9956-ffa450edef68
2010-09-05 16:01:15 +00:00
Stefan Fritsch
70be0f7a07 Add ErrorLogFormat directive for configuring the error log format, including
additional information that is logged once per connection or request.

Add error log IDs for connections and request to allow correlating error log
lines and the corresponding access log entry.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@992806 13f79535-47bb-0310-9956-ffa450edef68
2010-09-05 15:44:19 +00:00
Stefan Fritsch
a0e0e585b0 Disable sendfile by default, as discussed at
http://mail-archives.apache.org/mod_mbox/httpd-dev/201007.mbox/<4C4355EE.2060605@rowe-clan.net>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@992689 13f79535-47bb-0310-9956-ffa450edef68
2010-09-04 21:53:06 +00:00
Eric Covener
c93da3dfe4 doc updates around why a few directives can't set arbitrary Content-Types for
non-static responses.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@990109 13f79535-47bb-0310-9956-ffa450edef68
2010-08-27 11:50:20 +00:00
Eric Covener
636a81a7bc remove another reference to DirectoryMatch matching unmatched subdirectories
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@990094 13f79535-47bb-0310-9956-ffa450edef68
2010-08-27 10:51:33 +00:00
Eric Covener
579ab22775 PR49809: Allow DirectoryMatch to match the EOL character ($). and
stop applying to subdirectories (that don't also match the regex) implicitly.  

The manual already uses DirectoryMatch syntax that assumes this in other places!



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@990091 13f79535-47bb-0310-9956-ffa450edef68
2010-08-27 10:46:02 +00:00
Rainer Jung
ef099e0503 Update transforms.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@989750 13f79535-47bb-0310-9956-ffa450edef68
2010-08-26 15:14:53 +00:00
Rainer Jung
e52cfdd21e Docs: "Header add" doesn't need a colon after
the header name.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@989651 13f79535-47bb-0310-9956-ffa450edef68
2010-08-26 12:59:33 +00:00
Rainer Jung
4a2b5e06c2 Update transormations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@988078 13f79535-47bb-0310-9956-ffa450edef68
2010-08-23 11:34:55 +00:00
Rainer Jung
11ec9b6643 Add information about "||" and "|$" piped log
syntax to the docs.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@988071 13f79535-47bb-0310-9956-ffa450edef68
2010-08-23 11:13:23 +00:00
Rainer Jung
34b87f8548 Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987862 13f79535-47bb-0310-9956-ffa450edef68
2010-08-22 10:37:28 +00:00
Rainer Jung
4dbddef433 Add information about proxy workers to proxy docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987858 13f79535-47bb-0310-9956-ffa450edef68
2010-08-22 10:09:25 +00:00
Jeff Trawick
5a222cf2cf mod_proxy: Rename erroronstatus to failonstatus...
... by popular demand, and add documentation.

Submitted by: Daniel Ruggeri <DRuggeri primary.net>



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987359 13f79535-47bb-0310-9956-ffa450edef68
2010-08-20 00:54:34 +00:00
Nick Kew
f3c71f56c6 alert docs readers to minor gotcha
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987299 13f79535-47bb-0310-9956-ffa450edef68
2010-08-19 20:31:22 +00:00
Daniel Earl Poirier
8f2f7c1807 Update transforms and add some html and meta files generated from new pages
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987255 13f79535-47bb-0310-9956-ffa450edef68
2010-08-19 18:05:20 +00:00
Daniel Earl Poirier
d13512c118 For NameVirtualHost, specify which vhost is the default if no
match is found.
For ServerName, copy information about how multiple occurrences
are handled from the vhost doc.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987251 13f79535-47bb-0310-9956-ffa450edef68
2010-08-19 17:57:47 +00:00
Jim Jagielski
8e4214e274 update xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@987141 13f79535-47bb-0310-9956-ffa450edef68
2010-08-19 12:32:18 +00:00
Rainer Jung
55568c0085 Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@986436 13f79535-47bb-0310-9956-ffa450edef68
2010-08-17 18:24:24 +00:00
Rainer Jung
a70b3c6a25 Fix validation error on docs xml file.
Order of elements is relevant for validation.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@986424 13f79535-47bb-0310-9956-ffa450edef68
2010-08-17 18:01:03 +00:00
Rainer Jung
a81ca54959 Fix syntax error in xml file.
Move list item into correct unordered list.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@986422 13f79535-47bb-0310-9956-ffa450edef68
2010-08-17 17:56:51 +00:00
Jim Jagielski
87703dd78c For backends which are HTTP/1.1, do a quick test (ping)
of the "connection" via 100-Continue for reverse
proxies...

ACO and Filip Hanik also helped out with the idea...


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@986090 13f79535-47bb-0310-9956-ffa450edef68
2010-08-16 18:36:19 +00:00
Lucien Gentis
abda666287 Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@985677 13f79535-47bb-0310-9956-ffa450edef68
2010-08-15 13:59:22 +00:00
Igor Galić
10fc07caf8 Missing a word.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@983745 13f79535-47bb-0310-9956-ffa450edef68
2010-08-09 17:34:49 +00:00
William A. Rowe Jr
bc24e5371c Now with a rebuild-all
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@981363 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02 04:06:58 +00:00
William A. Rowe Jr
41c2aed7da It seems we haven't built in some time
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@981360 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02 03:48:08 +00:00
William A. Rowe Jr
45709f3f4f Indicate this is a recent revision, didn't try to track back to the alpha rev
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@981359 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02 03:47:37 +00:00
Stefan Fritsch
e64d66b803 Update docs and comment: the unique id is now 24 characters, not 19
Submitted by: Takashi Sato <takashi lans-tv com>, Stefan Fritsch
PR: 36269


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@981084 13f79535-47bb-0310-9956-ffa450edef68
2010-07-31 19:56:51 +00:00
Stefan Fritsch
178bb15d37 Update description of HTMLTable
PR: 49676


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@981041 13f79535-47bb-0310-9956-ffa450edef68
2010-07-31 12:10:52 +00:00
Rainer Jung
0fa11f3ff9 Adding sub second timestamps and request end time to mod_log_config.
Add special format tokens to %{...}t. The extended syntax allows the
form: "WHICH:WHAT".

WHICH is either:
- "begin": use the time when the request started
- "end": take "now" as the time
You can omit WHICH, default is "begin".
If you omit WHICH, the separating column is not allowed.

WHAT is either:
- "sec": timestamp in Unix seconds
- "msec": timestamp in Unix milliseconds
- "msec_frac": millisecond fraction of the Unix timestamp,
               3 digits, 0-padded
- "usec": timestamp in Unix microseconds
- "usec_frac": microsecond fraction of the Unix timestamp
               6 digits, 0-padded
- anything different from those tokens: use strftime()
You can omit WHAT, default is the formatted timestamp as
used by the Common Log Format.

The implementation uses a new request_config for mod_log_config
to pass the request end time around between different calls to
log formatters, but the end time is only generated if needed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@979120 13f79535-47bb-0310-9956-ffa450edef68
2010-07-25 21:08:15 +00:00
Lucien Gentis
74c494fbf2 Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@979030 13f79535-47bb-0310-9956-ffa450edef68
2010-07-25 12:07:58 +00:00
Nick Kew
ae121d4499 Update documentation for AddOutputFilterByType move
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@966890 13f79535-47bb-0310-9956-ffa450edef68
2010-07-22 22:50:12 +00:00
Rainer Jung
822088c8c5 Replace "back-slash" with "backslash" in docs.
I kept "back slash" when explicitely used in
comparison with "forward slash".


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@965792 13f79535-47bb-0310-9956-ffa450edef68
2010-07-20 10:48:02 +00:00
Lucien Gentis
28bc73a794 Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@965096 13f79535-47bb-0310-9956-ffa450edef68
2010-07-17 15:47:19 +00:00
Jeff Trawick
a484fd7007 generated docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@962961 13f79535-47bb-0310-9956-ffa450edef68
2010-07-11 00:43:35 +00:00
Nick Kew
539e6fadd7 Add a note about problem noted in PR 48652
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@960431 13f79535-47bb-0310-9956-ffa450edef68
2010-07-05 03:38:01 +00:00
Rainer Jung
60e8f3a913 Allow to set environment variables using mod_rewrite without
explicitely giving a value.

Most modules only check presence of a variable, not the
value, so it makes sense to make the VAL argument in
the mod_rewrite ENV flag optional.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@960233 13f79535-47bb-0310-9956-ffa450edef68
2010-07-03 16:21:58 +00:00
Nick Kew
9ec99270a9 Add cacheing to authn_dbd docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@958747 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28 21:23:19 +00:00
Nick Kew
5b6d760e89 Link to mod_authn_socache in relevant module docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@958729 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28 20:57:18 +00:00
Nick Kew
2127db8916 Bah. Fix usage example in r958720
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@958723 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28 20:51:25 +00:00