]> granicus.if.org Git - apache/log
apache
16 years ago* Introduce environment variable proxy-initial-not-pooled to avoid reusing
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

16 years ago* Update transformation
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

16 years ago* Add the possibility to set a separate connection timeout for backend
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

16 years ago* Improve timeout documentation even more
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

16 years ago* Fix bogus explanation of timeout parameter
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

16 years agoOffer a little more detail in troubleshooting problems with .htaccess
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

16 years agoAdmonish people not to put "AllowOverride All" in <Directory /> and
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

16 years agoAdds LogFormat example to the split-logfiles documentation to clarify
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

16 years agomod_dav_fs: Retrieve minimal system information about directory
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

16 years ago* Move nonce field inside the html form.
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

16 years agoUpdated
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

16 years ago* server/util_cookies.c (ap_cookie_write2): Add missing sentinel in
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

16 years ago* modules/mappers/mod_rewrite.c (cmd_rewritelock): Add missing
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

16 years ago* modules/ssl/ssl_engine_io.c (ssl_io_input_getline): Document
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

16 years ago* modules/ssl/ssl_engine_io.c (char_buffer_read): Use memmove in place
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

16 years agoRelax checks for OCSP responder URIs:
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

16 years ago* Prevent XSS attacks when using wildcards in the path of the FTP URL
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

16 years agoMake list_hooks.pl multi-line aware, and swallow up the
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

16 years agopicking nits - de-tab
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

16 years agoSimplyfy codepath. Don't treat "" as special, just
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

16 years agoNew Turkish translations
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

16 years ago *) mod_cgid: Pass along empty command line arguments from an ISINDEX
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

16 years ago* Remove call to apr_reslist_destroy. With the latest trunk version of
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

16 years agopre-translation improvements
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

16 years agoeol-style: native
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

16 years agoupdate Japanese translations
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

16 years ago* Give possible piped loggers a chance to process their input before they get
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

16 years ago* Construct a site in the reverse proxy case when there is non.
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

16 years agoUpdate xforms
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

16 years agoChange r->content_type when mod_headers sets the Content-Type header
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

16 years agoUpdated
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

16 years agofixed an erroneous link
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

16 years agofixed faq and rewrite links
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

16 years agopropogate a NULL get_realm_hash() implementation from AuthnProviderAlias back
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

16 years agorevert r672639 which lacked a necessary major bump, add a major MMN bump
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

16 years agoupdate transformation
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

16 years ago* Ensure that the SSL filters are not inserted on FTP data connections even
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

16 years agoNew Turkish translations
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

16 years agoPR#45450: include new MySQL options in mod_dbd docs
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

16 years agoNew Turkish translations
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

16 years ago* Prevent a segfault when a CGI script sets a cookie with a null value.
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

16 years agopre-translation improvements
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

16 years agopre-translation improvements
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

16 years agopre-translation improvements
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

16 years agofixed the xml-validation error
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

16 years agosome cosmetic improvements
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

16 years agoupdate transformation
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

16 years agoRemove dead link to Alan Flavell's stuff (noted by Lucien GENTIS
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

16 years agoAdd 'AuthzMergeRules Off' and a note to the default httpd.conf.
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

16 years agoUse &lt; instead of < in example code.
David Shane Holden [Fri, 11 Jul 2008 21:02:23 +0000 (21:02 +0000)]
Use &lt; instead of < in example code.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@676078 13f79535-47bb-0310-9956-ffa450edef68

16 years agooops, I forgot to add mime-type image/png
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

16 years agonew Turkish translations
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

16 years agoremove outdated link
Takashi Sato [Thu, 10 Jul 2008 15:07:51 +0000 (15:07 +0000)]
remove outdated link

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@675610 13f79535-47bb-0310-9956-ffa450edef68

16 years agonote negation of env-var (env=!)
Takashi Sato [Thu, 10 Jul 2008 13:27:37 +0000 (13:27 +0000)]
note negation of env-var (env=!)

PR: 44901

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@675568 13f79535-47bb-0310-9956-ffa450edef68

16 years agosync
Takashi Sato [Thu, 10 Jul 2008 13:16:15 +0000 (13:16 +0000)]
sync

Submitted by: kawai
Reviewed by: takashi

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@675567 13f79535-47bb-0310-9956-ffa450edef68

16 years agoupdate and sync
Takashi Sato [Thu, 10 Jul 2008 13:15:42 +0000 (13:15 +0000)]
update and sync

Submitted by: kawai, takashi
Reviewed by: takashi, kawai

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@675566 13f79535-47bb-0310-9956-ffa450edef68

