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

13 years ago* Put a note in the connection notes that the SSL handshake to the backend
Ruediger Pluem [Fri, 26 Nov 2010 10:33:19 +0000 (10:33 +0000)]
* Put a note in the connection notes that the SSL handshake to the backend
  failed such that mod_proxy can put the worker in error state.

PR: 50332
Submitted by: Daniel Ruggeri <DRuggeri primary.net>
Reviewed by: rpluem

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

13 years agoFurther trivial updates mod_disk_cache -> mod_cache_disk.
Rainer Jung [Fri, 26 Nov 2010 10:20:16 +0000 (10:20 +0000)]
Further trivial updates mod_disk_cache -> mod_cache_disk.
No functional change.

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

13 years agoFix Windows build of mod_cache_disk which was broken after
Rainer Jung [Fri, 26 Nov 2010 10:02:49 +0000 (10:02 +0000)]
Fix Windows build of mod_cache_disk which was broken after
renaming the module.

Submitted by: Gregg L. Smith <lists glsnet net>

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

13 years ago./build.sh all
Igor Galić [Thu, 25 Nov 2010 22:41:00 +0000 (22:41 +0000)]
./build.sh all

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

13 years agoClarifying sub-URI behaviour of FallbackResource
Igor Galić [Thu, 25 Nov 2010 22:37:22 +0000 (22:37 +0000)]
Clarifying sub-URI behaviour of FallbackResource

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

13 years agoAnother Windows build fix
Stefan Fritsch [Thu, 25 Nov 2010 22:32:10 +0000 (22:32 +0000)]
Another Windows build fix

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

13 years agoFix some Windows build issues
Stefan Fritsch [Thu, 25 Nov 2010 22:27:17 +0000 (22:27 +0000)]
Fix some Windows build issues

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

13 years agoSTATUS update.
Igor Galić [Wed, 24 Nov 2010 15:04:57 +0000 (15:04 +0000)]
STATUS update.

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

13 years agoChanged english revision for consistency, precedent commit should not have been sent...
Vincent Deffontaines [Wed, 24 Nov 2010 13:08:32 +0000 (13:08 +0000)]
Changed english revision for consistency, precedent commit should not have been sent together for .en and .fr files.

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

13 years agosuExec not allowing scripts to run as root is permanent, removing "Presently". Portin...
Vincent Deffontaines [Wed, 24 Nov 2010 13:07:20 +0000 (13:07 +0000)]
suExec not allowing scripts to run as root is permanent, removing "Presently". Porting this to the .fr doc.

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

13 years agoRoll on .10
Jim Jagielski [Tue, 23 Nov 2010 14:43:27 +0000 (14:43 +0000)]
Roll on .10

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

13 years agoGet ready for tagging
Jim Jagielski [Tue, 23 Nov 2010 14:37:23 +0000 (14:37 +0000)]
Get ready for tagging

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

13 years agoFixed compile-time error message.
Guenter Knauf [Mon, 22 Nov 2010 23:34:24 +0000 (23:34 +0000)]
Fixed compile-time error message.

We test for APU, thus the error statement should tell same;
APR and APU are independent before APR 2.0.

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

13 years agoupdate transformation
André Malo [Mon, 22 Nov 2010 20:42:19 +0000 (20:42 +0000)]
update transformation

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

13 years agoAdd a thing to do.
Graham Leggett [Mon, 22 Nov 2010 19:26:27 +0000 (19:26 +0000)]
Add a thing to do.

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

13 years agoUpdates.
Lucien Gentis [Mon, 22 Nov 2010 18:49:34 +0000 (18:49 +0000)]
Updates.

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

13 years agoFixed eol prop.
Guenter Knauf [Mon, 22 Nov 2010 06:12:14 +0000 (06:12 +0000)]
Fixed eol prop.

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

13 years agoFix for picky compilers.
Guenter Knauf [Mon, 22 Nov 2010 05:02:56 +0000 (05:02 +0000)]
Fix for picky compilers.

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

