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

185 Commits

Author SHA1 Message Date
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
Daniel Earl Poirier
33b53db871 Broken links
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@804977 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17 13:20:57 +00:00
Roy T. Fielding
6d27b8511d regen manual
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@740426 13f79535-47bb-0310-9956-ffa450edef68
2009-02-03 20:35:21 +00:00
Roy T. Fielding
7479dbc77d Document the disabling of DefaultType and update terminology
regarding Internet message metadata.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@740420 13f79535-47bb-0310-9956-ffa450edef68
2009-02-03 20:29:55 +00:00
Ruediger Pluem
e4f6dc8e21 * Update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@732126 13f79535-47bb-0310-9956-ffa450edef68
2009-01-06 21:30:28 +00:00
Takashi Sato
c14011247b update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@668082 13f79535-47bb-0310-9956-ffa450edef68
2008-06-16 09:02:04 +00:00
Takashi Sato
f438923a5c Convert Japanese translations from ISO-2022-JP to UTF-8
since "Support for Additional Languages" needs to be enabled
in the installation of JRE to read ISO-2022-JP.

Reviewed by: kawai

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@663964 13f79535-47bb-0310-9956-ffa450edef68
2008-06-06 14:36:23 +00:00
Takashi Sato
12137c2258 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@653706 13f79535-47bb-0310-9956-ffa450edef68
2008-05-06 08:31:14 +00:00
André Malo
dc4dd2ce5b move Japanese output files to utf-8
1) build boostrap
2) svn mv *.html.ja.euc-jp *.html.ja.utf8
3) build all


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@643944 13f79535-47bb-0310-9956-ffa450edef68
2008-04-02 15:48:46 +00:00
Vincent Bray
57f937b07b Copyright year change transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@618551 13f79535-47bb-0310-9956-ffa450edef68
2008-02-05 05:35:15 +00:00
Noirin Plunkett
2e1af8db42 Copyright year update
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@613134 13f79535-47bb-0310-9956-ffa450edef68
2008-01-18 11:44:40 +00:00
Erik Abele
d792a8d5b9 Transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@586788 13f79535-47bb-0310-9956-ffa450edef68
2007-10-20 19:27:49 +00:00
Jeff Trawick
d2a01cede9 s/the the/the/
pointed out by <lucien.gentis lorraine.iufm.fr>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@586770 13f79535-47bb-0310-9956-ffa450edef68
2007-10-20 18:36:21 +00:00
André Malo
b6254c6b7c update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@571980 13f79535-47bb-0310-9956-ffa450edef68
2007-09-02 13:46:15 +00:00
Jim Jagielski
5b0ec0d47f Update doccos
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@571782 13f79535-47bb-0310-9956-ffa450edef68
2007-09-01 12:21:29 +00:00
André Malo
05d4dddbd9 fix transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@567150 13f79535-47bb-0310-9956-ffa450edef68
2007-08-17 21:18:00 +00:00
William A. Rowe Jr
37af7a852e Sync anchor href alt titles
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@567134 13f79535-47bb-0310-9956-ffa450edef68
2007-08-17 20:42:56 +00:00
Ruediger Pluem
9d6588bf00 * Update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@549198 13f79535-47bb-0310-9956-ffa450edef68
2007-06-20 19:16:00 +00:00
Joe Orton
5dbe7f55a1 * docs/manual/developer/output-filters.xml: Fix grammar.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@549138 13f79535-47bb-0310-9956-ffa450edef68
2007-06-20 15:32:28 +00:00
André Malo
b0470cc5ac build all
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@532108 13f79535-47bb-0310-9956-ffa450edef68
2007-04-24 22:22:49 +00:00
André Malo
42eda3eb2c xml validation and drop the <pre>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@532107 13f79535-47bb-0310-9956-ffa450edef68
2007-04-24 22:16:42 +00:00
André Malo
1ca11139c5 Property fixup
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@531940 13f79535-47bb-0310-9956-ffa450edef68
2007-04-24 13:52:20 +00:00
Jim Jagielski
0f025961ce And note its existance on the dev doc page
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@520082 13f79535-47bb-0310-9956-ffa450edef68
2007-03-19 20:19:49 +00:00
Jim Jagielski
513d541ca9 Update the doccos, mainly to start folding in
the o-f developer guideline.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@520078 13f79535-47bb-0310-9956-ffa450edef68
2007-03-19 20:15:36 +00:00
Jim Jagielski
29d197c947 Note what the actually "valid" usage for apr_brigade_destroy
is, but still urge people to avoid it.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@519968 13f79535-47bb-0310-9956-ffa450edef68
2007-03-19 15:03:17 +00:00
Joe Orton
24d69d6a2b Updates based on feedback from Ruediger and Jeff:
- correct use of "up" and "down" w.r.t. filter chain
- various grammar fixes
- recommend use of apr_brigade_cleanup() in the brigade structure section
- fix use of APR_BRIGADE_INSERT_HEAD in an example
- expand section on use of ap_save_brigade()
- simplify rule regarding fixed processing fixed # of buckets


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@519960 13f79535-47bb-0310-9956-ffa450edef68
2007-03-19 14:39:39 +00:00
Joe Orton
65acc78a15 - add initial version of output filters guide (as sent to dev@)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@519952 13f79535-47bb-0310-9956-ffa450edef68
2007-03-19 14:15:07 +00:00
André Malo
d5814d6b81 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@476820 13f79535-47bb-0310-9956-ffa450edef68
2006-11-19 14:06:56 +00:00
Chris Darroch
064ecf6593 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@463129 13f79535-47bb-0310-9956-ffa450edef68
2006-10-12 04:13:12 +00:00
Chris Darroch
10c3c49465 added pre_config, check_config, and test_config hooks
moved open_logs hook


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@462914 13f79535-47bb-0310-9956-ffa450edef68
2006-10-11 19:39:42 +00:00
André Malo
ef27013c2f update revision references
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@421136 13f79535-47bb-0310-9956-ffa450edef68
2006-07-12 05:37:53 +00:00
Roy T. Fielding
5347b4715f update collective copyright notice in manual
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@421086 13f79535-47bb-0310-9956-ffa450edef68
2006-07-12 02:42:24 +00:00