]> granicus.if.org Git - apache/log
apache
13 years agoprovide links back to ap_expr-aware directives/modules
Eric Covener [Wed, 5 Jan 2011 16:22:42 +0000 (16:22 +0000)]
provide links back to ap_expr-aware directives/modules

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

13 years agoAdd examples using <If>.
Rich Bowen [Wed, 5 Jan 2011 16:22:39 +0000 (16:22 +0000)]
Add examples using <If>.

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

13 years agoChange AuthnCacheProvider --> AuthnCacheProvideFor to deal with overloading
Nick Kew [Wed, 5 Jan 2011 12:44:33 +0000 (12:44 +0000)]
Change AuthnCacheProvider --> AuthnCacheProvideFor to deal with overloading
of "provider" and likely confusion with AuthnCacheSOCache.

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

13 years agoTypo fix
Nick Kew [Wed, 5 Jan 2011 12:30:38 +0000 (12:30 +0000)]
Typo fix

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

13 years agoMake sure we clone the table rather than copy it, to ensure that no keys
Graham Leggett [Wed, 5 Jan 2011 09:53:55 +0000 (09:53 +0000)]
Make sure we clone the table rather than copy it, to ensure that no keys
or values allocated from r->pool end up referenced in the backend request.

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

13 years agoUpdate the comment to indicate what the backend request is really used for.
Graham Leggett [Wed, 5 Jan 2011 09:18:18 +0000 (09:18 +0000)]
Update the comment to indicate what the backend request is really used for.

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

13 years agomod_proxy_http: Allocate the fake backend request from a child pool
Graham Leggett [Wed, 5 Jan 2011 00:23:43 +0000 (00:23 +0000)]
mod_proxy_http: Allocate the fake backend request from a child pool
of the backend connection, instead of misusing the pool of the frontend
request. Fixes a thread safety issue where buckets set aside in the
backend connection leak into other threads, and then disappear when
the frontend request is cleaned up, in turn causing corrupted buckets
to make other threads spin.

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

13 years agomod_proxy_http: Ensure that when the backend is closed, the final call to
Graham Leggett [Tue, 4 Jan 2011 23:55:50 +0000 (23:55 +0000)]
mod_proxy_http: Ensure that when the backend is closed, the final call to
ap_proxy_http_cleanup() is suppressed, so that the backend is not cleaned
twice. Fixes a further thread safety issue.

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

13 years agoUpdate copyright year.
Rainer Jung [Mon, 3 Jan 2011 15:08:22 +0000 (15:08 +0000)]
Update copyright year.

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

13 years agoUpdate copyright to 2011
Rich Bowen [Mon, 3 Jan 2011 12:42:10 +0000 (12:42 +0000)]
Update copyright to 2011

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

13 years agoupdate transformation
André Malo [Sun, 2 Jan 2011 20:47:11 +0000 (20:47 +0000)]
update transformation

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

13 years agoupdate translation
André Malo [Sun, 2 Jan 2011 20:01:18 +0000 (20:01 +0000)]
update translation

Reviewed by: Kess <kess apache.org>

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

13 years agoUpdate transforms
Stefan Fritsch [Sun, 2 Jan 2011 18:45:22 +0000 (18:45 +0000)]
Update transforms

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

13 years agoFix EBCDIC related cut'n'paste error
Stefan Fritsch [Sun, 2 Jan 2011 18:34:17 +0000 (18:34 +0000)]
Fix EBCDIC related cut'n'paste error

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

13 years agoAdded another useful NetWare start script.
Guenter Knauf [Sun, 2 Jan 2011 14:10:07 +0000 (14:10 +0000)]
Added another useful NetWare start script.

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

13 years agoAdded shebang check so that .vbs scripts can work as CGI.
Guenter Knauf [Sun, 2 Jan 2011 04:33:28 +0000 (04:33 +0000)]
Added shebang check so that .vbs scripts can work as CGI.

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