13 years agoMore ap_expr updates:
Stefan Fritsch [Sun, 21 Nov 2010 19:51:41 +0000 (19:51 +0000)]
More ap_expr updates:
- minor bump for ap_expr_exec_re() introduced in r1037504
- actually commit the changes to allow using backreferences in SetEnvIfExpr
- automatically add the correct entries to the Vary-header if the result of
  an expression evaluation depends on a request header
  (can be turned off by setting the AP_EXPR_FLAGS_DONT_VARY flag)
- set AP_EXPR_FLAGS_DONT_VARY in mod_log_config's conditional logging
- fix various off-by-one errors in req_table_func

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

13 years agoap_expr related fixes and enhancements
Stefan Fritsch [Sun, 21 Nov 2010 17:39:52 +0000 (17:39 +0000)]
ap_expr related fixes and enhancements

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

13 years agoUpdates.
Lucien Gentis [Sun, 21 Nov 2010 17:31:06 +0000 (17:31 +0000)]
Updates.

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

13 years agoap_expr related fixes/enhancements:
Stefan Fritsch [Sun, 21 Nov 2010 17:22:26 +0000 (17:22 +0000)]
ap_expr related fixes/enhancements:
- implement regex backreferences and make them available for setting
  envvars in SetEnvIfExpr
- implement nested function calls in %-syntax: %{func1:%{func2:arg}}
- actually implement evaluation of concatenation operator (oops...)
- Fix <If ... > treating an internal error as success

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

13 years agoFix extra word
Daniel Earl Poirier [Sun, 21 Nov 2010 16:35:12 +0000 (16:35 +0000)]
Fix extra word

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

13 years agoFixed NetWare build.
Guenter Knauf [Sat, 20 Nov 2010 23:56:23 +0000 (23:56 +0000)]
Fixed NetWare build.

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

13 years agoCrosslinking mod_ssl.html and expr.html
Igor Galić [Sat, 20 Nov 2010 22:38:38 +0000 (22:38 +0000)]
Crosslinking mod_ssl.html and expr.html

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

13 years ago./build.sh all
Igor Galić [Sat, 20 Nov 2010 21:50:35 +0000 (21:50 +0000)]
./build.sh all

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

13 years agoAdding SetEnvIfExpr documentation, and more references to expr.html
Igor Galić [Sat, 20 Nov 2010 21:47:53 +0000 (21:47 +0000)]
Adding SetEnvIfExpr documentation, and more references to expr.html

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

13 years agoMore fixes on Pr#50307
Igor Galić [Sat, 20 Nov 2010 21:45:50 +0000 (21:45 +0000)]
More fixes on Pr#50307

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

13 years agoUpdate transformations.
Graham Leggett [Sat, 20 Nov 2010 21:41:19 +0000 (21:41 +0000)]
Update transformations.

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

13 years agomod_include: Add the onerror attribute to the include element, allowing
Graham Leggett [Sat, 20 Nov 2010 21:39:23 +0000 (21:39 +0000)]
mod_include: Add the onerror attribute to the include element, allowing
an URL to be specified to include on error.

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

13 years agoUpdate status of ap_expr and Limit
Stefan Fritsch [Sat, 20 Nov 2010 20:53:13 +0000 (20:53 +0000)]
Update status of ap_expr and Limit

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

13 years agoDon't compile expr_dump_tree() by default
Stefan Fritsch [Sat, 20 Nov 2010 20:42:57 +0000 (20:42 +0000)]
Don't compile expr_dump_tree() by default

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

13 years agoCheck input lenght to avoid potential overflows
Stefan Fritsch [Sat, 20 Nov 2010 20:26:37 +0000 (20:26 +0000)]
Check input lenght to avoid potential overflows

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

13 years agoUpdates.
Lucien Gentis [Sat, 20 Nov 2010 17:09:09 +0000 (17:09 +0000)]
Updates.

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

