]>
granicus.if.org Git - apache/log
Rainer Jung [Mon, 7 Mar 2011 19:16:01 +0000 (19:16 +0000)]
Fiy typo in docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1078897 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 7 Mar 2011 14:52:00 +0000 (14:52 +0000)]
xforms for <if
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1078795 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 7 Mar 2011 14:34:31 +0000 (14:34 +0000)]
mention <if> in new_features for 2.3/2.4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1078782 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 7 Mar 2011 13:40:04 +0000 (13:40 +0000)]
Note release date
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1078775 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 5 Mar 2011 17:30:46 +0000 (17:30 +0000)]
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1078314 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 5 Mar 2011 13:36:09 +0000 (13:36 +0000)]
worker, event, prefork: Correct several issues when built as
DSOs; most notably, the scoreboard was reinitialized during graceful
restart, such that processes of the previous generation were not
observable.
Other noticeable ones:
* the generation number did not increment properly
* worker's check-config hook didn't detect startup properly,
so messages about inconsistent directives could have been sent
to the wrong place
max_daemons_limit wasn't tracked across restart, but as the scoreboard
was always cleared this was a non-issue.
Reinitialization of idle_spawn_rate, hold_off_on_exponential_spawning,
and maxclients-message-reported may or may not have been features,
but the big picture is that the behaviour shouldn't have differed.
These changes should have been part of r758185.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1078286 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 5 Mar 2011 13:09:12 +0000 (13:09 +0000)]
zap needless reinitialization of is_graceful on the 2nd
call of the open-logs hook
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1078285 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 4 Mar 2011 22:12:21 +0000 (22:12 +0000)]
sanity check use of volatile in prefork, worker, and event
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1078170 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Fri, 4 Mar 2011 19:07:22 +0000 (19:07 +0000)]
mod_cache_disk: Prevent a segfault should we receive a further bucket after
we have committed the cached entry.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1078104 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Earl Poirier [Fri, 4 Mar 2011 18:58:38 +0000 (18:58 +0000)]
instdso.sh: HP-UX's native 'install' apparently is not compatible
enough with BSD install to use here, fall back to just using 'cp'.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1078101 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 4 Mar 2011 18:40:22 +0000 (18:40 +0000)]
xform for new mod_proxy_fcgi envvar
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1078095 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 4 Mar 2011 18:31:17 +0000 (18:31 +0000)]
Fix/workaround for BUGZ PR 50851.
By default, mod_proxy_fcgi with not create PATH_INFO, unless
specifically told to.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1078089 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Fri, 4 Mar 2011 18:11:32 +0000 (18:11 +0000)]
mod_cache_disk: Only attempt to commit to the initialisation if the attempt
to open the cache file was successful.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1078083 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 3 Mar 2011 22:43:53 +0000 (22:43 +0000)]
spelling fix in a comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1076859 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 3 Mar 2011 18:37:41 +0000 (18:37 +0000)]
event: child_main() never returns, so remove some dead code after
one of the calls
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1076718 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 3 Mar 2011 13:16:14 +0000 (13:16 +0000)]
worker: child_main() never returns, so remove some dead code after
one of the calls
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1076614 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Thu, 3 Mar 2011 00:01:03 +0000 (00:01 +0000)]
Build mod_authn_socache on same terms as other authn modules
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1076461 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 2 Mar 2011 23:17:22 +0000 (23:17 +0000)]
prefork in ONE_PROCESS mode:
child_main() called clean_child_exit() in almost all paths,
and returned to the caller in one infrequent path; just
call clean_child_exit() always
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1076454 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 2 Mar 2011 21:16:57 +0000 (21:16 +0000)]
prefork: store pid in scoreboard for ONE_PROCESS mode
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1076382 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 1 Mar 2011 20:58:28 +0000 (20:58 +0000)]
More new feature goodness
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1076021 13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Tue, 1 Mar 2011 19:57:46 +0000 (19:57 +0000)]
update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1076003 13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Tue, 1 Mar 2011 19:56:49 +0000 (19:56 +0000)]
update for sync with English docs.
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by: Orhan Berent <berent belgeler.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1076002 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 1 Mar 2011 17:06:22 +0000 (17:06 +0000)]
And roll onto 2.3.12
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1075924 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 1 Mar 2011 17:03:59 +0000 (17:03 +0000)]
Ready to tag 2.3.11 as beta!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1075919 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 1 Mar 2011 16:18:40 +0000 (16:18 +0000)]
Update doccos and xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1075880 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Tue, 1 Mar 2011 09:35:59 +0000 (09:35 +0000)]
Remove references to modules that don't and won't have their own pages!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1075749 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Tue, 1 Mar 2011 02:42:13 +0000 (02:42 +0000)]
Document socache and fix the TODO in authn_socache docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1075625 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Tue, 1 Mar 2011 00:59:42 +0000 (00:59 +0000)]
Fix typos leading to broken links!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1075602 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sun, 27 Feb 2011 14:38:17 +0000 (14:38 +0000)]
axe some useless or debug-inhibiting error checking
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1075064 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sat, 26 Feb 2011 19:50:10 +0000 (19:50 +0000)]
no docs should only be a blocker for GA
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1074912 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 26 Feb 2011 17:20:56 +0000 (17:20 +0000)]
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1074883 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 26 Feb 2011 15:32:01 +0000 (15:32 +0000)]
fix some logging calls to include the server_rec
(and even the conn_rec in a couple of places)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1074871 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Sat, 26 Feb 2011 09:34:47 +0000 (09:34 +0000)]
Axed C++ comments and tabs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1074809 13f79535 -47bb-0310-9956-
ffa450edef68
Philip M. Gollucci [Sat, 26 Feb 2011 02:14:15 +0000 (02:14 +0000)]
'votes'
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1074778 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 25 Feb 2011 18:25:57 +0000 (18:25 +0000)]
fix function name in log text
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1074659 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 25 Feb 2011 14:13:07 +0000 (14:13 +0000)]
We are going for beta
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1074527 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 23 Feb 2011 13:41:38 +0000 (13:41 +0000)]
Document mod_proxy work... userland changes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1073741 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 23 Feb 2011 13:03:58 +0000 (13:03 +0000)]
protect one-off boundary
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1073728 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Wed, 23 Feb 2011 04:26:06 +0000 (04:26 +0000)]
captures of THE_REQUEST are still escaped however the browser sent the request,
ulike most REQUEST_* variables. PR#50758
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1073591 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Tue, 22 Feb 2011 23:20:23 +0000 (23:20 +0000)]
update xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1073544 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Tue, 22 Feb 2011 23:17:50 +0000 (23:17 +0000)]
Add some links and bits to the ap_expr docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1073543 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 22 Feb 2011 21:43:44 +0000 (21:43 +0000)]
Be at least somewhat more RESTful... Use POST for changing stuff.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1073520 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 20 Feb 2011 12:21:54 +0000 (12:21 +0000)]
Updates
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1072572 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Fri, 18 Feb 2011 21:27:12 +0000 (21:27 +0000)]
Actually check for APU_HAVE_CRYPTO at configure time. This fixes a compile
error with apr 2 if crypto is disabled.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1072155 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 18 Feb 2011 18:40:31 +0000 (18:40 +0000)]
Expose "new" ap_parse_form_data() function instead of requiring
mod_request for any module that may want to parse form data...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1072099 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 18 Feb 2011 18:40:25 +0000 (18:40 +0000)]
No longer depend on how fork() works when laying out segments...
function pointers in shm are... nasty ;)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1072098 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 17 Feb 2011 21:19:16 +0000 (21:19 +0000)]
spelling fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1071794 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Wed, 16 Feb 2011 22:38:52 +0000 (22:38 +0000)]
Fix link errors for crypt() with --no-add-needed/--no-copy-dt-needed-entries,
which is the default for the gold linker.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1071426 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 16 Feb 2011 12:25:03 +0000 (12:25 +0000)]
Rebuild transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1071223 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 16 Feb 2011 12:20:51 +0000 (12:20 +0000)]
I think I got the last of the "Allow from" and "Deny from" syntax, and
replaced it with the new access control syntax.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1071222 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 16 Feb 2011 12:19:59 +0000 (12:19 +0000)]
Removes more instances of 'allow from' and 'deny from' syntax. I think
that's the last of them.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1071221 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 16 Feb 2011 12:11:41 +0000 (12:11 +0000)]
Removes another instance of the "Allow from all" syntax.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1071218 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 16 Feb 2011 12:11:28 +0000 (12:11 +0000)]
ap_main_state and ap_run_mode should be marked "extern"
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1071217 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 16 Feb 2011 12:06:43 +0000 (12:06 +0000)]
Whitespace and small phrasing changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1071215 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 16:13:20 +0000 (16:13 +0000)]
Note of a good place to get content for overhauling the SSL howto
document.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070952 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 14:26:18 +0000 (14:26 +0000)]
I don't think we want to encourage people to use _default_. It's
confusing, and hardly ever the right solution.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070919 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 14:25:03 +0000 (14:25 +0000)]
Rebuild transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070918 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 14:23:40 +0000 (14:23 +0000)]
People come to the SSL docs primarily for advice on getting SSL working.
Arrange the TOC accordingly, and remove condescending introductory quote
and meaningless paragraph.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070915 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 14:08:36 +0000 (14:08 +0000)]
Note to self: Look through the docs for examples using Order, Deny,
Allow, and convert them to the new Require syntax.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070910 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 14:05:27 +0000 (14:05 +0000)]
Rebuild quickreference file with typo fix.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070908 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 14:05:08 +0000 (14:05 +0000)]
Fix XML error. Rebuild access howto.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070907 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 14:01:09 +0000 (14:01 +0000)]
Typo correction as per tid50766
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070904 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 13:55:18 +0000 (13:55 +0000)]
Remove another mention of allow, deny, and order, and add a warning
about their use.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070899 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 13:44:53 +0000 (13:44 +0000)]
More transformation rebuilding.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070895 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 13:43:47 +0000 (13:43 +0000)]
Capitalization consistent with the rest of this page.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070894 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 13:43:24 +0000 (13:43 +0000)]
Rebuild html transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070893 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 13:42:08 +0000 (13:42 +0000)]
Links to access control howto.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070891 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 13:39:40 +0000 (13:39 +0000)]
Expand the name of the "Binding" document, which seems frequently
misunderstood or overlooked.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070889 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 13:34:49 +0000 (13:34 +0000)]
Rebuild html
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070887 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 13:33:24 +0000 (13:33 +0000)]
Link to expr.html for more details on expression syntax.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070886 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 13:15:42 +0000 (13:15 +0000)]
Small improvements in phrasing of the access control doc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070881 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 12:52:47 +0000 (12:52 +0000)]
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
Rich Bowen [Tue, 15 Feb 2011 12:46:52 +0000 (12:46 +0000)]
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
Rich Bowen [Tue, 15 Feb 2011 12:15:49 +0000 (12:15 +0000)]
Rebuild documents from xml, including new access control howto.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070862 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 12:13:54 +0000 (12:13 +0000)]
Updates the access control howto for trunk. Could use a lot more
examples. The expression doc could use examples, too.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070859 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 11:54:27 +0000 (11:54 +0000)]
Copies the access control howto from the 2.2 docs. However, it's going
to need some work to be appropriate for trunk.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070853 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 11:27:12 +0000 (11:27 +0000)]
This document exists in the 2.2 docs, but not here. Not sure why. Need
to investigate.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070846 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Mon, 14 Feb 2011 23:54:14 +0000 (23:54 +0000)]
Don't skip the first character, as it may be a quote, which is handled
by the walk below.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070699 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 14 Feb 2011 20:51:42 +0000 (20:51 +0000)]
typo in format string for
1070660
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070663 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 14 Feb 2011 20:49:56 +0000 (20:49 +0000)]
Log a hint about the directory needing to be executable
when we hit EACCESS searching for htaccess files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070660 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 14 Feb 2011 20:01:52 +0000 (20:01 +0000)]
fix compile failure in r1070616
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070632 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Mon, 14 Feb 2011 19:47:31 +0000 (19:47 +0000)]
fix theoretical const issue in call to strchr()
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070627 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 14 Feb 2011 19:25:37 +0000 (19:25 +0000)]
Document pre_read_request and bump mmn
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070617 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 14 Feb 2011 19:21:37 +0000 (19:21 +0000)]
New hook: ap_run_pre_read_request()
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070616 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sun, 13 Feb 2011 22:44:27 +0000 (22:44 +0000)]
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
Stefan Fritsch [Sun, 13 Feb 2011 22:34:02 +0000 (22:34 +0000)]
Fix two bugs introduced by r1070153
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070317 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sun, 13 Feb 2011 02:03:29 +0000 (02:03 +0000)]
mod_cache: When a request other than GET or HEAD arrives, we must
invalidate existing cache entities as per RFC2616 13.10. PR 15868.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070179 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 12 Feb 2011 23:21:18 +0000 (23:21 +0000)]
mod_cache: Make sure that the moving of the CACHE filter to another
point within a subrequest is limited to affecting filters in that
subrequest only.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070161 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sat, 12 Feb 2011 21:23:56 +0000 (21:23 +0000)]
Use ap_state_query() to fix many modules that were not correctly initializing
if they were not active during server startup but got enabled later during a
graceful restart (in which case they need to do all work during a single
config run).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070153 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sat, 12 Feb 2011 21:18:32 +0000 (21:18 +0000)]
Create new ap_state_query() function that allows modules to determine
if the current configuration run is the initial one at server startup,
and if the server is started for testing/config dumping only.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070151 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 12 Feb 2011 19:02:58 +0000 (19:02 +0000)]
mod_cache: When a bad Expires date is present, we need to behave as if
the Expires is in the past, not as if the Expires is missing. PR 16521.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070128 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sat, 12 Feb 2011 15:52:17 +0000 (15:52 +0000)]
Log something nicer than "Internal error: pcfg_openfile() called
with NULL filename" if no password file is configured
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070096 13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Sat, 12 Feb 2011 15:41:17 +0000 (15:41 +0000)]
* docs/manual/mod/: Play language lawyer with the SSL_*_DN_*_n variable
description.
PR: 45875
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070094 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 12 Feb 2011 13:08:57 +0000 (13:08 +0000)]
mod_cache: We must ignore quoted-string values that appear in a
Cache-Control header. PR 50199.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070075 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sat, 12 Feb 2011 12:16:18 +0000 (12:16 +0000)]
revert r1026746:
If an unknown Content-* header is received for a PUT request, we must not
ignore it but reply with 501 per RFC 2616 9.6.
PR: 42978
Vetoed by Roy T. Fielding:
http://mail-archives.apache.org/mod_mbox/httpd-dev/201102.mbox/%
3C9A5A8B62 -ED16-4BD3-97DA-
8475026BB81D @gbiv.com%3E
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070061 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Fri, 11 Feb 2011 20:30:04 +0000 (20:30 +0000)]
Reinstate comment.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1069947 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Fri, 11 Feb 2011 20:12:39 +0000 (20:12 +0000)]
mod_cache: Respect s-maxage as described by RFC2616 14.9.3, which must
take precedence if present. PR 35247.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1069942 13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Fri, 11 Feb 2011 12:50:31 +0000 (12:50 +0000)]
* Play safe if the notes table does not contain an SSL_connect_rv key.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1069785 13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 11 Feb 2011 12:26:57 +0000 (12:26 +0000)]
* modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle): Fix possible
startup failure in cases where multiple vhosts share the same
"vhost-id" and private key file. The cached-key case would
previously cause an abrupt return from the function, which could
prevent processing of configured keypairs for other vhosts. There
is no apparent reason to check for a "cache hit" against cached keys
using *any* algorithm types; instead only check against a key with
the matching type.
Submitted by: Masahiro Matsuya <matsuya redhat.com>, jorton
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1069772 13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 11 Feb 2011 12:05:31 +0000 (12:05 +0000)]
* modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle): Simplify to
calculate hash index only once per loop iteration; no (intended)
functional change. Add comments and tweak a log message.
* modules/ssl/ssl_private.h: Add comments.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1069765 13f79535 -47bb-0310-9956-
ffa450edef68