13 years agoFixed NetWare NCF script; for now removed ap2prod.ncf.
Guenter Knauf [Sun, 2 Jan 2011 04:05:30 +0000 (04:05 +0000)]
Fixed NetWare NCF script; for now removed ap2prod.ncf.

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

13 years agoChange the format of the SSL_{CLIENT,SERVER}_{I,S}_DN variables
Stefan Fritsch [Sat, 1 Jan 2011 23:56:24 +0000 (23:56 +0000)]
Change the format of the SSL_{CLIENT,SERVER}_{I,S}_DN variables
to be RFC 2253 compatible, convert non-ASCII characters to UTF8, and
escape other special characters with backslashes. The old format can
still be used with the LegacyDNStringFormat argument to SSLOptions.

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

13 years agoupdate transformation
André Malo [Sat, 1 Jan 2011 22:40:40 +0000 (22:40 +0000)]
update transformation

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

13 years agomore markup
André Malo [Sat, 1 Jan 2011 22:35:50 +0000 (22:35 +0000)]
more markup

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

13 years agowording, markup
André Malo [Sat, 1 Jan 2011 22:08:23 +0000 (22:08 +0000)]
wording, markup

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

13 years agofix short description for usecanonicalphysicalport directive
André Malo [Sat, 1 Jan 2011 21:23:24 +0000 (21:23 +0000)]
fix short description for usecanonicalphysicalport directive

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

13 years agoupdate transformation
André Malo [Sat, 1 Jan 2011 00:31:34 +0000 (00:31 +0000)]
update transformation

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

13 years agoeven better markup
André Malo [Sat, 1 Jan 2011 00:29:38 +0000 (00:29 +0000)]
even better markup

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

13 years agoupdate transformation
André Malo [Sat, 1 Jan 2011 00:24:14 +0000 (00:24 +0000)]
update transformation

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

13 years agomarkup refinements
André Malo [Sat, 1 Jan 2011 00:21:49 +0000 (00:21 +0000)]
markup refinements

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

13 years agoupdate translation
André Malo [Sat, 1 Jan 2011 00:20:15 +0000 (00:20 +0000)]
update translation

Reviewed by: Kess <kess apache.org>

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

13 years agoRemove obsolete and redundant log message in env auth provider
Stefan Fritsch [Thu, 30 Dec 2010 22:38:30 +0000 (22:38 +0000)]
Remove obsolete and redundant log message in env auth provider

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

13 years agoChange another variable that could be confused for conn_rec.
Graham Leggett [Thu, 30 Dec 2010 18:32:15 +0000 (18:32 +0000)]
Change another variable that could be confused for conn_rec.

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

13 years agoFix a spin should we encounter a corrupt bucket from the proxy.
Graham Leggett [Thu, 30 Dec 2010 18:28:26 +0000 (18:28 +0000)]
Fix a spin should we encounter a corrupt bucket from the proxy.

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

13 years agoeliminate another var named 'c' which is not a conn_rec
Stefan Fritsch [Thu, 30 Dec 2010 17:46:06 +0000 (17:46 +0000)]
eliminate another var named 'c' which is not a conn_rec

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

13 years agoAdd mod_rewrite's SCRIPT_USER/SCRIPT_GROUP vars to ap_expr
Stefan Fritsch [Thu, 30 Dec 2010 13:00:36 +0000 (13:00 +0000)]
Add mod_rewrite's SCRIPT_USER/SCRIPT_GROUP vars to ap_expr

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

13 years agoMake the REQUEST_SCHEME variable available to scripts and mod_rewrite
Stefan Fritsch [Thu, 30 Dec 2010 12:34:19 +0000 (12:34 +0000)]
Make the REQUEST_SCHEME variable available to scripts and mod_rewrite

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

13 years agoAdd -T operator to allow easy evaluation of on/off, 1/0, ... variables
Stefan Fritsch [Thu, 30 Dec 2010 11:59:02 +0000 (11:59 +0000)]
Add -T operator to allow easy evaluation of on/off, 1/0, ... variables

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