16 years agoMissing <var> tags.
Tony Stevenson [Tue, 8 Jul 2008 20:11:04 +0000 (20:11 +0000)]
Missing <var> tags.

Fix submitted by Igor Galić

Cheers

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@674934 13f79535-47bb-0310-9956-ffa450edef68

16 years agoFix long-obsolete summary in mod_auth_digest.
Nick Kew [Mon, 7 Jul 2008 18:31:32 +0000 (18:31 +0000)]
Fix long-obsolete summary in mod_auth_digest.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@674578 13f79535-47bb-0310-9956-ffa450edef68

16 years agocorrect the digest password Java example code - doc PR 45340
Thomas J. Donovan [Mon, 7 Jul 2008 10:50:57 +0000 (10:50 +0000)]
correct the digest password Java example code - doc PR 45340

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@674445 13f79535-47bb-0310-9956-ffa450edef68

16 years agofix comment associated with MMN change
Eric Covener [Sun, 6 Jul 2008 23:49:22 +0000 (23:49 +0000)]
fix comment associated with MMN change

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@674364 13f79535-47bb-0310-9956-ffa450edef68

16 years ago* Prevent Header edit from processing only the first header it should
Ruediger Pluem [Fri, 4 Jul 2008 10:54:36 +0000 (10:54 +0000)]
* Prevent Header edit from processing only the first header it should
  edit and deleting the remaining ones by iterating over all headers
  with the same name.

PR: 45333

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@674000 13f79535-47bb-0310-9956-ffa450edef68

16 years ago* Include http_config.h to ensure that cmd_parms is defined, otherwise
Ruediger Pluem [Fri, 4 Jul 2008 10:54:09 +0000 (10:54 +0000)]
* Include http_config.h to ensure that cmd_parms is defined, otherwise
  e.g. the perl test framework breaks.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@673999 13f79535-47bb-0310-9956-ffa450edef68

16 years agoupdate Japanese translations.
Takashi Sato [Wed, 2 Jul 2008 10:43:59 +0000 (10:43 +0000)]
update Japanese translations.

Submitted by: kawai, takashi
Reviewed by: takashi, kawai

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@673353 13f79535-47bb-0310-9956-ffa450edef68

16 years agocaught by Ruediger
Eric Covener [Sun, 29 Jun 2008 20:09:45 +0000 (20:09 +0000)]
caught by Ruediger

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@672671 13f79535-47bb-0310-9956-ffa450edef68

16 years agomod_auth_digest: Detect during startup when AuthDigestProvider
Eric Covener [Sun, 29 Jun 2008 16:42:43 +0000 (16:42 +0000)]
mod_auth_digest: Detect during startup when AuthDigestProvider
is configured to use an incompatible provider via AuthnProviderAlias.
PR 45196

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@672639 13f79535-47bb-0310-9956-ffa450edef68

16 years agoupdate Turkish translations
Takashi Sato [Mon, 23 Jun 2008 18:09:40 +0000 (18:09 +0000)]
update 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@670697 13f79535-47bb-0310-9956-ffa450edef68

16 years agoupdate Japanese translations
Takashi Sato [Mon, 23 Jun 2008 18:05:37 +0000 (18:05 +0000)]
update Japanese translations

Submitted by: kawai
Reviewed by: takashi

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@670692 13f79535-47bb-0310-9956-ffa450edef68

16 years agoPrevent XML code from creating a broken link
Martin Kraemer [Mon, 23 Jun 2008 08:32:51 +0000 (08:32 +0000)]
Prevent XML code from creating a broken link

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@670478 13f79535-47bb-0310-9956-ffa450edef68

16 years agoFix broken link
Martin Kraemer [Mon, 23 Jun 2008 08:26:22 +0000 (08:26 +0000)]
Fix broken link

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@670474 13f79535-47bb-0310-9956-ffa450edef68

16 years ago* Fix formating. No functional change.
Ruediger Pluem [Sat, 21 Jun 2008 20:02:21 +0000 (20:02 +0000)]
* Fix formating. No functional change.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@670254 13f79535-47bb-0310-9956-ffa450edef68

16 years agoUpdate mod_dbd page for ODBC driver
Thomas J. Donovan [Sat, 21 Jun 2008 17:51:56 +0000 (17:51 +0000)]
Update mod_dbd page for ODBC driver

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@670241 13f79535-47bb-0310-9956-ffa450edef68

