1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

7082 Commits

Author SHA1 Message Date
Lucien Gentis
b6d3f42756 rebuild all for russian langage integration.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882360 13f79535-47bb-0310-9956-ffa450edef68
2020-10-09 14:52:44 +00:00
Lucien Gentis
4ae5ba0493 doc rebuild for russian integration.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882358 13f79535-47bb-0310-9956-ffa450edef68
2020-10-09 14:33:17 +00:00
Lucien Gentis
764777bbb1 fr doc rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882217 13f79535-47bb-0310-9956-ffa450edef68
2020-10-03 13:43:06 +00:00
Lucien Gentis
3f903739e3 fr doc XML file update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882216 13f79535-47bb-0310-9956-ffa450edef68
2020-10-03 13:41:51 +00:00
Christophe Jaillet
c900f76b32 xforms [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882200 13f79535-47bb-0310-9956-ffa450edef68
2020-10-02 15:55:32 +00:00
Christophe Jaillet
4c1276bf61 Document that HTTPS and SSL_TLS_SNI environment variables are always defined, regardless of 'SSLOptions StdEnvVars' .
Fix some small style issues to improve syntax hightlight.

PR 64783.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882199 13f79535-47bb-0310-9956-ffa450edef68
2020-10-02 15:52:39 +00:00
Lucien Gentis
fe169461ed fr doc rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882065 13f79535-47bb-0310-9956-ffa450edef68
2020-09-27 12:34:09 +00:00
Lucien Gentis
687a7b1560 fr doc XML file update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882064 13f79535-47bb-0310-9956-ffa450edef68
2020-09-27 12:32:39 +00:00
Joe Orton
c77e6abe3b mod_proxy: Add support for an optional third argument to ProxyRemote*
to configure the Basic auth credentials to send to the remote proxy.

(Note that credentials are always sent w/o waiting for a challenge as
with proxy-chain-auth, and only Basic is supported - both of which are
not exactly ideal - but better than nothing.)

* modules/proxy/mod_proxy.h (struct proxy_remote): Add creds field.

* modules/proxy/mod_proxy.c (proxy_handler): Pass forward proxy
  credentials via r->notes.
  (add_proxy): Take credentials and base64-encode into ->creds field if
  passed.
  (add_proxy_noregex, add_proxy_regex): Take optional creds argument.

* modules/proxy/proxy_util.c (ap_proxy_determine_connection):
  Use proxy credentials from r->notes if available.
  (ap_proxy_create_hdrbrgd): Set Proxy-Authorization header from
  credentials in r->notes if present.

PR: 37355
Github: closes #135


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1881790 13f79535-47bb-0310-9956-ffa450edef68
2020-09-17 11:31:43 +00:00
Lucien Gentis
e602f55d73 fr doc rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1881299 13f79535-47bb-0310-9956-ffa450edef68
2020-08-29 14:38:57 +00:00
Lucien Gentis
457bc37d41 fr doc XML files updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1881298 13f79535-47bb-0310-9956-ffa450edef68
2020-08-29 14:36:27 +00:00
Joe Orton
7f6aec2cf7 Follow up to r1880368 and r1880980:
Complete move to .en.utf8 suffixes in two steps:

1. From fresh checkout, renamed all existing files:
 
$ for f in *.html.en */*.html.en; do svn mv $f $f.utf8; done

2. Ran "./build.sh all" which also regenerates the typemaps.

[skip ci]


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1880982 13f79535-47bb-0310-9956-ffa450edef68
2020-08-19 07:31:23 +00:00
Rainer Jung
b05918bb3e Xforms. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1880959 13f79535-47bb-0310-9956-ffa450edef68
2020-08-18 09:48:08 +00:00
Rainer Jung
586fa4a198 Document limitations for private key format in
SSLProxyMachineCertificateFile and
SSLProxyMachineCertificatePath. PR 63935.
[skip ci]


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1880958 13f79535-47bb-0310-9956-ffa450edef68
2020-08-18 09:47:35 +00:00
Lucien Gentis
47ec8bc0eb fr doc rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1880874 13f79535-47bb-0310-9956-ffa450edef68
2020-08-15 13:49:34 +00:00
Lucien Gentis
5d92e7ad52 fr doc XML files updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1880873 13f79535-47bb-0310-9956-ffa450edef68
2020-08-15 13:48:26 +00:00
Eric Covener
66f47c5d39 fix quotes, simplify path, add a high port
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1880724 13f79535-47bb-0310-9956-ffa450edef68
2020-08-09 19:12:14 +00:00
Eric Covener
28f428aec8 cover overlapp scenario which is straightfoward in trunk
(as long you get it in the right order)



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1880719 13f79535-47bb-0310-9956-ffa450edef68
2020-08-09 16:56:43 +00:00
Joe Orton
261d53a211 Update docs for SSLRandomSeed deprecation in r1877467. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1880564 13f79535-47bb-0310-9956-ffa450edef68
2020-08-04 10:27:11 +00:00
Lucien Gentis
b1e3cfc172 fr doc rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879504 13f79535-47bb-0310-9956-ffa450edef68
2020-07-04 14:28:02 +00:00
Lucien Gentis
dcc498c5b1 fr doc xml files updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879503 13f79535-47bb-0310-9956-ffa450edef68
2020-07-04 14:25:36 +00:00
Graham Leggett
6bf5bd6cb2 core: Remove support for the Content-MD5 header, removed in RFC7231.
Functions ap_md5digest() and ap_md5contextTo64() removed, and
ContentDigest directive.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879472 13f79535-47bb-0310-9956-ffa450edef68
2020-07-03 12:44:53 +00:00
Graham Leggett
8de97e5fab "[mod_dav_fs etag handling] should really honor the FileETag setting".
- It now does.
- Add "Digest" to FileETag directive, allowing a strong ETag to be
  generated using a file digest.
- Add ap_make_etag_ex() and ap_set_etag_fd() to allow full control over
  ETag generation.
- Add concept of "binary notes" to request_rec, allowing packed bit flags
  to be added to a request.
- First binary note - AP_REQUEST_STRONG_ETAG - allows modules to force
  the ETag to a strong ETag to comply with RFC requirements, such as those
  mandated by various WebDAV extensions.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879285 13f79535-47bb-0310-9956-ffa450edef68
2020-06-27 23:41:00 +00:00
Joe Orton
2f9cba2ad0 Add "v6only" Listen option to enable IPV6_V6ONLY in v4mapped builds
where it is otherwise always disabled.

* include/ap_listen.h: Define AP_LISTEN_V6ONLY.

* server/listen.c (make_sock): Set v6only_setting to 1 if
  AP_LISTEN_V6ONLY flag is set for the listener.
  (parse_listen_flags): Parse "v6only" flag.

PR: 54878


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879106 13f79535-47bb-0310-9956-ffa450edef68
2020-06-23 08:45:07 +00:00
Yann Ylavic
3c47401358 Declare pre_translate hook in lua/info/log_debug/example modules, and docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879077 13f79535-47bb-0310-9956-ffa450edef68
2020-06-22 10:34:28 +00:00
Christophe Jaillet
6f18d5fcf4 xforms
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878826 13f79535-47bb-0310-9956-ffa450edef68
2020-06-14 09:13:52 +00:00
Christophe Jaillet
146519ca55 Fix typo in r1878824
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878825 13f79535-47bb-0310-9956-ffa450edef68
2020-06-14 09:04:04 +00:00
Christophe Jaillet
a0a67a3869 Add some html syntax highlight to a piece of code.
+ some missing links

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878824 13f79535-47bb-0310-9956-ffa450edef68
2020-06-14 09:00:03 +00:00
Lucien Gentis
73df7f7670 fr doc rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878809 13f79535-47bb-0310-9956-ffa450edef68
2020-06-13 15:25:02 +00:00
Lucien Gentis
42a2abc798 fr dox XML files updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878808 13f79535-47bb-0310-9956-ffa450edef68
2020-06-13 15:24:00 +00:00
Christophe Jaillet
e04a53399a Update "en" generated doc files to UTF-8
There seems to be an issue with mod_socache_redis.*
The files were marked as deleted in my tree, and are not seen as modified after running ./build.sh

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878790 13f79535-47bb-0310-9956-ffa450edef68
2020-06-13 07:18:35 +00:00
Christophe Jaillet
bf13925007 Fix a typo
Spotted and fixed by David Poole <sarkie gmail.com>

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878784 13f79535-47bb-0310-9956-ffa450edef68
2020-06-13 04:17:40 +00:00
André Malo
59071d22a5 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878726 13f79535-47bb-0310-9956-ffa450edef68
2020-06-10 21:22:59 +00:00
Rich Bowen
8e58eb3611 remove the term blacklist
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878602 13f79535-47bb-0310-9956-ffa450edef68
2020-06-08 12:25:31 +00:00
Rich Bowen
7c3d991da6 Remove the term blacklist from our documentation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878551 13f79535-47bb-0310-9956-ffa450edef68
2020-06-06 18:52:19 +00:00
Rich Bowen
4e34c68e4e rebuild docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878548 13f79535-47bb-0310-9956-ffa450edef68
2020-06-06 18:15:51 +00:00
Lucien Gentis
d3e1e9a3cf fr doc rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1877533 13f79535-47bb-0310-9956-ffa450edef68
2020-05-09 14:16:27 +00:00
Lucien Gentis
10342af650 fr doc XML files updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1877532 13f79535-47bb-0310-9956-ffa450edef68
2020-05-09 14:15:31 +00:00
Nick Kew
3ef70e1267 Update mod_proxy_html docs to reflect
https://lists.apache.org/thread.html/rc26df3094f42cfa742690282b4430483d56f85f3e033337b1a08ec53%40%3Cusers.httpd.apache.org%3E


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1877522 13f79535-47bb-0310-9956-ffa450edef68
2020-05-08 22:39:36 +00:00
Lucien Gentis
40994ab368 fr doc rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1876987 13f79535-47bb-0310-9956-ffa450edef68
2020-04-25 15:38:21 +00:00
Lucien Gentis
2c800a606a fr doc XML files updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1876986 13f79535-47bb-0310-9956-ffa450edef68
2020-04-25 15:37:20 +00:00
Joe Orton
a42f3692b1 Add optional options= argument to Listen to add listener-specific
socket options.

Reimplement "use_specific_errors" listener flag under generic
ap_listen_rec flags field holding all listener-specific options.

* include/ap_listen.h: Add AP_LISTEN_* flags.
  (ap_listen_rec): Rename use_specific_errors to flags.

* server/listen.c (make_sock): Set APR_SO_FREEBIND if
  AP_LISTEN_FREEBIND flag is set on listener; set APR_SO_REUSEPORT
  unconditionally if AP_LISTEN_REUSEPORT is set.
  (alloc_listener): Take flags argument.
  (ap_setup_listeners): Set AP_LISTEN_SPECIFIC_ERRORS flag here.
  (ap_set_listener): Parse optional options=... argument, catch
  typos and fail if protocol name contains a "=".
  (ap_duplicate_listeners): Duplicate flags.

Submitted by: jkaluza, Lubos Uhliarik <luhliari redhat.com>, jorton
PR: 61865
Github: closes #114


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1876865 13f79535-47bb-0310-9956-ffa450edef68
2020-04-23 08:26:26 +00:00
Lucien Gentis
f8d4250f85 fr doc rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1876697 13f79535-47bb-0310-9956-ffa450edef68
2020-04-18 14:54:34 +00:00
Lucien Gentis
75dfa0536a fr doc XML files updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1876696 13f79535-47bb-0310-9956-ffa450edef68
2020-04-18 14:53:24 +00:00
Eric Covener
e1384a888c PR64342 feedback
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1876428 13f79535-47bb-0310-9956-ffa450edef68
2020-04-12 14:22:00 +00:00
Eric Covener
a545608f83 PR63628: individual status codes for ProxyErrorOverride.
Support specifying the http status codes to be considered by ProxyErrorOverride 

Submitted By: Martin Drößler <mail martindroessler.de>
Committed By: covener



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1876404 13f79535-47bb-0310-9956-ffa450edef68
2020-04-11 21:19:08 +00:00
Lucien Gentis
8fc3a06249 fr doc rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1876119 13f79535-47bb-0310-9956-ffa450edef68
2020-04-04 14:01:20 +00:00
Lucien Gentis
1026518109 fr doc XML file update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1876118 13f79535-47bb-0310-9956-ffa450edef68
2020-04-04 14:00:20 +00:00
Christophe Jaillet
784b8e4b14 Fix a copy/paste at the wrong place
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1875857 13f79535-47bb-0310-9956-ffa450edef68
2020-03-29 14:12:20 +00:00
Eric Covener
ca227fb5c4 xforms
[skip ci]



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1875854 13f79535-47bb-0310-9956-ffa450edef68
2020-03-29 13:22:19 +00:00