13 years ago* Silence compiler warning
Ruediger Pluem [Thu, 30 Dec 2010 11:01:38 +0000 (11:01 +0000)]
* Silence compiler warning

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

13 years ago* Silence compiler warning about possibly uninitialized use
Ruediger Pluem [Thu, 30 Dec 2010 07:41:18 +0000 (07:41 +0000)]
* Silence compiler warning about possibly uninitialized use

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

13 years agoupdate transforms
Stefan Fritsch [Wed, 29 Dec 2010 21:54:25 +0000 (21:54 +0000)]
update transforms

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

13 years agoAllow to use arbitrary boolean expressions (ap_expr) in RewriteCond.
Stefan Fritsch [Wed, 29 Dec 2010 21:48:35 +0000 (21:48 +0000)]
Allow to use arbitrary boolean expressions (ap_expr) in RewriteCond.

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

13 years agoin struct backrefinfo: remove nsub member which is never read,
Stefan Fritsch [Wed, 29 Dec 2010 21:22:33 +0000 (21:22 +0000)]
in struct backrefinfo: remove nsub member which is never read,
make source member const

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

13 years agoAllow to unset environment variables using E=!VAR.
Stefan Fritsch [Wed, 29 Dec 2010 20:41:55 +0000 (20:41 +0000)]
Allow to unset environment variables using E=!VAR.

PR: 49512
Submitted by: Mark Drayton <mark markdrayton info>, Stefan Fritsch

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

13 years agoIn comments: s@ XX @ XXX: @ so they can actually be found seen.
Igor Galić [Wed, 29 Dec 2010 16:25:12 +0000 (16:25 +0000)]
In comments: s@ XX @ XXX: @ so they can actually be found seen.

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

13 years agoTypos.
Lucien Gentis [Wed, 29 Dec 2010 16:18:54 +0000 (16:18 +0000)]
Typos.

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

13 years agoupdate transformations
Igor Galić [Wed, 29 Dec 2010 16:17:40 +0000 (16:17 +0000)]
update transformations

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

13 years agoFix grammar.
Igor Galić [Wed, 29 Dec 2010 16:16:34 +0000 (16:16 +0000)]
Fix grammar.

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

13 years agoUpdates.
Lucien Gentis [Wed, 29 Dec 2010 15:43:54 +0000 (15:43 +0000)]
Updates.

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

13 years ago* Fix r1039304 and make the patch similar to the one proposed for
Ruediger Pluem [Wed, 29 Dec 2010 09:43:56 +0000 (09:43 +0000)]
* Fix r1039304 and make the patch similar to the one proposed for
  2.2.x: If the SSL handshake to the backend fails we cannot even
  sent an HTTP request. So the check needs to happen already when
  we sent data not when we receive data.

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

13 years agoxforms
Eric Covener [Wed, 29 Dec 2010 03:39:31 +0000 (03:39 +0000)]
xforms

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

13 years agomention my flip-flop on "Header always" to not add additional confusion to
Eric Covener [Wed, 29 Dec 2010 03:38:28 +0000 (03:38 +0000)]
mention my flip-flop on "Header always" to not add additional confusion to
someone treading in this area, and plan to remove after GA.

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

13 years agoPR50525: Header always ... doesn't really mean "always" in terms of what you
Eric Covener [Wed, 29 Dec 2010 03:32:23 +0000 (03:32 +0000)]
PR50525: Header always ... doesn't really mean "always" in terms of what you
can edit/merge/append/set since it only looks at r->err_headers_out and
the initial value may have lived in r->headers_out.

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

13 years agorevert r1031670:
Eric Covener [Wed, 29 Dec 2010 03:08:44 +0000 (03:08 +0000)]
revert r1031670:

    Change the default of the Header directive to apply to responses of all types
    instead of just 2xx successful responses.

This turned out to be do more harm than good for anything other
than "set", since "always" doesn't ever see/operate on existing
r->headers_out headers -- just err_headers_out.

