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

316 Commits

Author SHA1 Message Date
Rich Bowen
93f7e7b590 Rebuild transformations of numerous files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1127929 13f79535-47bb-0310-9956-ffa450edef68
2011-05-26 14:15:33 +00:00
Jim Jagielski
9e15f63122 Update xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1102734 13f79535-47bb-0310-9956-ffa450edef68
2011-05-13 13:48:31 +00:00
Rich Bowen
23908203cd Rebuilds a bunch of changes and translations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1099793 13f79535-47bb-0310-9956-ffa450edef68
2011-05-05 13:41:31 +00:00
Stefan Fritsch
bf07c1867c Add new ap_reserve_module_slots/ap_reserve_module_slots_directive API,
necessary if a module (like mod_perl) registers additional modules later than the
EXEC_ON_READ phase.

Tested by: Torsten Foertsch <torsten foertsch gmx net>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1096569 13f79535-47bb-0310-9956-ffa450edef68
2011-04-25 19:22:04 +00:00
Rich Bowen
53b7c75196 hernan gonzalez <hgonzalez gmail.com> points out that the USER_AGENT
strings were probably more accurate with the leading ^ anchor.
Rebuilds a few other changes.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1090284 13f79535-47bb-0310-9956-ffa450edef68
2011-04-08 14:50:47 +00:00
Jeff Trawick
3c0476fe50 Simplify the interface to ap_reclaim_child_processes() and
ap_relieve_child_processes(): instead of requiring the MPM
to implement an otherwise-useless hook, just use a callback
function.

As I don't expect third-party MPM devs are following our day
to day progress, the API changes are considered part of
yesterday's MMN change.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1087085 13f79535-47bb-0310-9956-ffa450edef68
2011-03-30 21:32:10 +00:00
Jeff Trawick
b1e1cff7f9 the mpm-note-child-killed hook was just for use by
ap_{reclaim,relieve}_child_processes; those functions can
invoke the hook directly; the function ap_mpm_note_child_killed()
is useless


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086953 13f79535-47bb-0310-9956-ffa450edef68
2011-03-30 13:42:00 +00:00
Stefan Fritsch
8cdb5c3f6c Update xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086773 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29 22:03:09 +00:00
Stefan Fritsch
7b61bedb2f Change the ap_cfg_getline() and ap_cfg_getc() to return an error code.
Also:
- Make ap_cfg_getline() return APR_ENOSPC if a config line is too long.
- Add ap_pcfg_strerror() function to convert ap_cfg_getline's return value
  into a nice message.
- Adjust definition of ap_configfile_t accordingly.

Not bumping MMN because it has already been bumped today.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086756 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29 21:29:34 +00:00
Rich Bowen
201a9eb592 Rebuild various transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086580 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29 13:38:22 +00:00
Jeff Trawick
4633c48f14 add hints for
* C++ and APLOG_USE_MODULE()
* mpm_default.h


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086325 13f79535-47bb-0310-9956-ffa450edef68
2011-03-28 18:18:52 +00:00
Jeff Trawick
66c61f70d5 transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082976 13f79535-47bb-0310-9956-ffa450edef68
2011-03-18 17:13:21 +00:00
Jeff Trawick
5dd173ae52 separate the issue of passing APLOG_MARK to your own functions
and the sometimes-related issue of not passing APLOG_MARK to ap_log_*(),
adding coverage for APLOG_MODULE_INDEX


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082975 13f79535-47bb-0310-9956-ffa450edef68
2011-03-18 17:12:32 +00:00
Jeff Trawick
39ea7dfa57 transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082934 13f79535-47bb-0310-9956-ffa450edef68
2011-03-18 14:21:33 +00:00
Jeff Trawick
ecfdf9d9e3 describe the ap_log_error(...,ap_server_conf,...) idiom
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082933 13f79535-47bb-0310-9956-ffa450edef68
2011-03-18 14:21:01 +00:00
Daniel Earl Poirier
b32076c9a5 Update transforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082207 13f79535-47bb-0310-9956-ffa450edef68
2011-03-16 16:58:30 +00:00
Daniel Earl Poirier
fed0abe513 Fix XML so it validates again
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082203 13f79535-47bb-0310-9956-ffa450edef68
2011-03-16 16:53:43 +00:00
Jeff Trawick
2e3c696eb4 transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1081561 13f79535-47bb-0310-9956-ffa450edef68
2011-03-14 21:00:31 +00:00
Jeff Trawick
4459e70792 add more module upgrade hints
change some existing text to be more correct+readable


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1081559 13f79535-47bb-0310-9956-ffa450edef68
2011-03-14 20:58:32 +00:00
Jeff Trawick
685ff3fc0a add some new sections to the API migration docs, where more
detailed explanations can be provided for some of the API
changes and additions


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1081507 13f79535-47bb-0310-9956-ffa450edef68
2011-03-14 18:30:03 +00:00
Rich Bowen
c787a7ffcf Rebulds transformation, adding simplified chinese translation documents.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070871 13f79535-47bb-0310-9956-ffa450edef68
2011-02-15 12:52:47 +00:00
Rich Bowen
fe35786735 Adds simplified Chinese translation to httpd trunk docs. Via
dongsheng@apache.org (see tid 50767)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070870 13f79535-47bb-0310-9956-ffa450edef68
2011-02-15 12:46:52 +00:00
Stefan Fritsch
ae4433b1f6 Mention ap_state_query() in the new API docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070318 13f79535-47bb-0310-9956-ffa450edef68
2011-02-13 22:44:27 +00:00
Rich Bowen
931cdd59ae Update copyright to 2011
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1054597 13f79535-47bb-0310-9956-ffa450edef68
2011-01-03 12:42:10 +00:00
André Malo
97312fe645 update metafiles
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1044537 13f79535-47bb-0310-9956-ffa450edef68
2010-12-10 23:34:02 +00:00
Rich Bowen
bcecb746ac Use the developer docs on ASF hardware, instead of rcbowen.com
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1042988 13f79535-47bb-0310-9956-ffa450edef68
2010-12-07 11:57:36 +00:00
Graham Leggett
2f74bae2d5 Rename mod_disk_cache to mod_cache_disk within the documentation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037244 13f79535-47bb-0310-9956-ffa450edef68
2010-11-20 15:48:51 +00:00
Stefan Fritsch
7c19e4963f update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1023239 13f79535-47bb-0310-9956-ffa450edef68
2010-10-16 10:38:36 +00:00
Rainer Jung
a7c1dc2853 Fix description of APLOG_USE_MODULE in new
API docs. The macro needs a trailing semicolon.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1023002 13f79535-47bb-0310-9956-ffa450edef68
2010-10-15 16:30:29 +00:00
Graham Leggett
268739ec4c Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1022233 13f79535-47bb-0310-9956-ffa450edef68
2010-10-13 18:44:08 +00:00
Graham Leggett
6c1f4e708a Ooh look, new and shiny things in v2.4.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1022232 13f79535-47bb-0310-9956-ffa450edef68
2010-10-13 18:43:23 +00:00
Stefan Fritsch
a8a9c06fcc Update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1001201 13f79535-47bb-0310-9956-ffa450edef68
2010-09-25 12:01:59 +00:00
Stefan Fritsch
ade21d36e1 clarify wording about regexp
Submitted by: Arvind Srinivasan


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1001195 13f79535-47bb-0310-9956-ffa450edef68
2010-09-25 11:15:51 +00:00
Stefan Fritsch
b3b7c9912b update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1001194 13f79535-47bb-0310-9956-ffa450edef68
2010-09-25 11:14:13 +00:00
Stefan Fritsch
f8a8860c01 Add some more items
Add section about how to handle logging changes


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1001193 13f79535-47bb-0310-9956-ffa450edef68
2010-09-25 11:12:44 +00:00
Jeff Trawick
1d1244f182 generated files only
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1000131 13f79535-47bb-0310-9956-ffa450edef68
2010-09-22 18:38:44 +00:00
Nick Kew
a582b2af85 Add ap_rxplus to new_api docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@999911 13f79535-47bb-0310-9956-ffa450edef68
2010-09-22 12:38:42 +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
Stefan Fritsch
f14218c7ad The approach for allowing authorization by user or IP introduced in r956387,
etc. causes problems because the authentication module calls
note_*_auth_failure if authentication fails. This is inappropriate if access is
later allowed because of the IP.

