1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-11 02:42:23 +03:00
Commit Graph

4472 Commits

Author SHA1 Message Date
Lucien Gentis
d743bc477d Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1422296 13f79535-47bb-0310-9956-ffa450edef68
2012-12-15 17:34:10 +00:00
Rainer Jung
b63656829c Use inherit_set to let the global server set
the default for all vhosts.

Otherwise inherit would need to be disabled
redundantly in each vhost.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1421912 13f79535-47bb-0310-9956-ffa450edef68
2012-12-14 15:02:30 +00:00
Rainer Jung
f5e8f668ab xforms.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1421895 13f79535-47bb-0310-9956-ffa450edef68
2012-12-14 14:34:50 +00:00
Rainer Jung
ab4ce36c1a Fix use of trailing slashes in proxy
balancer and member URLs and add a little
explanation.

Current behavior AFAIK:

- Any path of a balancer URL inside <Proxy>
  is ignored. So lets not use e.g.trailing slashes
  there. The URL should for consistency always
  look like balancer://mycluster.
- The general comment about trailing slashes on the
  left and right of ProxyPass is also right for
  balancer use.
- Trailing slahes in BalancerMember in most cases
  lead to double slashes on the origin server.
  So lets drop them there and instead get the
  ProxyPass to the balancer right.
- Path components in member URLs are only
  needed, if different path prefixes are needed
  for members in the same balancer (unlikely
  but possible). If all members work with the
  same non-empty additional prefix, put it
  into the ProxyPass at the end of the balancer
  instead.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1421851 13f79535-47bb-0310-9956-ffa450edef68
2012-12-14 13:29:31 +00:00
Rainer Jung
e1c3c791a9 Archaelogy.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1421824 13f79535-47bb-0310-9956-ffa450edef68
2012-12-14 12:42:16 +00:00
Rainer Jung
96a8fb8351 Drop pre-2.3 compatibility notes from trunk docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1421821 13f79535-47bb-0310-9956-ffa450edef68
2012-12-14 12:35:47 +00:00
Rainer Jung
ea38445e20 Docs xforms.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1420690 13f79535-47bb-0310-9956-ffa450edef68
2012-12-12 14:15:38 +00:00
Rainer Jung
902fbd0c27 Docs update concerning recent htpasswd and htdbm
additions.

Add some cross refernces between dbmmanage and htdbm.

Update man page for htdbm and htpasswd.

Add bcrypt info to misc/password_encryptions.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1420686 13f79535-47bb-0310-9956-ffa450edef68
2012-12-12 14:13:44 +00:00
Rainer Jung
2902c730cc Fix validation error.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1420685 13f79535-47bb-0310-9956-ffa450edef68
2012-12-12 14:12:00 +00:00
Daniel Gruno
3b6cdb0f92 mod_lua: Add a lot of core httpd/apr functionality to mod_lua
(such as regex matching, expr evaluation, changing/fetching server configuration/info - see docs for a complete list).
This also includes a bunch of automatically scraped functions, which may or may not be super useful.
Comments appreciated as always, especially on the more hacky bits.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1420377 13f79535-47bb-0310-9956-ffa450edef68
2012-12-11 20:08:24 +00:00
Jim Jagielski
ce9b646c73 rjung's suggestions...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1420124 13f79535-47bb-0310-9956-ffa450edef68
2012-12-11 12:35:50 +00:00
Nick Kew
b7a0c5d1fc PR 54269
Tidy up mod_proxy_html docs


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1420120 13f79535-47bb-0310-9956-ffa450edef68
2012-12-11 12:11:29 +00:00
Rainer Jung
a4a3b53669 - Remove backported items from CHANGES.
- Add eventopt to CHANGES
- Remove obsolete compatibility note form SRP docs
  (has been backported).


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1420094 13f79535-47bb-0310-9956-ffa450edef68
2012-12-11 11:06:09 +00:00
Stefan Fritsch
b521b14336 xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1418768 13f79535-47bb-0310-9956-ffa450edef68
2012-12-08 22:18:17 +00:00
Stefan Fritsch
d04d01c589 Add LogLevelOverride directive that allows to override the loglevel for
clients from certain IPs


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1418767 13f79535-47bb-0310-9956-ffa450edef68
2012-12-08 22:16:31 +00:00
Fabien Coelho
0886d3fcaf Add minor 'Warning' directive as defined in current mod_macro.
* server/core.c: add 'Warning' directive by extending the 'Error'
  directive implementation. The 'Error' behavior is slightly changed
  so as to use verbose ap_log_error instead of returning the message.