I think onsuccess needs to remain the default and this needs to move into a
doc revamp.

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

13 years agoadd a 2.3.9-era CHANGES entry that should have been noted for
Eric Covener [Wed, 29 Dec 2010 03:03:35 +0000 (03:03 +0000)]
add a 2.3.9-era CHANGES entry that should have been noted for
mod_headers defaults.

Should I flag this CHANGES entry in any way?

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

13 years agoupdate transformation
André Malo [Tue, 28 Dec 2010 21:25:27 +0000 (21:25 +0000)]
update transformation

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

13 years agoupdate translation
André Malo [Tue, 28 Dec 2010 21:23:49 +0000 (21:23 +0000)]
update translation

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

13 years agoupdate transformation
André Malo [Tue, 28 Dec 2010 21:10:37 +0000 (21:10 +0000)]
update transformation

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

13 years agoRemove some stuff that's already been done.
Rich Bowen [Tue, 28 Dec 2010 16:26:27 +0000 (16:26 +0000)]
Remove some stuff that's already been done.

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

13 years agoApplying patch from PR 33078 (with slight changes to its return values)
Igor Galić [Tue, 28 Dec 2010 15:56:46 +0000 (15:56 +0000)]
Applying patch from PR 33078 (with slight changes to its return values)
This patch disallows the mixing of relative (+/-) and absolute Options where insensible.

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

13 years agoLog a trace message if we drop a header with an invalid name
Stefan Fritsch [Tue, 28 Dec 2010 14:53:59 +0000 (14:53 +0000)]
Log a trace message if we drop a header with an invalid name

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

13 years agoMove duplicated code into utility functions
Stefan Fritsch [Tue, 28 Dec 2010 14:48:51 +0000 (14:48 +0000)]
Move duplicated code into utility functions

Submitted by: Malte S. Stretz <mss@apache.org>, Stefan Fritsch

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

13 years agoCorrect typo in CHANGES, as per tid50321
Rich Bowen [Tue, 28 Dec 2010 14:36:30 +0000 (14:36 +0000)]
Correct typo in CHANGES, as per tid50321

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

13 years agoupdate transforms
Stefan Fritsch [Tue, 28 Dec 2010 14:33:45 +0000 (14:33 +0000)]
update transforms

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

13 years agoWhen exporting request headers to HTTP_* environment variables, drop variables
Stefan Fritsch [Tue, 28 Dec 2010 14:20:52 +0000 (14:20 +0000)]
When exporting request headers to HTTP_* environment variables, drop variables
whose names contain invalid characters. Describe in the docs how to restore the
old behaviour.

Submitted by: Malte S. Stretz <mss apache org>

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

13 years agoreadability improvements:
Stefan Fritsch [Tue, 28 Dec 2010 13:39:04 +0000 (13:39 +0000)]
readability improvements:
rename w -> user, x -> prefix
break some very long lines

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

13 years agoRename some variables for better readability:
Stefan Fritsch [Tue, 28 Dec 2010 13:35:15 +0000 (13:35 +0000)]
Rename some variables for better readability:
p -> alias (not a pool)
r -> real  (not a request_rec)
f -> fake

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

13 years agoprefer exact port matches in ip-based VH lookup over wildcards.
Eric Covener [Tue, 28 Dec 2010 11:21:56 +0000 (11:21 +0000)]
prefer exact port matches in ip-based VH lookup over wildcards.

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

13 years agoDoc for r1053230, NameVirtualHost is now unnecessary and other general NVH-vs-VH...
Eric Covener [Tue, 28 Dec 2010 00:53:56 +0000 (00:53 +0000)]
Doc for r1053230, NameVirtualHost is now unnecessary and other general NVH-vs-VH improvements.

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

