]> granicus.if.org Git - apache/log
apache
12 years agoap_check_cmd_context checks don't work on the block forms
Eric Covener [Thu, 10 Nov 2011 07:30:55 +0000 (07:30 +0000)]
ap_check_cmd_context checks don't work on the block forms
of the lua directives.

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

12 years agoconfig generation # (reported by ap_state_query(AP_SQ_CONFIG_GEN):
Jeff Trawick [Thu, 10 Nov 2011 04:52:52 +0000 (04:52 +0000)]
config generation # (reported by ap_state_query(AP_SQ_CONFIG_GEN):

* start at 0 instead of 1
* don't increment until after pconf cleanups run, in case a
  cleanup needs to check the related config generation

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

12 years agorevert accidental commit 1200129
Jeff Trawick [Thu, 10 Nov 2011 04:19:21 +0000 (04:19 +0000)]
revert accidental commit 1200129

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

12 years agoclean up unused ap_my_generation variable
Jeff Trawick [Thu, 10 Nov 2011 04:13:16 +0000 (04:13 +0000)]
clean up unused ap_my_generation variable
  (presence is odd, since this variable as an API was supposedly removed
  long ago, and a similarly named static variable was removed in r1078286)

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

12 years agoclean up unused ap_my_generation variable
Jeff Trawick [Thu, 10 Nov 2011 04:10:42 +0000 (04:10 +0000)]
clean up unused ap_my_generation variable
  (presence is odd, since this variable as an API was supposedly removed
  long ago, and a similarly named static variable was removed in r1078286)

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

12 years agoRemove work-sketch cruft that went nowhere before getting ifdefed out
Nick Kew [Thu, 10 Nov 2011 00:56:19 +0000 (00:56 +0000)]
Remove work-sketch cruft that went nowhere before getting ifdefed out

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

12 years agoproxy-html.conf needs to be included automatically
Nick Kew [Thu, 10 Nov 2011 00:51:42 +0000 (00:51 +0000)]
proxy-html.conf needs to be included automatically
if mod_proxy_html is loaded.  Otherwise it's a big
gotcha when mod_proxy_html just does nothing at all!

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

12 years agoFix selection of loaded modules on AIX because its grep doesn't understand \< and \>
Stefan Fritsch [Thu, 10 Nov 2011 00:41:20 +0000 (00:41 +0000)]
Fix selection of loaded modules on AIX because its grep doesn't understand \< and \>

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

12 years agomod_proxy_html: Add ProxyHTMLURLMap conditions to docs.
Nick Kew [Thu, 10 Nov 2011 00:40:00 +0000 (00:40 +0000)]
mod_proxy_html: Add ProxyHTMLURLMap conditions to docs.
Seems they got lost in the initial docs drop!

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

