]> granicus.if.org Git - apache/log
apache
13 years agoPer the existing comment and setrlimit() behavior -- only prevent attempts to
Eric Covener [Sat, 4 Dec 2010 15:06:29 +0000 (15:06 +0000)]
Per the existing comment and setrlimit() behavior --  only prevent attempts to
raise the hard limit, not to lower it, by nonroot users.

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

13 years agoAdd support for RLimit* in mod_cgid. PR 42135.
Eric Covener [Sat, 4 Dec 2010 14:54:31 +0000 (14:54 +0000)]
Add support for RLimit* in mod_cgid.  PR 42135.

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

13 years agosimplify ServerName check with apr_fnmatch_test()
Eric Covener [Sat, 4 Dec 2010 12:03:38 +0000 (12:03 +0000)]
simplify ServerName check with apr_fnmatch_test()

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

13 years agoRemove useless 'const' to fix compiler warning
Stefan Fritsch [Sat, 4 Dec 2010 11:23:55 +0000 (11:23 +0000)]
Remove useless 'const' to fix compiler warning

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

13 years agoRename ap_expr's typedef names:
Stefan Fritsch [Sat, 4 Dec 2010 11:22:30 +0000 (11:22 +0000)]
Rename ap_expr's typedef names:
ap_expr            ->  ap_expr_t
ap_expr_parse_ctx  ->  ap_expr_parse_ctx_t
ap_expr_eval_ctx   ->  ap_expr_eval_ctx_t
ap_expr_lookup_fn  ->  ap_expr_lookup_fn_t
ap_expr_node_op    ->  ap_expr_node_op_e

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

13 years agocore: Fail startup when the argument to ServerName looks like a glob
Eric Covener [Sat, 4 Dec 2010 04:14:03 +0000 (04:14 +0000)]
core: Fail startup when the argument to ServerName looks like a glob
or a regular expression instead of a hostname (*?[]).  PR 39863

Submitted By: Rahul Nair <rahul.g.nair gmail.com>
Reviewed By: covener

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

13 years agore-fix wording
Eric Covener [Sat, 4 Dec 2010 03:45:19 +0000 (03:45 +0000)]
re-fix wording

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

13 years agoclarify about "enable/disable".
Eric Covener [Sat, 4 Dec 2010 03:41:01 +0000 (03:41 +0000)]
clarify about "enable/disable".

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

13 years agoadd a note about merging
Eric Covener [Sat, 4 Dec 2010 03:37:13 +0000 (03:37 +0000)]
add a note about merging

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

13 years agoPR44076: allow "userdir disabled" or "userdir public_html" in global scope to
Eric Covener [Sat, 4 Dec 2010 03:30:40 +0000 (03:30 +0000)]
PR44076: allow "userdir disabled" or "userdir public_html" in global scope to
be merged with lists of enabled users in virtual host context as one would
expect.

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

13 years agogenerated files
Jeff Trawick [Fri, 3 Dec 2010 20:20:29 +0000 (20:20 +0000)]
generated files

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

13 years agoclearly distinguish between independent UNC path examples to
Jeff Trawick [Fri, 3 Dec 2010 18:43:24 +0000 (18:43 +0000)]
clearly distinguish between independent UNC path examples to
prevent user confusion

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

13 years agogenerated html
Jeff Trawick [Fri, 3 Dec 2010 18:03:55 +0000 (18:03 +0000)]
generated html

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

13 years agodescribe UNC paths vs mapped drive letters
Jeff Trawick [Fri, 3 Dec 2010 18:03:08 +0000 (18:03 +0000)]
describe UNC paths vs mapped drive letters

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

13 years agoReverted r1040177 due to Joe's objection.
Guenter Knauf [Fri, 3 Dec 2010 16:56:57 +0000 (16:56 +0000)]
Reverted r1040177 due to Joe's objection.

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

13 years ago./build.sh all
Igor Galić [Fri, 3 Dec 2010 15:08:21 +0000 (15:08 +0000)]
./build.sh all

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

13 years agomention FallbackResource in URL mapping
Igor Galić [Fri, 3 Dec 2010 15:07:46 +0000 (15:07 +0000)]
mention FallbackResource in URL mapping

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

13 years agoTranslations by Iñigo Medina.
Rich Bowen [Fri, 3 Dec 2010 13:17:16 +0000 (13:17 +0000)]
Translations by Iñigo Medina.

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

13 years agoEscape characters. (Translator: Inigo Medina)
Rich Bowen [Fri, 3 Dec 2010 11:17:34 +0000 (11:17 +0000)]
Escape characters. (Translator: Inigo Medina)

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

