]>
granicus.if.org Git - apache/log
Nick Kew [Tue, 26 Aug 2008 22:10:06 +0000 (22:10 +0000)]
Add option to insert something in autoindex head.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@689261
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Tue, 26 Aug 2008 21:40:29 +0000 (21:40 +0000)]
Fix typo in r689224 (thanks rpluem for spotting it)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@689246
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Tue, 26 Aug 2008 21:03:46 +0000 (21:03 +0000)]
Try to get a meaningful error message when dbd_open fails
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@689224
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 22 Aug 2008 04:45:02 +0000 (04:45 +0000)]
Permit --with-apr=/path/to/apr alone, where the default path will
be handled by replacing all /apr path segments with /apr-util
(or /aprutil) to handle nearly any developer's path scheme. One
rare exception would be /asf/srcs/aprutil/trunk/apr-util or similar
where both /aprutil and /apr-util path segments exist.
So for example --with-apr=../apr-1.3 would find either ../apr-util-1.3
or ../aprutil-1.3 before looking for srclib/apr-util or ../apr-util.
These refer to source trees. httpd ./configure deserves a similar
feature to use --with-apr= for an installed apr-util lib tree.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@687939
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Temme [Thu, 21 Aug 2008 18:19:21 +0000 (18:19 +0000)]
Move struct definition out of the header file since it is only used in this source file
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@687819
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 21 Aug 2008 13:37:33 +0000 (13:37 +0000)]
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@687758
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 21 Aug 2008 13:36:54 +0000 (13:36 +0000)]
xform for scolon-is-sticky-session-path-delim docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@687756
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 21 Aug 2008 13:33:32 +0000 (13:33 +0000)]
Allow determination of whether to use ';' as
a sticky session path delim/sep (ala mod_jk) to
be runtime (and balancer-wise) configurable.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@687754
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Temme [Thu, 21 Aug 2008 04:20:21 +0000 (04:20 +0000)]
Implement dynamic mutex callbacks for the benefit of OpenSSL.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@687550
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Wed, 20 Aug 2008 22:55:37 +0000 (22:55 +0000)]
Update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@687496
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Bray [Wed, 20 Aug 2008 22:53:35 +0000 (22:53 +0000)]
Minor grammar corrections for mod_ssl.xml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@687494
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 19 Aug 2008 17:28:00 +0000 (17:28 +0000)]
Add in additional logging and use correct formats
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@687099
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 18 Aug 2008 19:22:54 +0000 (19:22 +0000)]
* Update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@686855
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 18 Aug 2008 19:15:25 +0000 (19:15 +0000)]
* Allow directive elements in default elements as default values can be the
settings of other directives (e.g ProxyTimeout and Timeout).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@686853
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 18 Aug 2008 16:10:41 +0000 (16:10 +0000)]
Remove trailing path element, ala ./jk/native/common/jk_lb_worker.c,
but use apr_strtok niceness. PR: 45158
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@686809
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 18 Aug 2008 15:59:48 +0000 (15:59 +0000)]
Add in bybusyness LB method, via Joel Gluth in
https://issues.apache.org/bugzilla/show_bug.cgi?id=45501
NOTE: Name changed and added in to ease enhancement/bugfixes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@686805
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 18 Aug 2008 15:30:23 +0000 (15:30 +0000)]
Add comment on why the cast is safe and does not result
in lost info.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@686786
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 18 Aug 2008 15:26:46 +0000 (15:26 +0000)]
We are really looking for the scheme here... so be consistant
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@686785
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Mon, 18 Aug 2008 15:21:23 +0000 (15:21 +0000)]
typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@686784
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 18 Aug 2008 15:04:33 +0000 (15:04 +0000)]
typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@686779
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Mon, 18 Aug 2008 13:35:08 +0000 (13:35 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@686750
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Mon, 18 Aug 2008 13:33:34 +0000 (13:33 +0000)]
update for sync with English doc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@686749
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Mon, 18 Aug 2008 13:25:20 +0000 (13:25 +0000)]
New Turkish translation
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@686747
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Mon, 18 Aug 2008 01:47:00 +0000 (01:47 +0000)]
sync Japanese docs with English ones
Submitted by: kawai
Reviewed by: takashi
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@686666
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 16 Aug 2008 19:46:26 +0000 (19:46 +0000)]
* Update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@686553
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 16 Aug 2008 19:35:20 +0000 (19:35 +0000)]
* Add missing documentation for proxy-initial-not-pooled (r684351).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@686549
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 16 Aug 2008 19:26:50 +0000 (19:26 +0000)]
* Fix error in default setting for ProxyTimeout
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@686547
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 16 Aug 2008 19:18:50 +0000 (19:18 +0000)]
* Missed one.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@686542
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 16 Aug 2008 19:18:18 +0000 (19:18 +0000)]
* Write variable in lowercase.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@686541
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 16 Aug 2008 19:17:08 +0000 (19:17 +0000)]
* Note further env variables and that their documentation can be found
in mod_proxy_http.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@686540
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 15 Aug 2008 22:23:11 +0000 (22:23 +0000)]
In 2.2.x
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@686404
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 15 Aug 2008 22:13:31 +0000 (22:13 +0000)]
Backported to 2.2.x as of 686396
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@686397
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Temme [Fri, 15 Aug 2008 16:11:46 +0000 (16:11 +0000)]
The error logging core only logs at very high level if it has no
server_rec from which to read the appropriate LogLevel. Ensure that
everything gets logged when -DDEBUG is passed to the compiler.
This makes the server very verbose, on the command line before stderr is
redirected and in the error log afterwards. This is appropriate when
debugging, but not under normal circumstances.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@686271
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Fri, 15 Aug 2008 16:00:48 +0000 (16:00 +0000)]
pre-translation improvements
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@686267
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Wed, 13 Aug 2008 13:26:02 +0000 (13:26 +0000)]
use %{DOCUMENT_ROOT} variable in the "try several subdirectories" example
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@685538
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 13 Aug 2008 02:12:30 +0000 (02:12 +0000)]
Provide useful solutions to the 'blocking inline images' problem.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@685418
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 13 Aug 2008 01:49:22 +0000 (01:49 +0000)]
I've long hated this technique, in which the hostname is prepended to
the REQUEST_URI, and then munged on a second pass through. It's
confusing, hard to explain to beginners, and completely unnecessary. Use
RewriteCond backreferences instead.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@685415
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 13 Aug 2008 01:39:28 +0000 (01:39 +0000)]
"Search pages" => "Search for pages"
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@685413
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 13 Aug 2008 01:29:03 +0000 (01:29 +0000)]
This adds a more generic "add www. to all hostnames" ruleset.
It also makes the existing rulesets in this section work both in the
main configuration file and in .htaccess files, by making the leading
slash optional - ie ^/?
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@685411
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 13 Aug 2008 01:04:12 +0000 (01:04 +0000)]
example.com, rather than exampe.com
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@685404
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 12 Aug 2008 15:40:48 +0000 (15:40 +0000)]
comment tweak
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@685191
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Tue, 12 Aug 2008 14:00:38 +0000 (14:00 +0000)]
note fixer of dav fs fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@685155
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 12 Aug 2008 13:41:34 +0000 (13:41 +0000)]
The [uge] isn't necessary in this context. We're just talking about /u/
here. Surely we can come up with a better example of this.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@685146
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 12 Aug 2008 10:46:48 +0000 (10:46 +0000)]
* modules/dav/fs/repos.c (DAV_FINFO_MASK): Define macro.
(dav_fs_walker): Use DAV_FINFO_MASK when stat'ing the
directory member during the walk.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@685112
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Sun, 10 Aug 2008 09:23:03 +0000 (09:23 +0000)]
eol-style: native
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@684430
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Sun, 10 Aug 2008 06:54:05 +0000 (06:54 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@684415
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Sun, 10 Aug 2008 06:51:56 +0000 (06:51 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@684414
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Sun, 10 Aug 2008 06:37:10 +0000 (06:37 +0000)]
Updated
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@684411
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 9 Aug 2008 21:33:09 +0000 (21:33 +0000)]
* Introduce environment variable proxy-initial-not-pooled to avoid reusing
pooled connections if the client connection is an initial connection.
This avoids the "proxy: error reading status line from remote server"
error caused by the race condition that the backend server closed the
connection after the connection check on our side and before our data
reached the backend. Yes, this downgrades performance, especially with
HTTP/1.0 clients. Hence it is configurable and off by default.
PR: 37770
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@684351
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 9 Aug 2008 20:55:13 +0000 (20:55 +0000)]
* Update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@684342
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 9 Aug 2008 20:52:46 +0000 (20:52 +0000)]
* Add the possibility to set a separate connection timeout for backend
workers.
PR: 45445
Submitted by: rahul <rahul sun.com>
Reviewed by: rpluem
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@684341
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 9 Aug 2008 20:34:14 +0000 (20:34 +0000)]
* Improve timeout documentation even more
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@684338
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 9 Aug 2008 20:32:05 +0000 (20:32 +0000)]
* Fix bogus explanation of timeout parameter
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@684337
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sat, 9 Aug 2008 20:26:31 +0000 (20:26 +0000)]
Offer a little more detail in troubleshooting problems with .htaccess
files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@684332
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sat, 9 Aug 2008 20:12:31 +0000 (20:12 +0000)]
Admonish people not to put "AllowOverride All" in <Directory /> and
expect it to do anything useful.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@684326
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sat, 9 Aug 2008 17:56:14 +0000 (17:56 +0000)]
Adds LogFormat example to the split-logfiles documentation to clarify
what is meant about using %v
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@684308
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 7 Aug 2008 15:12:00 +0000 (15:12 +0000)]
mod_dav_fs: Retrieve minimal system information about directory
entries when walking a DAV fs, resolving a performance degradation on
Windows.
PR: 45464
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@683626
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 6 Aug 2008 19:02:34 +0000 (19:02 +0000)]
* Move nonce field inside the html form.
PR: 45578
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@683373
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Wed, 6 Aug 2008 17:46:20 +0000 (17:46 +0000)]
Updated
submitted by: Lucien GENTIS <lucien.gentis lorraine.iufm.fr>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@683335
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 6 Aug 2008 14:52:37 +0000 (14:52 +0000)]
* server/util_cookies.c (ap_cookie_write2): Add missing sentinel in
apr_pstrcat call.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@683286
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 6 Aug 2008 14:47:04 +0000 (14:47 +0000)]
* modules/mappers/mod_rewrite.c (cmd_rewritelock): Add missing
sentinel.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@683284
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 6 Aug 2008 14:45:48 +0000 (14:45 +0000)]
* modules/ssl/ssl_engine_io.c (ssl_io_input_getline): Document
interface.
(ssl_io_filter_input): For GETLINE mode, pull lines directly from
the char_buffer if possible, to avoid unnecessarily copying the
entire buffer once per invocation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@683283
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 6 Aug 2008 14:37:09 +0000 (14:37 +0000)]
* 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
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@683280
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 6 Aug 2008 12:14:00 +0000 (12:14 +0000)]
Relax checks for OCSP responder URIs:
* modules/ssl/ssl_engine_ocsp.c (determine_responder_uri): Allow
NULL path; use default port for given schem.
* modules/ssl/ssl_util_ocsp.c (serialize_request): Use / if no path
specified.
Submitted by: Kaspar Brand <asfbugz velox.ch>
PR: 45522
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@683242
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Tue, 5 Aug 2008 19:00:04 +0000 (19:00 +0000)]
* Prevent XSS attacks when using wildcards in the path of the FTP URL
(CVE-2008-2939). Discovered by Marc Bevand of Rapid7.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@682868
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 5 Aug 2008 17:25:34 +0000 (17:25 +0000)]
Make list_hooks.pl multi-line aware, and swallow up the
required lines to obtain args, etc...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@682814
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 5 Aug 2008 16:52:12 +0000 (16:52 +0000)]
picking nits - de-tab
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@682788
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 4 Aug 2008 19:37:31 +0000 (19:37 +0000)]
Simplyfy codepath. Don't treat "" as special, just
plug along. This matches the codepath in mod_cgi.c
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@682475
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Mon, 4 Aug 2008 14:16:59 +0000 (14:16 +0000)]
New Turkish translations
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@682396
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 4 Aug 2008 13:49:07 +0000 (13:49 +0000)]
*) mod_cgid: Pass along empty command line arguments from an ISINDEX
query that has consecutive '+' characters in the QUERY_STRING,
matching the behavior of mod_cgi.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@682389
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Mon, 4 Aug 2008 12:53:50 +0000 (12:53 +0000)]
* Remove call to apr_reslist_destroy. With the latest trunk version of
apr-util this causes a lock during shutdown as at the point of time we would
execute apr_reslist_destroy the reslist is already destroyed, because we are
in a cleanup of the same pool where the reslist registered itself as
precleanup.
With apr-util 1.3.x calling apr_reslist_destroy is not really useful and
needed in this case as we are in a cleanup that was registered against the
same pool that is used by the reslist. As it was registered *after* the
reslist was created it just runs *before* the reslist cleanup would run. This
is somewhat pointless here and we could leave the job of destroying the
reslist to the reslist cleanup.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@682369
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Mon, 4 Aug 2008 12:33:16 +0000 (12:33 +0000)]
pre-translation improvements
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@682362
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Thu, 31 Jul 2008 03:08:03 +0000 (03:08 +0000)]
eol-style: native
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@681267
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Thu, 31 Jul 2008 03:01:44 +0000 (03:01 +0000)]
update Japanese translations
Submitted by: kawai, takashi
Reviewed by: takashi, kawai
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@681266
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 30 Jul 2008 21:08:33 +0000 (21:08 +0000)]
* Give possible piped loggers a chance to process their input before they get
killed by us.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@681204
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Wed, 30 Jul 2008 20:15:41 +0000 (20:15 +0000)]
* Construct a site in the reverse proxy case when there is non.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@681190
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 30 Jul 2008 15:23:44 +0000 (15:23 +0000)]
Update xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@681079
13f79535 -47bb-0310-9956-
ffa450edef68
Issac Goldstand [Sun, 27 Jul 2008 09:23:26 +0000 (09:23 +0000)]
Change r->content_type when mod_headers sets the Content-Type header
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@680082
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Sun, 27 Jul 2008 09:02:00 +0000 (09:02 +0000)]
Updated
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@680081
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Sun, 27 Jul 2008 08:42:43 +0000 (08:42 +0000)]
fixed an erroneous link
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@680076
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Sun, 27 Jul 2008 08:03:00 +0000 (08:03 +0000)]
fixed faq and rewrite links
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@680074
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Tue, 22 Jul 2008 23:53:23 +0000 (23:53 +0000)]
propogate a NULL get_realm_hash() implementation from AuthnProviderAlias back
to mod_auth_digest. PR 45196
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@678949
13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Tue, 22 Jul 2008 23:49:51 +0000 (23:49 +0000)]
revert r672639 which lacked a necessary major bump, add a major MMN bump
to account for the short-lived API addition/removal.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@678947
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 22 Jul 2008 14:27:16 +0000 (14:27 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@678770
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Tue, 22 Jul 2008 13:43:24 +0000 (13:43 +0000)]
* Ensure that the SSL filters are not inserted on FTP data connections even
if the virtual host that causes the proxy request has SSL enabled.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@678761
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Tue, 22 Jul 2008 13:21:36 +0000 (13:21 +0000)]
New Turkish translations
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@678757
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Tue, 22 Jul 2008 08:29:41 +0000 (08:29 +0000)]
PR#45450: include new MySQL options in mod_dbd docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@678673
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Tue, 22 Jul 2008 07:40:28 +0000 (07:40 +0000)]
New Turkish translations
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by: Yücel Haluk Bugüner <haluk buguner.name.tr>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@678664
13f79535 -47bb-0310-9956-
ffa450edef68
Ruediger Pluem [Sat, 19 Jul 2008 14:00:23 +0000 (14:00 +0000)]
* Prevent a segfault when a CGI script sets a cookie with a null value.
Submitted by: David Shane Holden <dpejesh apache.org>
Reviewed by: rpluem
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@678160
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Sat, 19 Jul 2008 10:30:42 +0000 (10:30 +0000)]
pre-translation improvements
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@678127
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Sat, 19 Jul 2008 07:55:19 +0000 (07:55 +0000)]
pre-translation improvements
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@678113
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Sat, 19 Jul 2008 06:42:30 +0000 (06:42 +0000)]
pre-translation improvements
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@678108
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Sat, 19 Jul 2008 04:53:17 +0000 (04:53 +0000)]
fixed the xml-validation error
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@678098
13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Sat, 19 Jul 2008 04:48:27 +0000 (04:48 +0000)]
some cosmetic improvements
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@678097
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 13 Jul 2008 20:01:46 +0000 (20:01 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@676427
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sat, 12 Jul 2008 19:07:54 +0000 (19:07 +0000)]
Remove dead link to Alan Flavell's stuff (noted by Lucien GENTIS
in the french version).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@676214
13f79535 -47bb-0310-9956-
ffa450edef68
David Shane Holden [Fri, 11 Jul 2008 21:59:59 +0000 (21:59 +0000)]
Add 'AuthzMergeRules Off' and a note to the default httpd.conf.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@676091
13f79535 -47bb-0310-9956-
ffa450edef68
David Shane Holden [Fri, 11 Jul 2008 21:02:23 +0000 (21:02 +0000)]
Use < instead of < in example code.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@676078
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Thu, 10 Jul 2008 15:15:31 +0000 (15:15 +0000)]
oops, I forgot to add mime-type image/png
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@675613
13f79535 -47bb-0310-9956-
ffa450edef68
Takashi Sato [Thu, 10 Jul 2008 15:13:38 +0000 (15:13 +0000)]
new Turkish translations
Submitted 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@675612
13f79535 -47bb-0310-9956-
ffa450edef68