]> granicus.if.org Git - apache/log
apache
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

13 years agoUpdate.
Lucien Gentis [Fri, 17 Dec 2010 15:54:49 +0000 (15:54 +0000)]
Update.

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

13 years agoRemoved remaining reference to CORE_PRIVATE.
Guenter Knauf [Thu, 16 Dec 2010 10:57:48 +0000 (10:57 +0000)]
Removed remaining reference to CORE_PRIVATE.

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

13 years agoRemove some obsolete files from obsolete and
Rainer Jung [Wed, 15 Dec 2010 21:51:12 +0000 (21:51 +0000)]
Remove some obsolete files from obsolete and
incomplete list.

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

13 years agoThe expression parser has moved.
Rainer Jung [Wed, 15 Dec 2010 21:46:19 +0000 (21:46 +0000)]
The expression parser has moved.
Move the touch rules in the Netware Makefiles too.
Hope this works.

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

13 years agoRemoves the ":80" from the sole ServerName example of the documentation, as it is...
Vincent Deffontaines [Tue, 14 Dec 2010 20:03:01 +0000 (20:03 +0000)]
Removes the ":80" from the sole ServerName example of the documentation, as it is a dumb "default".

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

13 years agofix compatibility info for ChrootDir
Stefan Fritsch [Mon, 13 Dec 2010 19:18:28 +0000 (19:18 +0000)]
fix compatibility info for ChrootDir

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

13 years agoAnd roll on 2.3.11...
Jim Jagielski [Mon, 13 Dec 2010 15:44:55 +0000 (15:44 +0000)]
And roll on 2.3.11...

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

13 years agoGet ready to tag 2.3.10-alpha
Jim Jagielski [Mon, 13 Dec 2010 15:42:50 +0000 (15:42 +0000)]
Get ready to tag 2.3.10-alpha

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

13 years agoUpdate with blocker notes and indicate that 2.3.10 was never released
Jim Jagielski [Mon, 13 Dec 2010 15:35:08 +0000 (15:35 +0000)]
Update with blocker notes and indicate that 2.3.10 was never released

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

13 years agoupdate transformation
André Malo [Sun, 12 Dec 2010 21:16:17 +0000 (21:16 +0000)]
update transformation

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

13 years agoremove wrong not-translated-yet section
André Malo [Sun, 12 Dec 2010 21:12:04 +0000 (21:12 +0000)]
remove wrong not-translated-yet section

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

13 years agoupdate transformation
André Malo [Sun, 12 Dec 2010 20:18:47 +0000 (20:18 +0000)]
update transformation

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

13 years agoupdate translations
André Malo [Sun, 12 Dec 2010 20:16:52 +0000 (20:16 +0000)]
update translations

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

13 years agoupdate transformation
André Malo [Sun, 12 Dec 2010 20:03:58 +0000 (20:03 +0000)]
update transformation

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

13 years agoUpdates.
Lucien Gentis [Sun, 12 Dec 2010 17:06:27 +0000 (17:06 +0000)]
Updates.

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

13 years agofix copy/paste error
Eric Covener [Sat, 11 Dec 2010 23:13:45 +0000 (23:13 +0000)]
fix copy/paste error

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

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

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

13 years agodrop now-autogenerated sections
André Malo [Sat, 11 Dec 2010 23:10:08 +0000 (23:10 +0000)]
drop now-autogenerated sections

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

13 years agofix properties file
André Malo [Sat, 11 Dec 2010 21:29:21 +0000 (21:29 +0000)]
fix properties file

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

13 years agoupdate transformation
André Malo [Sat, 11 Dec 2010 21:19:02 +0000 (21:19 +0000)]
update transformation

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

13 years agothe grammar police was here.
André Malo [Sat, 11 Dec 2010 20:56:57 +0000 (20:56 +0000)]
the grammar police was here.

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

