- Aug 25, 2010
-
-
Richard Bowen authored
who don't know what a vhost is. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@989156 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Don't log errors when we can't send to client, just debug. Submitted by: jfclere Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@989125 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
core: fix SymlinksIfOwnerMatch checking: (1) Fix Origin checking (PR 36783 - Robert L Mathews) (2) Check ownership if both FollowSymlinks and SymlinksIfOwnerMatch are set * lfi is already a pointer in contrast fi which was used before. Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@989124 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
PR 46594 (not 47066 as incorrectly recorded in change log) trunk: http://svn.eu.apache.org/viewvc?view=revision&revision=894036 http://svn.apache.org/viewvc?view=revision&revision=966059 2.2.x: http://people.apache.org/~niq/patches/46594.patch (newly updated to fold in r966059) +1: niq, rpluem, jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@989122 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Prevent race condition See http://www.mail-archive.com/dev@httpd.apache.org/msg47171.html Submitted by: jfclere Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@989118 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@989117 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@989116 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@988813 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 24, 2010
-
-
Stefan Fritsch authored
- vote - comment on MSIE ssl config proposal git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@988632 13f79535-47bb-0310-9956-ffa450edef68
-
Stefan Fritsch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@988630 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
(ugh!) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@988542 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@988483 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
mod_log_config: Make ${cookie}C correctly match whole cookie names instead of substrings. Submitted by: Dan Franklin <dan dan-franklin.com>, Stefan Fritsch Simplify code by using apr_strtok Also remove trailing whitespace in the value fix off by one error PR: 28037 Reviewed by: sf, jim, rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@988403 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
Sub-requests are created and used with two purposes; sometimes simply to 'see' what a request would do; as to fill out an SSI, validate access or similar - and is then discarded. And sometimes as the precursor to becoming the actual request; e.g. when mod_dir checks if an /index.html can be served for a '/'. In the latter case it is important to preserve the output filters 'for real'; whereas in the first case they have to be reset to purely the minimal proto filters (if at all). This patch instates the output filters in 3 cases where sub-requests are/may in fact be used as the real request later on. This is a relatively risky change (which should not be back-ported without further discussion) and may break caches in combination with internal redirects/vary/negotiation in subtle ways. See the thread starting at [1] and in particular the general concerns of rpluem at [2] with respect to sub requests and (fast_)internal redirects possibly needing a more thorough overhaul. 1: http://mail-archives.apache.org/mod_mbox/httpd-dev/200802.mbox/ajax/%3c335D1A4B-25E2-4FF1-8CDF-5010A7FBD293@webweaving.org%3e 2: http://mail-archives.apache.org/mod_mbox/httpd-dev/200802.mbox/%3c47ACE1D4.4060702@apache.org%3e * Correctly remove the SUBREQ_CORE filter from the filter chain if we do an internal fast redirect and if the new redirected request is NO subrequest. This fixes at least one of the possible subtle issues mentioned in the comment to r620133. reset chain if we need to... Hopefully the final fix for the subreq/filter issue. The prob was that we at this point could still have some stale and incorrect refs when we adjusted the f-stack. So move the update earlier so when we adjust, we're affecting r. Ruediger and Jim pretty much simultaneously :) * modules/http/http_request.c (internal_internal_redirect): For a subrequest, preserve any filters in the output filter chain which were not specific to the subrequest across the redirect (where f->r does not point to the subreq's request_rec). PR: 17629, 43939 Reviewed by: rpluem, jim, niq git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@988400 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 23, 2010
-
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@988336 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
Fold rpluem comment and conditional vote into PR 36783 proposal Withdraw vetoed PR 43039 proposal git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@988261 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@988142 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@988140 13f79535-47bb-0310-9956-ffa450edef68
-
Jean-Frederic Clere authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@988039 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 22, 2010
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@987894 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 21, 2010
-
-
Jim Jagielski authored
mongo log file path. Trunk already has a fix. 2.2.x patch: http://people.apache.org/~trawick/rotatelogs.overflow.txt +1: trawick, rpluem, lars, jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@987780 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@987779 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@987743 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@987742 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@987741 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 20, 2010
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@987519 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 19, 2010
-
-
Nick Kew authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@987300 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 18, 2010
-
-
Jean-Frederic Clere authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@986593 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 11, 2010
-
-
Igor Galić authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@984428 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 10, 2010
-
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@984193 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Vhosts: treating a pure-numeric Host header as a port is nonsense. PR 44979 Submitted by: niq Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@984172 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
(re)-introduce -T commandline option to suppress documentroot check at startup PR 41887 Patch by Jan van den Berg Submitted by: niq Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@984171 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
* modules/ssl/ssl_engine_io.c (char_buffer_read): Use memmove in place of memcpy since the buffers can overlap; add explanatory comment. PR: 45444 Submitted by: jorton Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@984169 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Merge mod_dir fixups to avoid possible ordering issues noted by trawick Submitted by: niq Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@984168 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@984166 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@984163 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 06, 2010
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@983078 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 04, 2010
-
-
Stefan Fritsch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@982390 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 02, 2010
-
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@981364 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@981362 13f79535-47bb-0310-9956-ffa450edef68
-