13 years agoI don't think that's supposed to be there.
Rich Bowen [Thu, 2 Dec 2010 23:30:17 +0000 (23:30 +0000)]
I don't think that's supposed to be there.

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

13 years agorebuild various files.
Rich Bowen [Thu, 2 Dec 2010 23:29:53 +0000 (23:29 +0000)]
rebuild various files.

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

13 years agoSpanish translations by inigo medina. Reviewed by Daniel Lopez
Rich Bowen [Thu, 2 Dec 2010 23:29:28 +0000 (23:29 +0000)]
Spanish translations by inigo medina. Reviewed by Daniel Lopez

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

13 years agoUpdate core.xml.es to latest core.xml changes.
Rich Bowen [Thu, 2 Dec 2010 23:24:37 +0000 (23:24 +0000)]
Update core.xml.es to latest core.xml changes.

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

13 years ago./build.sh all
Igor Galić [Thu, 2 Dec 2010 22:38:57 +0000 (22:38 +0000)]
./build.sh all

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

13 years agoRemoving compatibily note.
Igor Galić [Thu, 2 Dec 2010 22:37:06 +0000 (22:37 +0000)]
Removing compatibily note.

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

13 years agoUpdates.
Lucien Gentis [Thu, 2 Dec 2010 14:35:04 +0000 (14:35 +0000)]
Updates.

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

13 years agoFix warning about comparing signed/unsigned
Stefan Fritsch [Wed, 1 Dec 2010 19:25:15 +0000 (19:25 +0000)]
Fix warning about comparing signed/unsigned

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

13 years agoUpdates.
Lucien Gentis [Wed, 1 Dec 2010 16:54:54 +0000 (16:54 +0000)]
Updates.

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

13 years agofixing braino in r1041047, this should now fix pr#50381
Igor Galić [Wed, 1 Dec 2010 15:25:11 +0000 (15:25 +0000)]
fixing braino in r1041047, this should now fix pr#50381

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

13 years agoFixing a typo, closing PR#50381 and PR#50354 (again).
Igor Galić [Wed, 1 Dec 2010 15:16:13 +0000 (15:16 +0000)]
Fixing a typo, closing PR#50381 and PR#50354 (again).

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

13 years agoRebuild igalic's changes.
Rich Bowen [Wed, 1 Dec 2010 14:56:17 +0000 (14:56 +0000)]
Rebuild igalic's changes.

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

13 years agoPurging 1.3 references.
Igor Galić [Wed, 1 Dec 2010 14:52:16 +0000 (14:52 +0000)]
Purging 1.3 references.

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

13 years agoRemove refefence to 1.2. rebuild HTML.
Rich Bowen [Wed, 1 Dec 2010 14:41:26 +0000 (14:41 +0000)]
Remove refefence to 1.2. rebuild HTML.

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

13 years agoRemove reference to Apache 1.2. Most of our users have never used 1.2,
Rich Bowen [Wed, 1 Dec 2010 14:40:42 +0000 (14:40 +0000)]
Remove reference to Apache 1.2. Most of our users have never used 1.2,
and those that have know better.

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

13 years agopr#50371 whoops, missed something.
Igor Galić [Wed, 1 Dec 2010 14:01:57 +0000 (14:01 +0000)]
pr#50371 whoops, missed something.

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

13 years agopr#50371 no more pcre
Igor Galić [Wed, 1 Dec 2010 13:52:56 +0000 (13:52 +0000)]
pr#50371 no more pcre

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

13 years agoMinor fixes in spelling/grammar/xml/versions
Igor Galić [Wed, 1 Dec 2010 13:51:30 +0000 (13:51 +0000)]
Minor fixes in spelling/grammar/xml/versions

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

13 years agoPR#50355
Igor Galić [Wed, 1 Dec 2010 13:48:51 +0000 (13:48 +0000)]
PR#50355

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

13 years agoPR#50354
Igor Galić [Wed, 1 Dec 2010 13:34:19 +0000 (13:34 +0000)]
PR#50354

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

13 years agoAdding the translated core.xml (spanish) to svn. Not adding the built
Rich Bowen [Wed, 1 Dec 2010 13:21:15 +0000 (13:21 +0000)]
Adding the translated core.xml (spanish) to svn. Not adding the built
html file yet, as this hasn't been reviewed yet. Translated by
iñigo media, imedina at grosshat.com

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

13 years agoCorrect constness fix to manipulate our copy
William A. Rowe Jr [Wed, 1 Dec 2010 03:11:46 +0000 (03:11 +0000)]
Correct constness fix to manipulate our copy

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