16 years agoupdate transformations
Takashi Sato [Sat, 21 Jun 2008 17:44:43 +0000 (17:44 +0000)]
update transformations

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@670238 13f79535-47bb-0310-9956-ffa450edef68

16 years agonew Turkish translations.
Takashi Sato [Sat, 21 Jun 2008 17:04:57 +0000 (17:04 +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@670227 13f79535-47bb-0310-9956-ffa450edef68

16 years agosync.
Hiroaki Kawai [Sat, 21 Jun 2008 15:40:05 +0000 (15:40 +0000)]
sync.
Submitted by: takashi, kawai
Reviewed by: kawai, takashi

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@670211 13f79535-47bb-0310-9956-ffa450edef68

16 years agosync.
Hiroaki Kawai [Sat, 21 Jun 2008 14:35:53 +0000 (14:35 +0000)]
sync.
Submitted by: takashi
Reviewed by: kawai

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@670205 13f79535-47bb-0310-9956-ffa450edef68

16 years agocorrect r670061 - preserve query string with [noescape, proxy]
Thomas J. Donovan [Sat, 21 Jun 2008 13:48:45 +0000 (13:48 +0000)]
correct r670061 - preserve query string with [noescape, proxy]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@670198 13f79535-47bb-0310-9956-ffa450edef68

16 years agosync.
Hiroaki Kawai [Sat, 21 Jun 2008 05:45:38 +0000 (05:45 +0000)]
sync.
Submitted by: takashi, kawai
Reviewed by: kawai, takashi

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@670144 13f79535-47bb-0310-9956-ffa450edef68

16 years agosync with English files
Takashi Sato [Sat, 21 Jun 2008 04:00:23 +0000 (04:00 +0000)]
sync with English files

* bind:xml.ja
English Revision: 587444
Submitted by: kawai, takashi
Reviewed by: takashi, kawai

* mod/mod_speling.xml.ja
English Revision: 420990
Submitted by: takashi
Reviewed by: kawai

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@670134 13f79535-47bb-0310-9956-ffa450edef68

16 years agosync.
Hiroaki Kawai [Sat, 21 Jun 2008 03:16:24 +0000 (03:16 +0000)]
sync.
Submitted by: takashi
Reviewed by: kawai

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@670131 13f79535-47bb-0310-9956-ffa450edef68

16 years agoSync.
Hiroaki Kawai [Sat, 21 Jun 2008 02:56:47 +0000 (02:56 +0000)]
Sync.
Submitted by: takashi
Reviewed by: kawai

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@670128 13f79535-47bb-0310-9956-ffa450edef68

16 years agoAfter r649840, mod_proxy_http will no longer append a query string from r->args if...
Thomas J. Donovan [Fri, 20 Jun 2008 21:12:34 +0000 (21:12 +0000)]
After r649840, mod_proxy_http will no longer append a query string from r->args if "no-canon".

Moved the NOESCAPE test down after PATH_INFO, and preserve the query string in r->filename if
NOESCAPE (which implies "no-canon")

Previously this was only done for CONNECT requests, where (r->uri == r->unparsed_uri)
see mod_proxy:proxy_detect

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@670061 13f79535-47bb-0310-9956-ffa450edef68

16 years agoAdopt conditional handling for the new AC_USE_SYSTEM_EXTENSIONS as of 2.60.
William A. Rowe Jr [Fri, 20 Jun 2008 17:33:15 +0000 (17:33 +0000)]
Adopt conditional handling for the new AC_USE_SYSTEM_EXTENSIONS as of 2.60.

Submitted by: Arfrever Frehtes Taifersar Arahesis <arfrever.fta gmail.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@670003 13f79535-47bb-0310-9956-ffa450edef68

16 years agoThis macro for SSL detection was altogether wrong. Refactoring
William A. Rowe Jr [Fri, 20 Jun 2008 14:51:39 +0000 (14:51 +0000)]
This macro for SSL detection was altogether wrong.  Refactoring
to restore the ability to build and link against a specified
--with-ssl[c]=path, including use of pkg-config variables which
were ignored during the autoconf test phase.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@669924 13f79535-47bb-0310-9956-ffa450edef68

16 years agoAC_USE_SYSTEM_EXTENSIONS encompases _MINIX and _AIX and
William A. Rowe Jr [Fri, 20 Jun 2008 14:49:08 +0000 (14:49 +0000)]
AC_USE_SYSTEM_EXTENSIONS encompases _MINIX and _AIX and
silences autoconf 2.62

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@669919 13f79535-47bb-0310-9956-ffa450edef68

16 years ago* add <compatibility> to DefaultType
Takashi Sato [Fri, 20 Jun 2008 10:17:57 +0000 (10:17 +0000)]
* add <compatibility> to DefaultType
* minor fixes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@669847 13f79535-47bb-0310-9956-ffa450edef68

16 years agosync.
Hiroaki Kawai [Fri, 20 Jun 2008 01:18:34 +0000 (01:18 +0000)]
sync.
Submitted by: takashi
Reviewed by: kawai

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@669754 13f79535-47bb-0310-9956-ffa450edef68

16 years agosync.
Hiroaki Kawai [Fri, 20 Jun 2008 01:08:48 +0000 (01:08 +0000)]
sync.
Submitted by: takashi
Reviewed by: kawai

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@669753 13f79535-47bb-0310-9956-ffa450edef68

16 years agosync.
Hiroaki Kawai [Fri, 20 Jun 2008 00:55:10 +0000 (00:55 +0000)]
sync.
Submitted by: takashi
Reviewed by: kawai

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@669752 13f79535-47bb-0310-9956-ffa450edef68

16 years ago* mod/mod_proxy_fcgi.xml: fix the wrong module name
Takashi Sato [Thu, 19 Jun 2008 22:56:55 +0000 (22:56 +0000)]
* mod/mod_proxy_fcgi.xml: fix the wrong module name
* programs/index.xml: add fcgistarter

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@669736 13f79535-47bb-0310-9956-ffa450edef68

16 years agoupdate transformations
Takashi Sato [Thu, 19 Jun 2008 16:59:15 +0000 (16:59 +0000)]
update transformations

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@669568 13f79535-47bb-0310-9956-ffa450edef68

16 years agoset LastChangedRevision
Takashi Sato [Thu, 19 Jun 2008 16:56:31 +0000 (16:56 +0000)]
set LastChangedRevision

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@669564 13f79535-47bb-0310-9956-ffa450edef68

16 years agoadjust revision reference
Takashi Sato [Thu, 19 Jun 2008 16:51:03 +0000 (16:51 +0000)]
adjust revision reference

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@669556 13f79535-47bb-0310-9956-ffa450edef68

16 years agoAdd documents of mod_proxy_fcgi and fcgistarter.
Takashi Sato [Thu, 19 Jun 2008 16:33:36 +0000 (16:33 +0000)]
Add documents of mod_proxy_fcgi and fcgistarter.
These are incomplete.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@669542 13f79535-47bb-0310-9956-ffa450edef68

16 years agofix source file names of mod_proxy_*
Takashi Sato [Thu, 19 Jun 2008 12:49:59 +0000 (12:49 +0000)]
fix source file names of mod_proxy_*

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@669473 13f79535-47bb-0310-9956-ffa450edef68

16 years agoworker/event MPMs: graceful-stop doesn't work if the listener thread is
Greg Ames [Tue, 17 Jun 2008 20:59:55 +0000 (20:59 +0000)]
worker/event MPMs: graceful-stop doesn't work if the listener thread is
waiting for an available worker thread.  PR 43081

Reported by: Paul Querna
Debugged by: Takashi Sato [takashi lans-tv.com]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@668826 13f79535-47bb-0310-9956-ffa450edef68

16 years agoget the Event MPM to compile again
Greg Ames [Tue, 17 Jun 2008 20:36:37 +0000 (20:36 +0000)]
get the Event MPM to compile again

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@668820 13f79535-47bb-0310-9956-ffa450edef68

16 years agoupdate transformations
Takashi Sato [Tue, 17 Jun 2008 17:15:12 +0000 (17:15 +0000)]
update transformations

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@668751 13f79535-47bb-0310-9956-ffa450edef68

16 years agoAdd a example of SeeRequestTail
Takashi Sato [Tue, 17 Jun 2008 12:10:40 +0000 (12:10 +0000)]
Add a example of  SeeRequestTail

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@668628 13f79535-47bb-0310-9956-ffa450edef68

16 years ago* clean the compatibility note of SeeRequestTail
Takashi Sato [Tue, 17 Jun 2008 11:35:30 +0000 (11:35 +0000)]
* clean the compatibility note of SeeRequestTail
* use <code>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@668620 13f79535-47bb-0310-9956-ffa450edef68

16 years agoSync.
Hiroaki Kawai [Mon, 16 Jun 2008 15:30:10 +0000 (15:30 +0000)]
Sync.
Submitted by: takashi
Reviewed by: kawai

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@668196 13f79535-47bb-0310-9956-ffa450edef68