13 years agotranslate message
André Malo [Sat, 11 Dec 2010 20:55:52 +0000 (20:55 +0000)]
translate message

Reviewed by: Astrid Stolper <kess kess-net.de>

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

13 years agoupdate transformation
André Malo [Sat, 11 Dec 2010 20:38:37 +0000 (20:38 +0000)]
update transformation

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

13 years agouse localized not-translated-yet message
André Malo [Sat, 11 Dec 2010 20:20:33 +0000 (20:20 +0000)]
use localized not-translated-yet message

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

13 years ago./build.sh all
Igor Galić [Sat, 11 Dec 2010 20:10:20 +0000 (20:10 +0000)]
./build.sh all

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

13 years agoThe local uri part is *always* the whole Request_URI. Including the leading /.
Igor Galić [Sat, 11 Dec 2010 20:09:32 +0000 (20:09 +0000)]
The local uri part is *always* the whole Request_URI. Including the leading /.
Otherwise we end up with a 500, for infinite recursion.

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

13 years agoUpdates.
Lucien Gentis [Sat, 11 Dec 2010 17:52:18 +0000 (17:52 +0000)]
Updates.

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

13 years agodoxygen improvements
Stefan Fritsch [Sat, 11 Dec 2010 17:18:35 +0000 (17:18 +0000)]
doxygen improvements

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

13 years agoindentation + coding style fixes
Stefan Fritsch [Sat, 11 Dec 2010 17:16:54 +0000 (17:16 +0000)]
indentation + coding style fixes

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

13 years agoPR 50447: mod_rewrite escapes the original [escaped] query string even when
Eric Covener [Sat, 11 Dec 2010 16:14:06 +0000 (16:14 +0000)]
PR 50447: mod_rewrite escapes the original [escaped] query string even when
you haven't modified it.

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

13 years agoupdate transformation
André Malo [Fri, 10 Dec 2010 23:49:15 +0000 (23:49 +0000)]
update transformation

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

13 years agoremove those files and enter the html transformations as orphans until it's
André Malo [Fri, 10 Dec 2010 23:44:48 +0000 (23:44 +0000)]
remove those files and enter the html transformations as orphans until it's
cleaned up by the french translators

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

13 years agoadd sanity check
André Malo [Fri, 10 Dec 2010 23:37:46 +0000 (23:37 +0000)]
add sanity check

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

13 years agoupdate metafiles
André Malo [Fri, 10 Dec 2010 23:34:02 +0000 (23:34 +0000)]
update metafiles

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

13 years agoadd untranslated directives to the output
André Malo [Fri, 10 Dec 2010 23:17:11 +0000 (23:17 +0000)]
add untranslated directives to the output

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

13 years agoupdate transformation
André Malo [Fri, 10 Dec 2010 21:00:15 +0000 (21:00 +0000)]
update transformation

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

13 years agoThe FAQ is over *there*
Rich Bowen [Fri, 10 Dec 2010 14:53:32 +0000 (14:53 +0000)]
The FAQ is over *there*

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

13 years agoThe FAQ isn't here any more.
Rich Bowen [Fri, 10 Dec 2010 14:53:22 +0000 (14:53 +0000)]
The FAQ isn't here any more.

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

13 years agoThe FAQ isn't here any more.
Rich Bowen [Fri, 10 Dec 2010 14:52:08 +0000 (14:52 +0000)]
The FAQ isn't here any more.

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

13 years agoRebuild transformations.
Rich Bowen [Fri, 10 Dec 2010 14:38:14 +0000 (14:38 +0000)]
Rebuild transformations.

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

13 years agoSuggestion from André Malo -- use a nested section instead of putting in
Eric Covener [Fri, 10 Dec 2010 12:24:34 +0000 (12:24 +0000)]
Suggestion from André Malo -- use a nested section instead of putting in
an arbitrary anchor.

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

13 years agoupdate transformation
André Malo [Fri, 10 Dec 2010 08:49:46 +0000 (08:49 +0000)]
update transformation

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

