André Malo
|
1cd677e630
|
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
|
2010-12-27 23:44:48 +00:00 |
|
André Malo
|
a3b7046b93
|
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053218 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-27 23:02:41 +00:00 |
|
André Malo
|
6ab2c7f46e
|
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
|
2010-12-27 23:01:14 +00:00 |
|
Eric Covener
|
544fd0542b
|
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
|
2010-12-27 22:41:00 +00:00 |
|
André Malo
|
c99b708ac6
|
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053202 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-27 21:53:39 +00:00 |
|
André Malo
|
6fe5513469
|
update translation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053201 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-27 21:51:56 +00:00 |
|
Rich Bowen
|
66761aba57
|
Rebuild transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053151 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-27 19:22:32 +00:00 |
|
Rich Bowen
|
5e13d63a71
|
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
|
2010-12-27 19:20:03 +00:00 |
|
Lucien Gentis
|
ac9d9d970e
|
Update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1052515 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-24 14:43:12 +00:00 |
|
Igor Galić
|
d136444dc8
|
Rebuild transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1052422 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-24 01:21:11 +00:00 |
|
Igor Galić
|
21e0a16abb
|
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
|
2010-12-24 00:37:30 +00:00 |
|
Graham Leggett
|
74030fa378
|
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
|
2010-12-21 17:52:43 +00:00 |
|
Lucien Gentis
|
0874ec02df
|
Update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1051096 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-20 13:28:01 +00:00 |
|
Stefan Fritsch
|
4766a90ae8
|
Fix typos, update transforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1050962 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-19 22:53:32 +00:00 |
|
Stefan Fritsch
|
00366b7497
|
add some links
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1050960 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-19 22:48:57 +00:00 |
|
Stefan Fritsch
|
734e24b274
|
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
|
2010-12-19 22:35:02 +00:00 |
|
André Malo
|
fac3b0c929
|
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1050701 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-18 20:01:39 +00:00 |
|
André Malo
|
12ef4855bd
|
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
|
2010-12-18 19:56:54 +00:00 |
|
Stefan Fritsch
|
378eeb715e
|
update transforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1050678 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-18 17:15:22 +00:00 |
|
Stefan Fritsch
|
e4603be7f5
|
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
|
2010-12-18 17:11:14 +00:00 |
|
Nilgun Belma Buguner
|
cb79d1b644
|
new localized message
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1050579 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-18 03:26:58 +00:00 |
|
Igor Galić
|
d32e233f67
|
./build.sh all
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1050547 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-18 00:24:23 +00:00 |
|
Igor Galić
|
afa84eb623
|
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
|
2010-12-18 00:10:10 +00:00 |
|
Lucien Gentis
|
4a268b569e
|
Update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1050429 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-17 15:54:49 +00:00 |
|
Vincent Deffontaines
|
46e97b76df
|
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
|
2010-12-14 20:03:01 +00:00 |
|
Stefan Fritsch
|
6aaf943720
|
fix compatibility info for ChrootDir
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1045321 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-13 19:18:28 +00:00 |
|
Jim Jagielski
|
4638eaa5da
|
And roll on 2.3.11...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1045185 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-13 15:44:55 +00:00 |
|
André Malo
|
26350bab37
|
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1044928 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-12 21:16:17 +00:00 |
|
André Malo
|
a124fba04d
|
remove wrong not-translated-yet section
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1044927 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-12 21:12:04 +00:00 |
|
André Malo
|
f0baf46cd0
|
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1044905 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-12 20:18:47 +00:00 |
|
André Malo
|
42d934159c
|
update translations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1044904 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-12 20:16:52 +00:00 |
|
André Malo
|
ffc22896b6
|
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1044902 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-12 20:03:58 +00:00 |
|
Lucien Gentis
|
95f5cd880e
|
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1044852 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-12 17:06:27 +00:00 |
|
Eric Covener
|
255170fcfa
|
fix copy/paste error
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1044738 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-11 23:13:45 +00:00 |
|
André Malo
|
1ca3c88e91
|
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1044737 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-11 23:11:25 +00:00 |
|
André Malo
|
99c1dac180
|
drop now-autogenerated sections
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1044736 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-11 23:10:08 +00:00 |
|
André Malo
|
2d92c4f580
|
fix properties file
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1044726 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-11 21:29:21 +00:00 |
|
André Malo
|
1ca6329996
|
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1044725 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-11 21:19:02 +00:00 |
|
André Malo
|
d247a8657e
|
the grammar police was here.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1044715 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-11 20:56:57 +00:00 |
|
André Malo
|
d66e87139b
|
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
|
2010-12-11 20:55:52 +00:00 |
|
André Malo
|
e4d5a12979
|
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1044709 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-11 20:38:37 +00:00 |
|
André Malo
|
9eaf196499
|
use localized not-translated-yet message
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1044704 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-11 20:20:33 +00:00 |
|
Igor Galić
|
d07c195916
|
./build.sh all
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1044702 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-11 20:10:20 +00:00 |
|
Igor Galić
|
21a4fb69dc
|
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
|
2010-12-11 20:09:32 +00:00 |
|
Lucien Gentis
|
d606a763a4
|
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1044688 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-11 17:52:18 +00:00 |
|
André Malo
|
fc8954db36
|
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1044540 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-10 23:49:15 +00:00 |
|
André Malo
|
f3ac1d322f
|
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
|
2010-12-10 23:44:48 +00:00 |
|
André Malo
|
540da85826
|
add sanity check
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1044538 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-10 23:37:46 +00:00 |
|
André Malo
|
97312fe645
|
update metafiles
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1044537 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-10 23:34:02 +00:00 |
|
André Malo
|
5fc76f91e1
|
add untranslated directives to the output
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1044532 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-10 23:17:11 +00:00 |
|