* docs/manual/mod/core.xml: add documentation for 'Warning'.
* server/config.c: add comment about syntax vs configuration errors.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1418677 13f79535-47bb-0310-9956-ffa450edef68
2012-12-08 14:49:09 +00:00
Lucien Gentis
1292cbcfb6 Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1416001 13f79535-47bb-0310-9956-ffa450edef68
2012-12-01 14:27:45 +00:00
Igor Galić
e12e3a8998 xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1415965 13f79535-47bb-0310-9956-ffa450edef68
2012-12-01 10:00:17 +00:00
Igor Galić
cee74c48a5 axe warnings about MSIE 5 and other dead browsers
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1415960 13f79535-47bb-0310-9956-ffa450edef68
2012-12-01 09:50:47 +00:00
Igor Galić
ddd2f2565d xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1415550 13f79535-47bb-0310-9956-ffa450edef68
2012-11-30 09:05:46 +00:00
Igor Galić
6f591d17a6 analogous to r1415075
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1415549 13f79535-47bb-0310-9956-ffa450edef68
2012-11-30 09:05:12 +00:00
Igor Galić
39fd81164d xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1415077 13f79535-47bb-0310-9956-ffa450edef68
2012-11-29 08:17:17 +00:00
Igor Galić
e4bbdef245 than -> then
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1415075 13f79535-47bb-0310-9956-ffa450edef68
2012-11-29 08:16:43 +00:00
Igor Galić
f27297e0b4 xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1414104 13f79535-47bb-0310-9956-ffa450edef68
2012-11-27 10:32:32 +00:00
Igor Galić
4cb4ebab5e as reported by comments
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1414094 13f79535-47bb-0310-9956-ffa450edef68
2012-11-27 10:29:20 +00:00
Lucien Gentis
f054d3c9dd Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1410887 13f79535-47bb-0310-9956-ffa450edef68
2012-11-18 14:12:25 +00:00
Stefan Fritsch
7213dc6dd8 xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1410757 13f79535-47bb-0310-9956-ffa450edef68
2012-11-17 17:52:26 +00:00
Eric Covener
80a7416ea9 xform
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1410682 13f79535-47bb-0310-9956-ffa450edef68
2012-11-17 03:00:25 +00:00
Eric Covener
5d16310f14 PR53963: don't merge the rewritebase down w/o an opt-in
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1410681 13f79535-47bb-0310-9956-ffa450edef68
2012-11-17 02:59:31 +00:00
Stefan Fritsch
7870e222bf xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1408094 13f79535-47bb-0310-9956-ffa450edef68
2012-11-11 19:37:08 +00:00
Stefan Fritsch
b605258432 Remove SSLv2 stuff that is no longer supported. Add a few newer algorithms
and cipher aliases. This is incomplete, but the openssl 1.0.1c man pages
don't have the complete list either :-(


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1408093 13f79535-47bb-0310-9956-ffa450edef68
2012-11-11 19:34:53 +00:00
Lucien Gentis
5e77c85477 Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1407824 13f79535-47bb-0310-9956-ffa450edef68
2012-11-10 14:31:33 +00:00
Stefan Fritsch
655875eb8c xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1407601 13f79535-47bb-0310-9956-ffa450edef68
2012-11-09 19:40:21 +00:00
Stefan Fritsch
f9d96c89db Expose ap_method_register() to the admin with a new RegisterHttpMethod
directive.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1407599 13f79535-47bb-0310-9956-ffa450edef68
2012-11-09 19:38:19 +00:00
Jeff Trawick
85ec79e3ce The following now respects DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
- mod_cache: thundering herd lock directory


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1407381 13f79535-47bb-0310-9956-ffa450edef68
2012-11-09 08:44:08 +00:00
Jeff Trawick
84a9a6834f make docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1406656 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 14:29:11 +00:00
Jeff Trawick
697e5bb3d2 user-defined needs the hyphen
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1406646 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 14:12:30 +00:00
Stefan Fritsch
043b765adb update xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1406630 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 13:38:10 +00:00
Stefan Fritsch
9707ff9fde mod_allowhandlers: New module to forbid specific handlers for specific
directories.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1406617 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 13:27:54 +00:00
Lucien Gentis
d635855020 Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1405843 13f79535-47bb-0310-9956-ffa450edef68
2012-11-05 15:41:14 +00:00
Jim Jagielski
6ec40f4835 Allow for setting of sticky session split char...
Bugz 53893


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1404653 13f79535-47bb-0310-9956-ffa450edef68
2012-11-01 16:06:43 +00:00
Stefan Fritsch
65f5b0a05d xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1403477 13f79535-47bb-0310-9956-ffa450edef68
2012-10-29 20:17:32 +00:00
Stefan Fritsch
e37fd92653 Mention string-valued expression in the BNF.
Clarify when header names are added to the Vary header.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1403476 13f79535-47bb-0310-9956-ffa450edef68
2012-10-29 20:16:26 +00:00
Igor Galić
dedbe0198f xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1403043 13f79535-47bb-0310-9956-ffa450edef68
2012-10-28 17:10:47 +00:00
Lucien Gentis
36e572d87e Update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1402795 13f79535-47bb-0310-9956-ffa450edef68
2012-10-27 13:08:10 +00:00
Rich Bowen
80233cc998 Define example
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1401125 13f79535-47bb-0310-9956-ffa450edef68
2012-10-22 23:36:28 +00:00
Rich Bowen
9d21a36aa2 Add an example of the ${VAR} syntax alluded to.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1401124 13f79535-47bb-0310-9956-ffa450edef68
2012-10-22 23:33:41 +00:00
Stefan Fritsch
c2f9d8376d xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1400703 13f79535-47bb-0310-9956-ffa450edef68
2012-10-21 19:18:18 +00:00
Stefan Fritsch
f55dd489b1 Change default for SSLCompression to off, as compression
causes security issues in most setups


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1400700 13f79535-47bb-0310-9956-ffa450edef68
2012-10-21 19:15:43 +00:00
Lucien Gentis
0b12da4973 Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1400460 13f79535-47bb-0310-9956-ffa450edef68
2012-10-20 14:42:35 +00:00