13 years agoPR50375: <Location> has bad example in sections.xml and never actually explains what...
Eric Covener [Tue, 30 Nov 2010 22:09:06 +0000 (22:09 +0000)]
PR50375: <Location> has bad example in sections.xml and never actually explains what's matched
in core.xml.

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

13 years agoRebuild various new doc enhancements.
Rich Bowen [Tue, 30 Nov 2010 22:00:39 +0000 (22:00 +0000)]
Rebuild various new doc enhancements.

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

13 years agoSome more casts to make MSVC calm ...
Guenter Knauf [Tue, 30 Nov 2010 21:59:01 +0000 (21:59 +0000)]
Some more casts to make MSVC calm ...

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

13 years agoPR50388: the hijacking domain needs to be first if you're going to cause
Eric Covener [Tue, 30 Nov 2010 21:43:36 +0000 (21:43 +0000)]
PR50388: the hijacking domain needs to be first if you're going to cause
a collision on the interface.

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

13 years agoFixed return type to silent compiler warning.
Guenter Knauf [Tue, 30 Nov 2010 19:48:06 +0000 (19:48 +0000)]
Fixed return type to silent compiler warning.

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

13 years agoPR50382: explain in mod_env documentation that these environment variables aren...
Eric Covener [Tue, 30 Nov 2010 13:48:55 +0000 (13:48 +0000)]
PR50382:  explain in mod_env documentation that these environment variables aren't just for CGI and SSI.

(short rehash of info in env.html)

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

13 years agoValid XML in "not yet translated" paragraphs.
Rich Bowen [Tue, 30 Nov 2010 13:20:00 +0000 (13:20 +0000)]
Valid XML in "not yet translated" paragraphs.

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

13 years agoRebuild various other recent tweaks in various languages.
Rich Bowen [Tue, 30 Nov 2010 13:13:32 +0000 (13:13 +0000)]
Rebuild various other recent tweaks in various languages.

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

13 years agoRebuild directive lists, missing directives mod_speling, Korean.
Rich Bowen [Tue, 30 Nov 2010 13:13:05 +0000 (13:13 +0000)]
Rebuild directive lists, missing directives mod_speling, Korean.

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

13 years agoMissing directives, mod_speling Korean translation.
Rich Bowen [Tue, 30 Nov 2010 13:12:28 +0000 (13:12 +0000)]
Missing directives, mod_speling Korean translation.

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

13 years agoMissing directives in various translations of the mod_setenvif
Rich Bowen [Tue, 30 Nov 2010 12:58:35 +0000 (12:58 +0000)]
Missing directives in various translations of the mod_setenvif
documentation.

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

13 years agoPR50376 clarify that <Directory> applies to the files under the Directory, not just...
Eric Covener [Tue, 30 Nov 2010 12:40:38 +0000 (12:40 +0000)]
PR50376 clarify that <Directory> applies to the files under the Directory, not just the directories themselves.

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

13 years agoStop warning, init should be an int.
Stephen Henson [Tue, 30 Nov 2010 00:58:07 +0000 (00:58 +0000)]
Stop warning, init should be an int.

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

13 years agoUse correct type, need OPENSSL_STRING for >= 1.0 which doesn't exist on 0.9.8
Stephen Henson [Tue, 30 Nov 2010 00:50:36 +0000 (00:50 +0000)]
Use correct type, need OPENSSL_STRING for >= 1.0 which doesn't exist on 0.9.8
so #define sk_OPENSSL_STRING_pop to  sk_pop on 0.9.8

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

13 years agoRemoved unused var.
Guenter Knauf [Mon, 29 Nov 2010 21:21:16 +0000 (21:21 +0000)]
Removed unused var.

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

13 years agoFixed some win32 types.
Guenter Knauf [Mon, 29 Nov 2010 18:33:28 +0000 (18:33 +0000)]
Fixed some win32 types.

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

13 years agoSupress compiler warning.
Guenter Knauf [Mon, 29 Nov 2010 16:37:49 +0000 (16:37 +0000)]
Supress compiler warning.

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

13 years agoRebuild change to xml.
Rich Bowen [Mon, 29 Nov 2010 15:52:54 +0000 (15:52 +0000)]
Rebuild change to xml.

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

13 years agoAdd a couple reminders for myself regarding translations.
Rich Bowen [Mon, 29 Nov 2010 14:41:29 +0000 (14:41 +0000)]
Add a couple reminders for myself regarding translations.

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