13 years agovalidate-xml fix
Eric Covener [Thu, 9 Dec 2010 18:24:17 +0000 (18:24 +0000)]
validate-xml fix

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

13 years agoTypo correction, sent by Eduardo Tompson Pereira.
Rich Bowen [Thu, 9 Dec 2010 14:30:20 +0000 (14:30 +0000)]
Typo correction, sent by Eduardo Tompson Pereira.

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

13 years agoAdds Portuguese translation to error documents, from Pedro Freire.
Rich Bowen [Thu, 9 Dec 2010 13:25:03 +0000 (13:25 +0000)]
Adds Portuguese translation to error documents, from Pedro Freire.
tid41433

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

13 years agoRemove superfluous line from error document.
Rich Bowen [Thu, 9 Dec 2010 12:47:26 +0000 (12:47 +0000)]
Remove superfluous line from error document.

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

13 years agoRemoving unnecessary line from error doc.
Rich Bowen [Thu, 9 Dec 2010 12:46:38 +0000 (12:46 +0000)]
Removing unnecessary line from error doc.

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

13 years agotid43269 Improvements to the Spanish translation of the TIME OUT error
Rich Bowen [Thu, 9 Dec 2010 12:33:11 +0000 (12:33 +0000)]
tid43269 Improvements to the Spanish translation of the TIME OUT error
doc. Alejandro Lay

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

13 years agotid43268 Improve Spanish translation of error document. Alejandro Lay
Rich Bowen [Thu, 9 Dec 2010 12:28:44 +0000 (12:28 +0000)]
tid43268 Improve Spanish translation of error document. Alejandro Lay

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

13 years agoImprove spanish translation of error doc. Alejandro Lay. tid43267
Rich Bowen [Thu, 9 Dec 2010 12:21:27 +0000 (12:21 +0000)]
Improve spanish translation of error doc. Alejandro Lay. tid43267

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

13 years agoImprove Spanish translation of UNAUTHORIZED doc. Alejandro Lay. tid43266
Rich Bowen [Thu, 9 Dec 2010 12:17:08 +0000 (12:17 +0000)]
Improve Spanish translation of UNAUTHORIZED doc. Alejandro Lay. tid43266

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

13 years agotid 43265 - Improve Spanish translation of error document. Alejandro
Rich Bowen [Thu, 9 Dec 2010 12:01:59 +0000 (12:01 +0000)]
tid 43265 - Improve Spanish translation of error document. Alejandro
Lay.

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

13 years agotid43264 - Improve Spanish translation of error document. From
Rich Bowen [Thu, 9 Dec 2010 11:58:40 +0000 (11:58 +0000)]
tid43264 - Improve Spanish translation of error document. From
Alenjandro Lay.

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

13 years agoFix some doxygen warnings
Stefan Fritsch [Wed, 8 Dec 2010 21:59:46 +0000 (21:59 +0000)]
Fix some doxygen warnings

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

13 years agouse <directive> instead of <code>
Eric Covener [Wed, 8 Dec 2010 16:58:45 +0000 (16:58 +0000)]
use <directive> instead of <code>

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

13 years agoMove the description of how a name-based vhost is picked to the top
Eric Covener [Wed, 8 Dec 2010 16:52:34 +0000 (16:52 +0000)]
Move the description of how a name-based vhost is picked to the top
instead of burying it.  Reword some other "default vhost" references.

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

13 years agoImprove Spanish translation of error document. tid43263
Rich Bowen [Wed, 8 Dec 2010 14:16:12 +0000 (14:16 +0000)]
Improve Spanish translation of error document. tid43263

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

13 years agoImprove Spanish translation of NOT_IMPLEMENTED error doc. From Alejandro
Rich Bowen [Wed, 8 Dec 2010 13:42:10 +0000 (13:42 +0000)]
Improve Spanish translation of NOT_IMPLEMENTED error doc. From Alejandro
Lay. tid43262

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

