1
0
mirror of https://github.com/apache/httpd.git synced 2025-07-29 09:01:18 +03:00

428 Commits

Author SHA1 Message Date
a90ae4579d Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199509 13f79535-47bb-0310-9956-ffa450edef68
2011-11-08 22:53:44 +00:00
d6d64ddff8 Update xml meta files after fixing simplified chinese.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199491 13f79535-47bb-0310-9956-ffa450edef68
2011-11-08 22:17:22 +00:00
a83284e103 update xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1178089 13f79535-47bb-0310-9956-ffa450edef68
2011-10-01 20:57:36 +00:00
69c1a5c854 Cleanup effort in prep for GA push:
Trim trailing whitespace... no func change


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174747 13f79535-47bb-0310-9956-ffa450edef68
2011-09-23 13:36:39 +00:00
2e4dc1eeca * Update xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1167603 13f79535-47bb-0310-9956-ffa450edef68
2011-09-10 20:37:10 +00:00
dc5a598a5b Update docco xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1167266 13f79535-47bb-0310-9956-ffa450edef68
2011-09-09 16:04:03 +00:00
9d2ca013b6 cleanups related to new AllowOverrideList functionality:
- add new NOT_IN_HTACCESS flag for ap_check_cmd_context() 
- describe the need for this in new_api_2_4.xml
- forbid Define and UnDefine in .htaccess


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1153676 13f79535-47bb-0310-9956-ffa450edef68
2011-08-03 21:36:18 +00:00
79a6a93588 Update transforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1153499 13f79535-47bb-0310-9956-ffa450edef68
2011-08-03 14:18:41 +00:00
0d69087127 Add AllowOverrideList directive and documentation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1151654 13f79535-47bb-0310-9956-ffa450edef68
2011-07-27 22:24:14 +00:00
e599423548 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1137341 13f79535-47bb-0310-9956-ffa450edef68
2011-06-19 11:30:51 +00:00
73e09fa95a property and xml fixes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1137340 13f79535-47bb-0310-9956-ffa450edef68
2011-06-19 11:24:29 +00:00
fba947527f Introduce new function ap_get_conn_socket() to access the socket of
a connection


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1135153 13f79535-47bb-0310-9956-ffa450edef68
2011-06-13 16:02:18 +00:00
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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