13 years agoMove this into the build tree.
Rich Bowen [Mon, 29 Nov 2010 14:18:17 +0000 (14:18 +0000)]
Move this into the build tree.

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

13 years agoPR50350: When no -k option is provided on the httpd command line, the server
Eric Covener [Mon, 29 Nov 2010 00:10:22 +0000 (00:10 +0000)]
PR50350: When no -k option is provided on the httpd command line, the server
was starting without checking for an existing pidfile.

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

13 years agoFix description of "note"
Stefan Fritsch [Sun, 28 Nov 2010 20:28:46 +0000 (20:28 +0000)]
Fix description of "note"

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

13 years agoupdate xforms
Stefan Fritsch [Sun, 28 Nov 2010 16:40:54 +0000 (16:40 +0000)]
update xforms

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

13 years agoupdate flex/bison autogenerated code
Stefan Fritsch [Sun, 28 Nov 2010 16:35:49 +0000 (16:35 +0000)]
update flex/bison autogenerated code

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

13 years ago- add -ipmatch, -str(c)match, -fnmatch, -R operators to ap_expr
Stefan Fritsch [Sun, 28 Nov 2010 16:35:14 +0000 (16:35 +0000)]
- add -ipmatch, -str(c)match, -fnmatch, -R operators to ap_expr
- allow lookup function to pre-parse string constant arguments
  (used for subnet masks so far)
- various bug fixes for binary operators
- do strdup() for error messages created on the stack to avoid corruption

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

13 years agoFix SetEnvIfExpr to work with expressions that do not set the regexp
Stefan Fritsch [Sun, 28 Nov 2010 13:01:59 +0000 (13:01 +0000)]
Fix SetEnvIfExpr to work with expressions that do not set the regexp
reference data.
Add some trace logging.

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

13 years agoFix segfault on parse error
Stefan Fritsch [Sat, 27 Nov 2010 23:46:57 +0000 (23:46 +0000)]
Fix segfault on parse error

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

13 years agoUpdate.
Lucien Gentis [Sat, 27 Nov 2010 17:09:29 +0000 (17:09 +0000)]
Update.

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

13 years agoBuild docs written by igalic
Rich Bowen [Sat, 27 Nov 2010 16:17:50 +0000 (16:17 +0000)]
Build docs written by igalic

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

13 years agoUpdates.
Lucien Gentis [Sat, 27 Nov 2010 16:17:41 +0000 (16:17 +0000)]
Updates.

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

13 years agoStarting with German translations: core/Define. German is hard.
Igor Galić [Sat, 27 Nov 2010 13:06:05 +0000 (13:06 +0000)]
Starting with German translations: core/Define. German is hard.

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

13 years agoMinor tweaks on the references
Igor Galić [Sat, 27 Nov 2010 12:30:18 +0000 (12:30 +0000)]
Minor tweaks on the references

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

13 years agoMissing directives to Japanese translation of mod_proxy docs.
Rich Bowen [Sat, 27 Nov 2010 03:25:01 +0000 (03:25 +0000)]
Missing directives to Japanese translation of mod_proxy docs.

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

13 years agoAdd TODO item to STATUS.
Rich Bowen [Sat, 27 Nov 2010 03:24:14 +0000 (03:24 +0000)]
Add TODO item to STATUS.

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

13 years agoRebuild transformations.
Rich Bowen [Sat, 27 Nov 2010 03:13:27 +0000 (03:13 +0000)]
Rebuild transformations.

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

13 years agoAdd missing directive to Korean translation of mod_log_config
Rich Bowen [Sat, 27 Nov 2010 03:09:57 +0000 (03:09 +0000)]
Add missing directive to Korean translation of mod_log_config
documentation.

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

13 years agoRebuild changes.
Rich Bowen [Sat, 27 Nov 2010 03:07:59 +0000 (03:07 +0000)]
Rebuild changes.

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

13 years agoAdd missing directive to french translation of mod_ldap. Remove
Rich Bowen [Sat, 27 Nov 2010 03:07:11 +0000 (03:07 +0000)]
Add missing directive to french translation of mod_ldap. Remove
directive mistakenly added in previous revision.

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

13 years agoAdds missing directives to French translation of mod_ldap docs.
Rich Bowen [Sat, 27 Nov 2010 03:00:06 +0000 (03:00 +0000)]
Adds missing directives to French translation of mod_ldap docs.

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

13 years agoAdds missing directives to French translation of mod_ldap docs.
Rich Bowen [Sat, 27 Nov 2010 02:57:37 +0000 (02:57 +0000)]
Adds missing directives to French translation of mod_ldap docs.

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