13 years agoRemove need for NameVirtualHost directive by implicitly configuring any duplicated
Eric Covener [Tue, 28 Dec 2010 00:46:50 +0000 (00:46 +0000)]
Remove need for NameVirtualHost directive by implicitly configuring any duplicated
VH addresses as name-based virtual hosts.  This also combines _default_ and *
into a single type of wildcard since these presented a false dichotomy between
address specs.

These are post-config only changes and do not change the runtime lookups.

The biggest loss here is that an unintended duplication of virtual host addresses
can no longer be reported as directly in the past, but should still be debuggabl
via apachectl -S (unintended NVH).  These problems are a drop in the bucket compared
to the difficulty users have with using NameVirtualHost.

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

13 years agoupdate transformation
André Malo [Mon, 27 Dec 2010 23:46:25 +0000 (23:46 +0000)]
update transformation

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

13 years agoupdate translation
André Malo [Mon, 27 Dec 2010 23:44:48 +0000 (23:44 +0000)]
update translation

Reviewed by: Kess <kess apache.org>

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

13 years agoupdate transformation
André Malo [Mon, 27 Dec 2010 23:02:41 +0000 (23:02 +0000)]
update transformation

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

13 years agoUpdate translation, bit by bit.
André Malo [Mon, 27 Dec 2010 23:01:14 +0000 (23:01 +0000)]
Update translation, bit by bit.

Reviewed by: Kess <kess apache.org>

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

13 years agoprovide a mod_substitute example that uses backreferences
Eric Covener [Mon, 27 Dec 2010 22:41:00 +0000 (22:41 +0000)]
provide a mod_substitute example that uses backreferences
for matching as well as for substitution.

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

13 years agoupdate transformation
André Malo [Mon, 27 Dec 2010 21:53:39 +0000 (21:53 +0000)]
update transformation

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

13 years agoupdate translation
André Malo [Mon, 27 Dec 2010 21:51:56 +0000 (21:51 +0000)]
update translation

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

13 years agoRebuild transformations.
Rich Bowen [Mon, 27 Dec 2010 19:22:32 +0000 (19:22 +0000)]
Rebuild transformations.

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

13 years agoRemove unnecessary trailing / on <Directory /home> example. tid50421
Rich Bowen [Mon, 27 Dec 2010 19:20:03 +0000 (19:20 +0000)]
Remove unnecessary trailing / on <Directory /home> example. tid50421

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

13 years agoTypo and grammatical corrections for French error docs provided by
Rich Bowen [Mon, 27 Dec 2010 19:09:00 +0000 (19:09 +0000)]
Typo and grammatical corrections for French error docs provided by
Xavier Robin. tid50517

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

13 years agoRemoved define obsolete since r93260.
Guenter Knauf [Sat, 25 Dec 2010 12:44:37 +0000 (12:44 +0000)]
Removed define obsolete since r93260.

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

13 years agoUpdate.
Lucien Gentis [Fri, 24 Dec 2010 14:43:12 +0000 (14:43 +0000)]
Update.

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

13 years agoRebuild transformations.
Igor Galić [Fri, 24 Dec 2010 01:21:11 +0000 (01:21 +0000)]
Rebuild transformations.

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

13 years agoChanging the default Options from All to FollowSymlinks.
Igor Galić [Fri, 24 Dec 2010 00:37:30 +0000 (00:37 +0000)]
Changing the default Options from All to FollowSymlinks.

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

13 years ago* The concept of the cleaned flag is flawed: Once we returned the connection
Ruediger Pluem [Thu, 23 Dec 2010 16:43:43 +0000 (16:43 +0000)]
* The concept of the cleaned flag is flawed: Once we returned the connection
  to the pool we cannot longer rely on it as another thread could have leased
  the connection in the meantime and might have modified it.
  BUT: We only use this flag once we returned the connection to the pool.
  So signal that we returned the connection to the pool by something that is
  local to the thread, in this case set backend to NULL if we already have
  returende the connection.

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