12 years agoAdd default proxy-html.conf file (defines links to be rewritten
Nick Kew [Thu, 10 Nov 2011 00:23:30 +0000 (00:23 +0000)]
Add default proxy-html.conf file (defines links to be rewritten
according to W3C HTML 4 and XHTML 1).

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

12 years agomod_proxy_html: use ap_expr to evaluate conditional URLMaps
Nick Kew [Thu, 10 Nov 2011 00:07:54 +0000 (00:07 +0000)]
mod_proxy_html: use ap_expr to evaluate conditional URLMaps

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

12 years agoFound a bug in mpm_event, investigating
Stefan Fritsch [Wed, 9 Nov 2011 23:56:12 +0000 (23:56 +0000)]
Found a bug in mpm_event, investigating

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

12 years agoWhitespace fixes for r1200040
Paul Querna [Wed, 9 Nov 2011 23:44:53 +0000 (23:44 +0000)]
Whitespace fixes for r1200040

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

12 years agoAdd support for RFC 5077 TLS Session tickets. This adds two new directives:
Paul Querna [Wed, 9 Nov 2011 23:37:37 +0000 (23:37 +0000)]
Add support for RFC 5077 TLS Session tickets.  This adds two new directives:

* SSLTicketKeyFile: To store the private information for the encryption of the ticket.
* SSLTicketKeyDefault To set the default, otherwise the first listed token is used.  This enables key rotation across servers.

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

12 years agosince mod_ssl.h is now included, tell compiler where to find it
Gregg Lewis Smith [Wed, 9 Nov 2011 23:29:45 +0000 (23:29 +0000)]
since mod_ssl.h is now included, tell compiler where to find it

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

12 years agoFixed NetWare build.
Guenter Knauf [Wed, 9 Nov 2011 23:21:13 +0000 (23:21 +0000)]
Fixed NetWare build.

Patch submitted by: normw gknw net.

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

12 years agoDowngrade log message which is triggered when client disconnects
Stefan Fritsch [Wed, 9 Nov 2011 23:19:06 +0000 (23:19 +0000)]
Downgrade log message which is triggered when client disconnects

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

12 years agoAs per bug #43710, mention that SSLLog isn't available any more. Also
Rich Bowen [Wed, 9 Nov 2011 22:13:13 +0000 (22:13 +0000)]
As per bug #43710, mention that SSLLog isn't available any more. Also
remove several long-dead links from the intro paragraph.

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

12 years agoUse random value instead of remote IP address in cookie value. This has the
Stefan Fritsch [Wed, 9 Nov 2011 21:43:49 +0000 (21:43 +0000)]
Use random value instead of remote IP address in cookie value. This has the
advantage that we don't leak internal IP addresses in reverse proxy setups.
Also, use hex to make the cookie shorter.

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

12 years agoupdate transformation
André Malo [Wed, 9 Nov 2011 20:26:02 +0000 (20:26 +0000)]
update transformation

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

12 years agoexamples are block elements and cannot occur within <p> elements.
André Malo [Wed, 9 Nov 2011 20:23:46 +0000 (20:23 +0000)]
examples are block elements and cannot occur within <p> elements.

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

12 years agoupdate transformation
André Malo [Wed, 9 Nov 2011 20:19:14 +0000 (20:19 +0000)]
update transformation

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

12 years agouse non-'const char *' while building string to avoid warnings
Jeff Trawick [Wed, 9 Nov 2011 04:23:13 +0000 (04:23 +0000)]
use non-'const char *' while building string to avoid warnings

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

12 years agoFix per-request / per-conn logging, probably broken by r1041140
Stefan Fritsch [Wed, 9 Nov 2011 01:36:19 +0000 (01:36 +0000)]
Fix per-request / per-conn logging, probably broken by r1041140

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

12 years agorebuild xdoc
Rich Bowen [Wed, 9 Nov 2011 00:38:10 +0000 (00:38 +0000)]
rebuild xdoc

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

12 years agoFurther clarification to address bug #30021
Rich Bowen [Wed, 9 Nov 2011 00:34:39 +0000 (00:34 +0000)]
Further clarification to address bug #30021

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

12 years agomod_authn_socache: tidy up r1199565.
Nick Kew [Wed, 9 Nov 2011 00:32:49 +0000 (00:32 +0000)]
mod_authn_socache: tidy up r1199565.
And we don't need that separator in the namespacing string -
it's not for human consumption.

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

12 years agomod_authn_socache: fix namespacing issue
Nick Kew [Wed, 9 Nov 2011 00:28:51 +0000 (00:28 +0000)]
mod_authn_socache: fix namespacing issue
http://marc.info/?l=apache-httpd-dev&m=131823772714741&w=2

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

12 years agoApplies patch provided by Luke Meyer in https://issues.apache.org/bugzilla/show_bug...
Rich Bowen [Wed, 9 Nov 2011 00:00:20 +0000 (00:00 +0000)]
Applies patch provided by Luke Meyer in https://issues.apache.org/bugzilla/show_bug.cgi?id=51131 - Adds usage example to mod_proxy_ajp docs.

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

12 years agoUpdate transformations.
Rainer Jung [Tue, 8 Nov 2011 23:46:40 +0000 (23:46 +0000)]
Update transformations.

Sorry for the noise, blame it to the
simplified chinese cleanup.

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

12 years agoRemove some ap_add_version_component() calls that don't provide any information
Stefan Fritsch [Tue, 8 Nov 2011 23:37:13 +0000 (23:37 +0000)]
Remove some ap_add_version_component() calls that don't provide any information
because the modules don't have separate version numbers anymore

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

12 years agofix typo
Stefan Fritsch [Tue, 8 Nov 2011 23:27:52 +0000 (23:27 +0000)]
fix typo

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

12 years agomod_dumpio: s/ap_log_error/ap_log_cerror/
Jeff Trawick [Tue, 8 Nov 2011 23:07:30 +0000 (23:07 +0000)]
mod_dumpio: s/ap_log_error/ap_log_cerror/

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

12 years agoAnd we are at 2.3.16-dev
Jim Jagielski [Tue, 8 Nov 2011 23:07:29 +0000 (23:07 +0000)]
And we are at 2.3.16-dev

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

12 years agoGetting ready to tag 2.3.15-dev
Jim Jagielski [Tue, 8 Nov 2011 23:05:46 +0000 (23:05 +0000)]
Getting ready to tag 2.3.15-dev

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

12 years agoUpdate docs for default TimeOut value for
Rainer Jung [Tue, 8 Nov 2011 22:58:14 +0000 (22:58 +0000)]
Update docs for default TimeOut value for
other languages.

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

12 years agoUpdate transformations.
Rainer Jung [Tue, 8 Nov 2011 22:53:44 +0000 (22:53 +0000)]
Update transformations.

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

12 years agoFix invalid XHTML: duplicate id "apr".
Rainer Jung [Tue, 8 Nov 2011 22:28:40 +0000 (22:28 +0000)]
Fix invalid XHTML: duplicate id "apr".

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

12 years agoUpdate xml transformations.
Rainer Jung [Tue, 8 Nov 2011 22:27:42 +0000 (22:27 +0000)]
Update xml transformations.

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

12 years agoRegenerate convenience.map.
Rainer Jung [Tue, 8 Nov 2011 22:22:23 +0000 (22:22 +0000)]
Regenerate convenience.map.

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

12 years agoUpdate xml meta files after fixing simplified chinese.
Rainer Jung [Tue, 8 Nov 2011 22:17:22 +0000 (22:17 +0000)]
Update xml meta files after fixing simplified chinese.

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

12 years agoRegenerated style files after simplified chinese fix.
Rainer Jung [Tue, 8 Nov 2011 22:10:25 +0000 (22:10 +0000)]
Regenerated style files after simplified chinese fix.

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

12 years agoChange def timeout from a nasty 5 mins to a more reasonable 1min
Jim Jagielski [Tue, 8 Nov 2011 22:07:58 +0000 (22:07 +0000)]
Change def timeout from a nasty 5 mins to a more reasonable 1min

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

12 years agoAdd "reallyall" and --enable-load-all-modules to
Rainer Jung [Tue, 8 Nov 2011 21:58:03 +0000 (21:58 +0000)]
Add "reallyall" and --enable-load-all-modules to
docs. Clarify LoadModule activation status.

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

12 years agoFix XML validation errors.
Rainer Jung [Tue, 8 Nov 2011 21:56:02 +0000 (21:56 +0000)]
Fix XML validation errors.
Order matters.

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

12 years agoFix docs generation for simplified chinese.
Rainer Jung [Tue, 8 Nov 2011 21:54:39 +0000 (21:54 +0000)]
Fix docs generation for simplified chinese.

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

12 years agoLoad all modules in the generated default configuration
Rainer Jung [Tue, 8 Nov 2011 21:25:28 +0000 (21:25 +0000)]
Load all modules in the generated default configuration
when using --enable-load-all-modules with configure.

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

12 years agoupdate xforms
Stefan Fritsch [Tue, 8 Nov 2011 20:43:46 +0000 (20:43 +0000)]
update xforms

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

12 years agomod_reqtimeout: Change the default to set some reasonable timeout values if loaded
Stefan Fritsch [Tue, 8 Nov 2011 20:41:47 +0000 (20:41 +0000)]
mod_reqtimeout: Change the default to set some reasonable timeout values if loaded

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

12 years agoDon't send a 500 if there is a timeout
Stefan Fritsch [Tue, 8 Nov 2011 20:36:03 +0000 (20:36 +0000)]
Don't send a 500 if there is a timeout

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

12 years agoSilence compiler warning about signedness differences.
Rainer Jung [Tue, 8 Nov 2011 20:14:12 +0000 (20:14 +0000)]
Silence compiler warning about signedness differences.

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

12 years agoFix make variable reference.
Rainer Jung [Tue, 8 Nov 2011 20:02:33 +0000 (20:02 +0000)]
Fix make variable reference.

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

12 years agoFix up some length limit calculation
Stefan Fritsch [Tue, 8 Nov 2011 19:41:05 +0000 (19:41 +0000)]
Fix up some length limit calculation

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

12 years agoupdate xforms
Stefan Fritsch [Tue, 8 Nov 2011 03:09:08 +0000 (03:09 +0000)]
update xforms

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

12 years agoChange default FileETag to be "size mtime", i.e. remove the inode. Adjust the
Stefan Fritsch [Tue, 8 Nov 2011 03:06:08 +0000 (03:06 +0000)]
Change default FileETag to be "size mtime", i.e. remove the inode. Adjust the
etag generation in mod_dav_fs to the new default.

PR 49623.

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

12 years agoPoint to list of undocumented modules in the docs subdirectory
Sander Temme [Tue, 8 Nov 2011 02:12:41 +0000 (02:12 +0000)]
Point to list of undocumented modules in the docs subdirectory

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

12 years agoadd info about new early/late arguments and a note about
Eric Covener [Tue, 8 Nov 2011 02:11:35 +0000 (02:11 +0000)]
add info about new early/late arguments and a note about
the directives whose context is limited.

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

12 years agoAdd some comments and another line length check
Stefan Fritsch [Tue, 8 Nov 2011 02:10:57 +0000 (02:10 +0000)]
Add some comments and another line length check

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

12 years agomod_lua: Expose SSL variables via r:ssl_var_lookup()
Eric Covener [Tue, 8 Nov 2011 01:53:15 +0000 (01:53 +0000)]
mod_lua: Expose SSL variables via r:ssl_var_lookup()

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

12 years agoWe still have to pass the dependency check to APACHE_MODULE to ensure
Stefan Fritsch [Tue, 8 Nov 2011 01:34:58 +0000 (01:34 +0000)]
We still have to pass the dependency check to APACHE_MODULE to ensure
that mod_session_crypto is disabled with --enable-mods-shared=reallyall

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

12 years agoallow some lua hooks to be run in "early" or "late" mode
Eric Covener [Tue, 8 Nov 2011 00:36:03 +0000 (00:36 +0000)]
allow some lua hooks to be run in "early" or "late" mode

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

12 years agocorrect return val, the char* is pushed on the lua stack.
Eric Covener [Tue, 8 Nov 2011 00:25:47 +0000 (00:25 +0000)]
correct return val, the char* is pushed on the lua stack.

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

12 years agoBy default, only load those modules that are either required
Stefan Fritsch [Tue, 8 Nov 2011 00:20:24 +0000 (00:20 +0000)]
By default, only load those modules that are either required
or explicitly selected by a configure --enable-foo argument. The
LoadModule statements for modules enabled by --enable-mods-shared=most
and friends will be commented out.

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

12 years agoSolaris doesn't support "test -e" in combination
Rainer Jung [Mon, 7 Nov 2011 23:57:06 +0000 (23:57 +0000)]
Solaris doesn't support "test -e" in combination
with "sh". We use "-f" in all other places.

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

12 years agoLink the modules that use it against the XML library so the server will start.
Sander Temme [Mon, 7 Nov 2011 23:55:27 +0000 (23:55 +0000)]
Link the modules that use it against the XML library so the server will start.

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

12 years agoRemove ProxyHTMLLogVerbose in favor of trace loglevels
Stefan Fritsch [Mon, 7 Nov 2011 23:07:12 +0000 (23:07 +0000)]
Remove ProxyHTMLLogVerbose in favor of trace loglevels

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

12 years agoif mod_session_crypto prereq isn't available, don't bail if
Jeff Trawick [Mon, 7 Nov 2011 22:59:51 +0000 (22:59 +0000)]
if mod_session_crypto prereq isn't available, don't bail if
the module was enabled implicitly

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

12 years agoMore error checking for ap_pregsub
Stefan Fritsch [Mon, 7 Nov 2011 22:58:52 +0000 (22:58 +0000)]
More error checking for ap_pregsub

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

12 years agoauto var verbose not used
Jeff Trawick [Mon, 7 Nov 2011 22:13:17 +0000 (22:13 +0000)]
auto var verbose not used

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

12 years agoremove solved Windows AcceptFilter blocker
Stefan Fritsch [Mon, 7 Nov 2011 22:02:43 +0000 (22:02 +0000)]
remove solved Windows AcceptFilter blocker
add mod_lua blocker

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

12 years agoMore ap_pregsub error checking/logging
Stefan Fritsch [Mon, 7 Nov 2011 21:58:52 +0000 (21:58 +0000)]
More ap_pregsub error checking/logging

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

12 years agoMore checks of ap_pregsub return values
Stefan Fritsch [Mon, 7 Nov 2011 21:47:39 +0000 (21:47 +0000)]
More checks of ap_pregsub return values

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

12 years agoCheck return value of ap_pregsub()
Stefan Fritsch [Mon, 7 Nov 2011 21:29:57 +0000 (21:29 +0000)]
Check return value of ap_pregsub()

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

12 years agoFix integer overflow in ap_pregsub. This can be triggered e.g.
Stefan Fritsch [Mon, 7 Nov 2011 21:13:40 +0000 (21:13 +0000)]
Fix integer overflow in ap_pregsub. This can be triggered e.g.
with mod_setenvif via a malicious .htaccess

CVE-2011-3607
http://www.halfdog.net/Security/2011/ApacheModSetEnvIfIntegerOverflow/

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

12 years agoNo need to zero memory that we will overwrite anyway
Stefan Fritsch [Mon, 7 Nov 2011 21:04:40 +0000 (21:04 +0000)]
No need to zero memory that we will overwrite anyway

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

12 years agoOnly init the RNG once at startup. This saves some entropy and works around the APR bug
Stefan Fritsch [Mon, 7 Nov 2011 20:57:02 +0000 (20:57 +0000)]
Only init the RNG once at startup. This saves some entropy and works around the APR bug
fixed in r1198921

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

12 years agoAlso do length check if the last line is not LF terminated
Stefan Fritsch [Mon, 7 Nov 2011 20:53:12 +0000 (20:53 +0000)]
Also do length check if the last line is not LF terminated

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

12 years agos/IP6/IPv6/
Jeff Trawick [Mon, 7 Nov 2011 20:05:19 +0000 (20:05 +0000)]
s/IP6/IPv6/

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

12 years agoCall apr_random_after_fork() manually in the child processes because the MPMs
Stefan Fritsch [Mon, 7 Nov 2011 18:46:47 +0000 (18:46 +0000)]
Call apr_random_after_fork() manually in the child processes because the MPMs
use plain fork() and not apr_proc_fork().
Also add some workaround for APR not changing the RNG state in the parent.

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

12 years agoquick handlers and translate_name in lua can't be keyed off
Eric Covener [Sat, 5 Nov 2011 01:08:05 +0000 (01:08 +0000)]
quick handlers and translate_name in lua can't be keyed off
Directory/Filename/htaccess

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

12 years agoprovide ap_escape_html as r:escape_html()
Eric Covener [Sat, 5 Nov 2011 00:16:36 +0000 (00:16 +0000)]
provide ap_escape_html as r:escape_html()

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

12 years agoremove unneeded dependency to mod_proxy_html
Gregg Lewis Smith [Sat, 5 Nov 2011 00:09:43 +0000 (00:09 +0000)]
remove unneeded dependency to mod_proxy_html

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

12 years agore-add apr_pool_clear accidentally removed in r1197405
Stefan Fritsch [Sat, 5 Nov 2011 00:07:15 +0000 (00:07 +0000)]
re-add apr_pool_clear accidentally removed in r1197405

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

12 years agoRemove some copy and paste remnants, no libaprutil in APR2
Gregg Lewis Smith [Sat, 5 Nov 2011 00:06:48 +0000 (00:06 +0000)]
Remove some copy and paste remnants, no libaprutil in APR2

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

12 years agoget the hello world of Handlers working again
Eric Covener [Fri, 4 Nov 2011 21:17:57 +0000 (21:17 +0000)]
get the hello world of Handlers working again

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

12 years agoUpdate transforms
Stefan Fritsch [Fri, 4 Nov 2011 07:29:32 +0000 (07:29 +0000)]
Update transforms

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

12 years agoUnify syntax of config directives taking an expression as optional contition argument
Stefan Fritsch [Fri, 4 Nov 2011 07:27:07 +0000 (07:27 +0000)]
Unify syntax of config directives taking an expression as optional contition argument

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

12 years agoTo prevent overboarding memory usage, limit line length to 1MB
Stefan Fritsch [Fri, 4 Nov 2011 05:35:53 +0000 (05:35 +0000)]
To prevent overboarding memory usage, limit line length to 1MB

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

12 years agoImprove detection of libxml2
Stefan Fritsch [Thu, 3 Nov 2011 06:19:01 +0000 (06:19 +0000)]
Improve detection of libxml2

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

12 years agoModify placement of PROXY_DECLARE_DATA to fix build problems with MSVC,
Stefan Fritsch [Thu, 3 Nov 2011 05:35:51 +0000 (05:35 +0000)]
Modify placement of PROXY_DECLARE_DATA to fix build problems with MSVC,
reported by Gregg L. Smith

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

12 years agoSomehow missed in r1196876
Gregg Lewis Smith [Thu, 3 Nov 2011 00:17:54 +0000 (00:17 +0000)]
Somehow missed in r1196876

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

12 years agoAdded proxy_html and xml2enc to Windows build
Gregg Lewis Smith [Thu, 3 Nov 2011 00:01:55 +0000 (00:01 +0000)]
Added proxy_html and xml2enc to Windows build

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

12 years agoadd new properties/constants
Eric Covener [Sun, 30 Oct 2011 14:43:31 +0000 (14:43 +0000)]
add new properties/constants

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

12 years agomake r.handler and r.proxyreq readable too
Eric Covener [Sun, 30 Oct 2011 14:39:20 +0000 (14:39 +0000)]
make r.handler and r.proxyreq readable too

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

12 years agoadd constants for PROXYREQ_* to the apache2 global, allow r.proxyreq and
Eric Covener [Sun, 30 Oct 2011 14:30:04 +0000 (14:30 +0000)]
add constants for PROXYREQ_* to the apache2 global, allow r.proxyreq and
r.handler to be writable.

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

12 years agoalphabetize writable lua properties and use strcmp() for the oddball that's
Eric Covener [Sun, 30 Oct 2011 14:19:45 +0000 (14:19 +0000)]
alphabetize writable lua properties and use strcmp() for the oddball that's
just testing quality of "user".

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

12 years agoUpdates.
Lucien Gentis [Sun, 30 Oct 2011 13:07:33 +0000 (13:07 +0000)]
Updates.

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

12 years agoReverted r1194896.
Guenter Knauf [Sat, 29 Oct 2011 22:03:00 +0000 (22:03 +0000)]
Reverted r1194896.

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

12 years agor.args can be written
Eric Covener [Sat, 29 Oct 2011 20:02:28 +0000 (20:02 +0000)]
r.args can be written

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

12 years agomake r.args read/write for rewrite refugees.
Eric Covener [Sat, 29 Oct 2011 19:42:32 +0000 (19:42 +0000)]
make r.args read/write for rewrite refugees.

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