13 years agoUpdates.
Lucien Gentis [Sat, 20 Nov 2010 16:50:50 +0000 (16:50 +0000)]
Updates.

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

13 years agoRename disk_cache to cache_disk within logging statements.
Graham Leggett [Sat, 20 Nov 2010 15:57:11 +0000 (15:57 +0000)]
Rename disk_cache to cache_disk within logging statements.

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

13 years agoRename mod_disk_cache to mod_cache_disk within the documentation.
Graham Leggett [Sat, 20 Nov 2010 15:48:51 +0000 (15:48 +0000)]
Rename mod_disk_cache to mod_cache_disk within the documentation.

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

13 years agoUpdated the .fr ssl howto so it matches r1035435 changes
Vincent Deffontaines [Sat, 20 Nov 2010 15:18:45 +0000 (15:18 +0000)]
Updated the .fr ssl howto so it matches r1035435 changes

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

13 years agobalise mal fermée
Vincent Deffontaines [Sat, 20 Nov 2010 15:17:13 +0000 (15:17 +0000)]
balise mal fermée

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

13 years agomod_disk_cache renamed to mod_cache_disk, to be consistent with the
Graham Leggett [Sat, 20 Nov 2010 14:58:34 +0000 (14:58 +0000)]
mod_disk_cache renamed to mod_cache_disk, to be consistent with the
naming of other modules.

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

13 years agoA first attempt at PR#50307
Igor Galić [Sat, 20 Nov 2010 14:29:52 +0000 (14:29 +0000)]
A first attempt at PR#50307
Trying to get rid of old- or un-facts.
./build.sh all

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

13 years agodetab
Stefan Fritsch [Sat, 20 Nov 2010 09:13:18 +0000 (09:13 +0000)]
detab

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

13 years agoLog errors/infos during expression evaluation and associate the message
Stefan Fritsch [Sat, 20 Nov 2010 08:59:50 +0000 (08:59 +0000)]
Log errors/infos during expression evaluation and associate the message
with the module that is calling ap_expr_exec()

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

13 years agoAdd SetEnvIfExpr directive to set env var depending on expression.
Stefan Fritsch [Sat, 20 Nov 2010 08:50:46 +0000 (08:50 +0000)]
Add SetEnvIfExpr directive to set env var depending on expression.

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

13 years agoFix a spelling mistake.
Graham Leggett [Fri, 19 Nov 2010 01:16:56 +0000 (01:16 +0000)]
Fix a spelling mistake.

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

13 years agoFix a spelling mistake.
Graham Leggett [Fri, 19 Nov 2010 01:01:21 +0000 (01:01 +0000)]
Fix a spelling mistake.

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

13 years agoFix a spelling mistake.
Graham Leggett [Fri, 19 Nov 2010 00:51:36 +0000 (00:51 +0000)]
Fix a spelling mistake.

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

13 years agoFix 'comparison of unsigned expression < 0 is always false' warning.
Stefan Fritsch [Thu, 18 Nov 2010 20:23:59 +0000 (20:23 +0000)]
Fix 'comparison of unsigned expression < 0 is always false' warning.
(There was no actual problem as id is never set to a negative value.)

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

13 years agoFix 'comparison is always false due to limited range of data type'.
Stefan Fritsch [Thu, 18 Nov 2010 20:20:12 +0000 (20:20 +0000)]
Fix 'comparison is always false due to limited range of data type'.
One-bit flags should really be unsigned

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

13 years agomod_proxy: Fix ProxyPassInterpolateEnv directive.
Stefan Fritsch [Thu, 18 Nov 2010 20:15:24 +0000 (20:15 +0000)]
mod_proxy: Fix ProxyPassInterpolateEnv directive.

PR: 50292

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

13 years ago./build.sh all
Igor Galić [Thu, 18 Nov 2010 03:04:07 +0000 (03:04 +0000)]
./build.sh all

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