So, instead of calling the auth_checker hook even if authentication failed, we
introduce a new access_checker_ex hook that runs between the access_checker and
the check_user_id hooks. If an access_checker_ex functions returns OK, the
request will be allowed without authentication.

To make use of this, change mod_authz_core to walk the require blocks in the
access_checker_ex phase and deny/allow the request if the authz result does not
depend on an authenticated user. To distinguish a real AUTHZ_DENIED from an
authz provider from an authz provider needing an authenticated user, the latter
must return the new AUTHZ_DENIED_NO_USER code.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@964156 13f79535-47bb-0310-9956-ffa450edef68
2010-07-14 19:59:31 +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
Jeff Trawick
c9d959fa7b fix broken stylesheet path
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@962958 13f79535-47bb-0310-9956-ffa450edef68
2010-07-11 00:34:30 +00:00
Nick Kew
042384c3b4 Move new_api_2_4 doc to developer docs where it belongs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@959136 13f79535-47bb-0310-9956-ffa450edef68
2010-06-29 23:04:27 +00:00
Jim Jagielski
41a6878ac5 xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@955572 13f79535-47bb-0310-9956-ffa450edef68
2010-06-17 12:34:12 +00:00
Igor Galić
80c11dcf59 Fixing minor typo in sections.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@955184 13f79535-47bb-0310-9956-ffa450edef68
2010-06-16 10:27:52 +00:00
Rainer Jung
fcf558c608 Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@952014 13f79535-47bb-0310-9956-ffa450edef68
2010-06-06 22:29:36 +00:00
Joe Orton
3880cb99d4 - clarify wording on handling of empty brigades, see dev@ thread from
msgid <AANLkTimaQNuUnDhhL0yoBJXNWS0c163HUWM9WHZhmFLh@mail.gmail.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@950583 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02 14:53:07 +00:00
Rich Bowen
cc64f98d33 A temporary solution to an outdated link. Would be nice to have this
autobuilt every few days, and have it on some ASF hardware. Not sure how
to go about making that happen, but I'll look into it.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@921952 13f79535-47bb-0310-9956-ffa450edef68
2010-03-11 17:26:34 +00:00
Rich Bowen
b134f9aac1 2009 -> 2010 in the copyright statement. Nobody seems to know if this is
actually necessary, but it's sort of an annual tradition. We think
tradition is pretty important.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@895795 13f79535-47bb-0310-9956-ffa450edef68
2010-01-04 21:41:42 +00:00
Daniel Earl Poirier
e04628eb03 Fix a few more broken links, one misspelling, and
remove reference to www.fastio.com which apparently doesn't
exist anymore.
Also update the transformations.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@805049 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17 17:14:29 +00:00
Nilgun Belma Buguner
470d20cbee update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@804988 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17 14:09:36 +00:00