13 years agoAdds a bunch of missing directives to core doc in German translation.
Rich Bowen [Sat, 27 Nov 2010 02:51:18 +0000 (02:51 +0000)]
Adds a bunch of missing directives to core doc in German translation.

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

13 years agoGet the output of -x (the xml containing the missing directives) all as
Rich Bowen [Sat, 27 Nov 2010 02:29:47 +0000 (02:29 +0000)]
Get the output of -x (the xml containing the missing directives) all as
one lump, rather than one directive at a time.

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

13 years agoBugfix: If there's only one valid context, this is a scalar, not an arrayref.
Rich Bowen [Sat, 27 Nov 2010 02:27:17 +0000 (02:27 +0000)]
Bugfix: If there's only one valid context, this is a scalar, not an arrayref.

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

13 years agoMissing directive in mod_dir korean translation.
Rich Bowen [Fri, 26 Nov 2010 21:24:39 +0000 (21:24 +0000)]
Missing directive in mod_dir korean translation.

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

13 years agoMissing mod_dir directive, ja and tr translations.
Rich Bowen [Fri, 26 Nov 2010 21:20:13 +0000 (21:20 +0000)]
Missing mod_dir directive, ja and tr translations.

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

13 years agoTurkish
Rich Bowen [Fri, 26 Nov 2010 21:16:57 +0000 (21:16 +0000)]
Turkish

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

13 years agomissing directives from korean translation
Rich Bowen [Fri, 26 Nov 2010 20:51:13 +0000 (20:51 +0000)]
missing directives from korean translation

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

13 years agoimprove hack to not break if a fixed version of flex is used
Stefan Fritsch [Fri, 26 Nov 2010 20:10:55 +0000 (20:10 +0000)]
improve hack to not break if a fixed version of flex is used

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

13 years agoRemove some unused functions for which flex forgets to add prototypes, leading
Stefan Fritsch [Fri, 26 Nov 2010 20:04:48 +0000 (20:04 +0000)]
Remove some unused functions for which flex forgets to add prototypes, leading
to compiler warnings.

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

13 years agoFix another Windows build issue: Add a wrapper around ap_run_expr_lookup with
Stefan Fritsch [Fri, 26 Nov 2010 19:32:13 +0000 (19:32 +0000)]
Fix another Windows build issue: Add a wrapper around ap_run_expr_lookup with
the correct calling convention.

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

13 years agoAdd missing directives to Japanese translation of mod_cache
Rich Bowen [Fri, 26 Nov 2010 19:29:23 +0000 (19:29 +0000)]
Add missing directives to Japanese translation of mod_cache
documentation.

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

13 years agoAdd Korean to language listing.
Rich Bowen [Fri, 26 Nov 2010 19:12:49 +0000 (19:12 +0000)]
Add Korean to language listing.

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

13 years agoMissing directives now in quickreference, directives listing.
Rich Bowen [Fri, 26 Nov 2010 19:11:12 +0000 (19:11 +0000)]
Missing directives now in quickreference, directives listing.

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

13 years agoAdd missing directives to ko translation.
Rich Bowen [Fri, 26 Nov 2010 19:10:53 +0000 (19:10 +0000)]
Add missing directives to ko translation.

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

13 years agoAdd missing directives to ko, ja translations.
Rich Bowen [Fri, 26 Nov 2010 19:10:25 +0000 (19:10 +0000)]
Add missing directives to ko, ja translations.

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

13 years agoAdds missing IndexHeadInsert directive to Korean documentation.
Rich Bowen [Fri, 26 Nov 2010 18:53:44 +0000 (18:53 +0000)]
Adds missing IndexHeadInsert directive to Korean documentation.

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

13 years agoAdds -x option to generate skeleton doc to paste into XML. Possibly
Rich Bowen [Fri, 26 Nov 2010 18:42:02 +0000 (18:42 +0000)]
Adds -x option to generate skeleton doc to paste into XML. Possibly
alert someone that a translation is needed, and get more folks involved
in the translation effort.

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

13 years agoAdds some languages, and the -l flag to only look at a particular
Rich Bowen [Fri, 26 Nov 2010 14:46:58 +0000 (14:46 +0000)]
Adds some languages, and the -l flag to only look at a particular
language.

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

13 years agoScript to evaluate translations and tell us useful things like what
Rich Bowen [Fri, 26 Nov 2010 14:41:00 +0000 (14:41 +0000)]
Script to evaluate translations and tell us useful things like what
directives are missing.

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