13 years ago* Do not fiddle around with the close field if we might have returned the
Ruediger Pluem [Thu, 23 Dec 2010 11:10:56 +0000 (11:10 +0000)]
* Do not fiddle around with the close field if we might have returned the
  connection to the pool already. It might be already in use again by another
  thread.

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

13 years agoThe alias_set variable is set when a parent location contains a ProxyPass,
Graham Leggett [Tue, 21 Dec 2010 20:00:38 +0000 (20:00 +0000)]
The alias_set variable is set when a parent location contains a ProxyPass,
so this check catches valid ProxyPasses. Remove the check.

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

13 years agonote release
Jim Jagielski [Tue, 21 Dec 2010 18:19:31 +0000 (18:19 +0000)]
note release

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

13 years agorotatelogs: Add -e option to write logs through to stdout for optional
Graham Leggett [Tue, 21 Dec 2010 17:52:43 +0000 (17:52 +0000)]
rotatelogs: Add -e option to write logs through to stdout for optional
further processing.

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

13 years ago* Do not drop contents of incomplete lines, but safe them for the next
Ruediger Pluem [Tue, 21 Dec 2010 11:43:42 +0000 (11:43 +0000)]
* Do not drop contents of incomplete lines, but safe them for the next
  round of reading.

PR: 50481

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

13 years agoText, please
William A. Rowe Jr [Tue, 21 Dec 2010 00:37:31 +0000 (00:37 +0000)]
Text, please

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

13 years agoText, please
William A. Rowe Jr [Mon, 20 Dec 2010 23:36:12 +0000 (23:36 +0000)]
Text, please

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

13 years agoUpdate.
Lucien Gentis [Mon, 20 Dec 2010 13:28:01 +0000 (13:28 +0000)]
Update.

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

13 years agoFix typos, update transforms
Stefan Fritsch [Sun, 19 Dec 2010 22:53:32 +0000 (22:53 +0000)]
Fix typos, update transforms

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

13 years agoadd some links
Stefan Fritsch [Sun, 19 Dec 2010 22:48:57 +0000 (22:48 +0000)]
add some links

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

13 years agoa bit more documentation for ap_expr's variables
Stefan Fritsch [Sun, 19 Dec 2010 22:35:02 +0000 (22:35 +0000)]
a bit more documentation for ap_expr's variables

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

13 years agoAdd dependency generation for shared objects
Stefan Fritsch [Sun, 19 Dec 2010 00:33:34 +0000 (00:33 +0000)]
Add dependency generation for shared objects

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

13 years agoupdate transformation
André Malo [Sat, 18 Dec 2010 20:01:39 +0000 (20:01 +0000)]
update transformation

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

13 years agoadd security warning about the new AuthzSendForbiddenOnFailure directive.
André Malo [Sat, 18 Dec 2010 19:56:54 +0000 (19:56 +0000)]
add security warning about the new AuthzSendForbiddenOnFailure directive.

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

13 years agoupdate transforms
Stefan Fritsch [Sat, 18 Dec 2010 17:15:22 +0000 (17:15 +0000)]
update transforms

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

13 years agoAdd new AuthzSendForbiddenOnFailure directive to allow sending '403 FORBIDDEN'
Stefan Fritsch [Sat, 18 Dec 2010 17:11:14 +0000 (17:11 +0000)]
Add new AuthzSendForbiddenOnFailure directive to allow sending '403 FORBIDDEN'
instead of '401 UNAUTHORIZED' if authorization fails for an authenticated user

PR: 40721

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

13 years agonew localized message
Nilgun Belma Buguner [Sat, 18 Dec 2010 03:26:58 +0000 (03:26 +0000)]
new localized message

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

13 years ago./build.sh all
Igor Galić [Sat, 18 Dec 2010 00:24:23 +0000 (00:24 +0000)]
./build.sh all

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

13 years agoNobody cares about 1.2 or 1.3 compatibility.
Igor Galić [Sat, 18 Dec 2010 00:10:10 +0000 (00:10 +0000)]
Nobody cares about 1.2 or 1.3 compatibility.

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