13 years agoImprove spanish translation of HTTP_NOT_FOUND error - from Alejandro Lay
Rich Bowen [Wed, 8 Dec 2010 13:40:06 +0000 (13:40 +0000)]
Improve spanish translation of HTTP_NOT_FOUND error - from Alejandro Lay
- tid43261

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

13 years agoupdate transformation
André Malo [Tue, 7 Dec 2010 21:09:17 +0000 (21:09 +0000)]
update transformation

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

13 years agofix file encoding
André Malo [Tue, 7 Dec 2010 21:03:23 +0000 (21:03 +0000)]
fix file encoding

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

13 years agogenerated files
Jeff Trawick [Tue, 7 Dec 2010 16:53:56 +0000 (16:53 +0000)]
generated files

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

13 years agofollow up r1042758 and r1043011 with more fixes to use
Jeff Trawick [Tue, 7 Dec 2010 16:53:01 +0000 (16:53 +0000)]
follow up r1042758 and r1043011 with more fixes to use
proper example domains

(and show some respect in our mangled version of prep.ai.mit.edu
by using .edu instead of .com)

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

13 years agoImprove "method not allowed" spanish translation - from Alejandro Lay -
Rich Bowen [Tue, 7 Dec 2010 14:31:16 +0000 (14:31 +0000)]
Improve "method not allowed" spanish translation - from Alejandro Lay -
tid43259

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

13 years agotid43258 - Improvements to Spanish translation of HTTP Length Required
Rich Bowen [Tue, 7 Dec 2010 14:13:35 +0000 (14:13 +0000)]
tid43258 - Improvements to Spanish translation of HTTP Length Required
document, from Alejandro Jay

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

13 years agotid43254 - Update to Bad Request error document spanish translation -
Rich Bowen [Tue, 7 Dec 2010 14:09:56 +0000 (14:09 +0000)]
tid43254 - Update to Bad Request error document spanish translation -
Alejandro Jay

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

13 years agoImprove Spanish translation of HTTP Internal Server Error document, from
Rich Bowen [Tue, 7 Dec 2010 13:19:16 +0000 (13:19 +0000)]
Improve Spanish translation of HTTP Internal Server Error document, from
Alejandro Jay. Tid43257

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

13 years agoImprove Spanish translation of HTTP_GONE error document, from Alejandro
Rich Bowen [Tue, 7 Dec 2010 13:14:37 +0000 (13:14 +0000)]
Improve Spanish translation of HTTP_GONE error document, from Alejandro
Jay. tid43256

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

13 years agoImprove Spanish translation of the HTTP FORBIDDEN error page, from
Rich Bowen [Tue, 7 Dec 2010 13:09:25 +0000 (13:09 +0000)]
Improve Spanish translation of the HTTP FORBIDDEN error page, from
Alejandro Jay. tid43255

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

13 years agoPR50349: Honor 'AcceptPathInfo OFF' during internal redirects,
Eric Covener [Tue, 7 Dec 2010 13:06:22 +0000 (13:06 +0000)]
PR50349: Honor 'AcceptPathInfo OFF' during internal redirects,
such as per-directory mod_rewrite substitutions.   This would be left floating
around in the request_rec with a pcalloc'ed value, so the core fixup
hook thought some module had overridden it.

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

13 years agoImprove spanish translation of Bad Gateway error from Alejandro Jay. tid43253
Rich Bowen [Tue, 7 Dec 2010 13:02:42 +0000 (13:02 +0000)]
Improve spanish translation of Bad Gateway error from Alejandro Jay. tid43253

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

13 years agoImprove Spanish translation - Alejandro Jay - tid43252
Rich Bowen [Tue, 7 Dec 2010 12:54:02 +0000 (12:54 +0000)]
Improve Spanish translation - Alejandro Jay - tid43252

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