]> granicus.if.org Git - apache/log
apache
12 years agoRPM packaging: remove the epoch to be consistent with APR and APR-util.
Graham Leggett [Fri, 20 Jul 2012 15:25:14 +0000 (15:25 +0000)]
RPM packaging: remove the epoch to be consistent with APR and APR-util.

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

12 years agoRPM packaging: The PID file goes in /var/run in the RPM layout.
Graham Leggett [Fri, 20 Jul 2012 15:23:46 +0000 (15:23 +0000)]
RPM packaging: The PID file goes in /var/run in the RPM layout.

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

12 years agoRPM packaging: Remove the BuildArch from the manual package, this forces
Graham Leggett [Fri, 20 Jul 2012 15:17:26 +0000 (15:17 +0000)]
RPM packaging: Remove the BuildArch from the manual package, this forces
the target to "noarch" for all packages and breaks the build on CentOS5.

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

12 years agoRPM packaging: The PID file goes in /var/run in the RPM layout.
Graham Leggett [Fri, 20 Jul 2012 15:15:41 +0000 (15:15 +0000)]
RPM packaging: The PID file goes in /var/run in the RPM layout.

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

12 years agoFix mod_deflate NetWare build.
Guenter Knauf [Thu, 19 Jul 2012 23:58:06 +0000 (23:58 +0000)]
Fix mod_deflate NetWare build.
Submitted by: normw gknw net.

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

12 years agompm_event, mpm_worker: Remain active amidst prevalent child process
Jeff Trawick [Thu, 19 Jul 2012 21:31:52 +0000 (21:31 +0000)]
mpm_event, mpm_worker: Remain active amidst prevalent child process
resource shortages.

This is a somewhat different direction than r168182 ("transient thread
creation errors shouldn't take down the whole server").

r168182: If APEXIT_CHILDSICK is received and there aren't any
         active children at the time, exit.

Now:     If APEXIT_CHILDSICK is received and we never successfully
         initialized a child, exit.

The issue seen with the r168182 handling is that it is rather easy
to be left with no active child processes (which causes the server
to exit completely) during a resource shortage that lasts for some
measurable period of time, as contrasted with a resource shortage
that results in only a handful of allocation failures.

Now the server will remain active, though as long as the resource
shortage exists children may continually fail and the parent will
try once per second to create a replacement.  The existing logic
to reduce the spawn rate after such errors will prevent the
parent from trying to create children more rapidly.

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

12 years agoxforms
Daniel Gruno [Thu, 19 Jul 2012 20:21:05 +0000 (20:21 +0000)]
xforms

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

12 years agoRemove .* from the equation in the "<Directory ~ ..." example.
Daniel Gruno [Thu, 19 Jul 2012 20:15:54 +0000 (20:15 +0000)]
Remove .* from the equation in the "<Directory ~ ..." example.
Submitted by: Daniel (comment #143 on site)

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

12 years agompm_event, mpm_worker: Fix cases where the spawn rate wasn't reduced
Jeff Trawick [Thu, 19 Jul 2012 17:54:13 +0000 (17:54 +0000)]
mpm_event, mpm_worker: Fix cases where the spawn rate wasn't reduced
after child process resource shortages.

The broken scenario:

  child X exits with APEXIT_CHILDSICK
  another child Y is created and reuses child X's scoreboard slot
  child X's exit status is processed

The case that worked is when child X's scoreboard slot hadn't
been reused by the time that its exit status was processed.

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

12 years agoforward(?)-port some changes that were made in 2.4 instead of trunk
Daniel Gruno [Thu, 19 Jul 2012 15:46:30 +0000 (15:46 +0000)]
forward(?)-port some changes that were made in 2.4 instead of trunk

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

12 years agoFollow the MS docs on AcceptEx/GetAcceptExSockaddrs by loading
Jeff Trawick [Thu, 19 Jul 2012 12:25:28 +0000 (12:25 +0000)]
Follow the MS docs on AcceptEx/GetAcceptExSockaddrs by loading
the function pointers dynamically.

There's no indication that this will resolve any operational
glitches, but it might make the accept path slightly faster.

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

12 years agoxforms
Daniel Gruno [Thu, 19 Jul 2012 10:24:47 +0000 (10:24 +0000)]
xforms

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

12 years agoAdd a link to the RFC explaining what 'realm' denotes.
Daniel Gruno [Thu, 19 Jul 2012 10:23:47 +0000 (10:23 +0000)]
Add a link to the RFC explaining what 'realm' denotes.

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

12 years ago2009 -> 2012
Daniel Gruno [Thu, 19 Jul 2012 06:48:08 +0000 (06:48 +0000)]
2009 -> 2012

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

12 years agoxforms
Daniel Gruno [Thu, 19 Jul 2012 06:29:07 +0000 (06:29 +0000)]
xforms

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

12 years agoold/new -> foo/bar in example, so it matches the description (and the following examples)
Daniel Gruno [Thu, 19 Jul 2012 06:28:01 +0000 (06:28 +0000)]
old/new -> foo/bar in example, so it matches the description (and the following examples)

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

12 years agomodernize some commentary on APEXIT_foo values
Jeff Trawick [Thu, 19 Jul 2012 00:09:27 +0000 (00:09 +0000)]
modernize some commentary on APEXIT_foo values

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

12 years agofix child exit status in prefork after certain errors in
Jeff Trawick [Thu, 19 Jul 2012 00:05:29 +0000 (00:05 +0000)]
fix child exit status in prefork after certain errors in
the child so that the parent resets the spawn rate to the
minimum

or:

mpm_prefork: Reduce spawn rate after a child process exits due to
unexpected poll or accept failure.

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

12 years agoavoid decls for some Unix-specific functions on Win32 too
Jeff Trawick [Wed, 18 Jul 2012 18:28:04 +0000 (18:28 +0000)]
avoid decls for some Unix-specific functions on Win32 too

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

12 years agofix APREQ declarations for MinGW builds
Jeff Trawick [Wed, 18 Jul 2012 18:15:25 +0000 (18:15 +0000)]
fix APREQ declarations for MinGW builds

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

12 years agoFix compile break when SIGPIPE is not defined
Jeff Trawick [Wed, 18 Jul 2012 17:58:11 +0000 (17:58 +0000)]
Fix compile break when SIGPIPE is not defined

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

12 years agoFix typo in docs, s/mod_ext-filter/mod_ext_filter/.
Rainer Jung [Tue, 17 Jul 2012 22:53:49 +0000 (22:53 +0000)]
Fix typo in docs, s/mod_ext-filter/mod_ext_filter/.

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

12 years agoLog the value of Status header lines in script responses rather than
Chris Darroch [Tue, 17 Jul 2012 15:26:27 +0000 (15:26 +0000)]
Log the value of Status header lines in script responses rather than
than just the fixed header name of "Status".

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

12 years agoxforms
Daniel Gruno [Tue, 17 Jul 2012 14:55:37 +0000 (14:55 +0000)]
xforms

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

12 years agoUse integer operators when comparing to TIME_HOUR
Daniel Gruno [Tue, 17 Jul 2012 14:52:54 +0000 (14:52 +0000)]
Use integer operators when comparing to TIME_HOUR
Reported by Florian in comment #124

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

12 years agoUse integer operators when comparing to TIME_HOUR
Eric Covener [Tue, 17 Jul 2012 14:23:56 +0000 (14:23 +0000)]
Use integer operators when comparing to TIME_HOUR

Reported by Florian in comment#124.

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

12 years agos/2.3/2.5/g in Makefile.win.
Rainer Jung [Mon, 16 Jul 2012 17:00:36 +0000 (17:00 +0000)]
s/2.3/2.5/g in Makefile.win.

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

12 years agoxforms
Daniel Gruno [Mon, 16 Jul 2012 15:02:36 +0000 (15:02 +0000)]
xforms

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

12 years agoAdd missing highlighting
Daniel Gruno [Mon, 16 Jul 2012 14:58:48 +0000 (14:58 +0000)]
Add missing highlighting

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

12 years agoBump it up because of r1361784.
Rainer Jung [Mon, 16 Jul 2012 13:06:37 +0000 (13:06 +0000)]
Bump it up because of r1361784.

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

12 years agoxforms
Daniel Gruno [Mon, 16 Jul 2012 09:26:34 +0000 (09:26 +0000)]
xforms

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

12 years agoAdd information about the possible values of ProxyExpressDBMType
Daniel Gruno [Mon, 16 Jul 2012 09:24:40 +0000 (09:24 +0000)]
Add information about the possible values of ProxyExpressDBMType

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

12 years agoCode clean up (remove useless memory allocation)
Stefan Fritsch [Sun, 15 Jul 2012 21:19:54 +0000 (21:19 +0000)]
Code clean up (remove useless memory allocation)

Submitted by: Christophe JAILLET <christophe jaillet wanadoo fr>
PR: 52648

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

12 years agoVarious code clean up
Stefan Fritsch [Sun, 15 Jul 2012 21:14:00 +0000 (21:14 +0000)]
Various code clean up

Submitted by: Christophe JAILLET <christophe jaillet wanadoo fr>
PR: 52893

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

12 years agoRemove some checking for out-of-mem conditions that cannot be hit
Stefan Fritsch [Sun, 15 Jul 2012 20:33:16 +0000 (20:33 +0000)]
Remove some checking for out-of-mem conditions that cannot be hit
because apr_pcalloc/apr_pool_create will call abort() anyway.

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

12 years agoFix indentation.
Rainer Jung [Sun, 15 Jul 2012 20:29:56 +0000 (20:29 +0000)]
Fix indentation.
No functional change.

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

12 years agoAdd missing HTTP status codes taken from
Rainer Jung [Sun, 15 Jul 2012 20:22:03 +0000 (20:22 +0000)]
Add missing HTTP status codes taken from

http://www.iana.org/assignments/http-status-codes/http-status-codes.xml

The new codes are now known and some canned error
strings are provided. The web server does not yet actually
produce them in responses or reacts on getting them
from an origin server when acting as a proxy or gateway.

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

12 years agoDon't count connections in lingering close state when
Stefan Fritsch [Sun, 15 Jul 2012 19:52:06 +0000 (19:52 +0000)]
Don't count connections in lingering close state when
calculating how many additional connections may be accepted

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

12 years agoKeep track of the number of clogged, lingering, and suspended connections
Stefan Fritsch [Sun, 15 Jul 2012 19:43:07 +0000 (19:43 +0000)]
Keep track of the number of clogged, lingering, and suspended connections

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

12 years agoSimplify handling of MaxConnectionsPerChild
Stefan Fritsch [Sun, 15 Jul 2012 19:31:49 +0000 (19:31 +0000)]
Simplify handling of MaxConnectionsPerChild

If we decrement the counter at accept time and not at close time,
we only need to access the counter in the listener thread and the
code gets much simpler.

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

12 years agoUpdates.
Lucien Gentis [Sun, 15 Jul 2012 13:41:32 +0000 (13:41 +0000)]
Updates.

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

12 years ago- Define LUA_COMPAT_ALL so mod_lua will be compatible with Lua 5.2
Daniel Gruno [Fri, 13 Jul 2012 16:59:07 +0000 (16:59 +0000)]
- Define LUA_COMPAT_ALL so mod_lua will be compatible with Lua 5.2
- Add an optional integer argument for parsebody, specifying the maximum size of POST that will be accepted.

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

12 years agoxforms
Daniel Gruno [Fri, 13 Jul 2012 11:16:01 +0000 (11:16 +0000)]
xforms

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

12 years agoAdd printf as a known function in Perl.
Daniel Gruno [Fri, 13 Jul 2012 11:15:45 +0000 (11:15 +0000)]
Add printf as a known function in Perl.

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

12 years agowhitespace issue
Daniel Gruno [Fri, 13 Jul 2012 11:14:29 +0000 (11:14 +0000)]
whitespace issue

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

12 years agoxforms
Daniel Gruno [Fri, 13 Jul 2012 11:13:13 +0000 (11:13 +0000)]
xforms

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

12 years agoAdd missing highlighting
Daniel Gruno [Fri, 13 Jul 2012 11:12:06 +0000 (11:12 +0000)]
Add missing highlighting

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

12 years ago* Set content type in case we return stale content.
Ruediger Pluem [Fri, 13 Jul 2012 11:04:09 +0000 (11:04 +0000)]
* Set content type in case we return stale content.

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

12 years agoupdate transformation
André Malo [Fri, 13 Jul 2012 08:05:45 +0000 (08:05 +0000)]
update transformation

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

12 years agoupdate bootstrap stylesheets to reflect manual lang-targets changes.
André Malo [Fri, 13 Jul 2012 08:02:14 +0000 (08:02 +0000)]
update bootstrap stylesheets to reflect manual lang-targets changes.

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

12 years agoset svnmailer:content-charset
André Malo [Fri, 13 Jul 2012 07:55:06 +0000 (07:55 +0000)]
set svnmailer:content-charset

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

12 years agor1052419 changed the default value of Options to FollowSymlinks,
Eric Covener [Wed, 11 Jul 2012 01:48:48 +0000 (01:48 +0000)]
r1052419 changed the default value of Options to FollowSymlinks,
but inadvertently made "AllowOverride Options" behave like
"AllowOverride Options=FollowSymLinks".

PR53444

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

12 years agomake varbuf functions treat AP_VARBUF_UNKNOWN consistently, improve docs
Stefan Fritsch [Tue, 10 Jul 2012 20:19:03 +0000 (20:19 +0000)]
make varbuf functions treat AP_VARBUF_UNKNOWN consistently, improve docs

ap_varbuf_pdup(): copying the whole buffer in case strlen ==
AP_VARBUF_UNKNOWN does not make sense as the caller can not set
the exact buffer size, only a minimum. No API change as previously
the behavior with AP_VARBUF_UNKNOWN was undocumented.

regsub_core(): Checking for vb->buf is useless, it cannot be NULL
unless ap_varbuf_init has not been called.

ap_varbuf_cfg_getline(): Initially, allocate enough memory to hold
an empty line. If strlen == AP_VARBUF_UNKNOWN, use strlen(buf) instead
of undefined behavior.

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

12 years agostyle in the neighborhood of a bug
Eric Covener [Tue, 10 Jul 2012 20:10:27 +0000 (20:10 +0000)]
style in the neighborhood of a bug

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

12 years agostyle fix
Stefan Fritsch [Tue, 10 Jul 2012 19:45:27 +0000 (19:45 +0000)]
style fix

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

12 years agoMake mod_deflate skip compression if compression is enabled at SSL level.
Stefan Fritsch [Mon, 9 Jul 2012 10:58:22 +0000 (10:58 +0000)]
Make mod_deflate skip compression if compression is enabled at SSL level.

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

12 years agoxforms
Daniel Gruno [Mon, 9 Jul 2012 07:38:20 +0000 (07:38 +0000)]
xforms

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

12 years agoFix some more whitespace issues with anchors.
Daniel Gruno [Mon, 9 Jul 2012 07:36:20 +0000 (07:36 +0000)]
Fix some more whitespace issues with anchors.

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

12 years agoxforms
Daniel Gruno [Sun, 8 Jul 2012 21:04:12 +0000 (21:04 +0000)]
xforms

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

12 years agoFix whitespace issue in links.
Daniel Gruno [Sun, 8 Jul 2012 21:02:13 +0000 (21:02 +0000)]
Fix whitespace issue in links.

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

12 years agoRevert accidental commit.
Ben Laurie [Fri, 6 Jul 2012 12:42:00 +0000 (12:42 +0000)]
Revert accidental commit.

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

12 years agoWork correctly with a development version of OpenSSL. I suspect
Ben Laurie [Fri, 6 Jul 2012 12:41:10 +0000 (12:41 +0000)]
Work correctly with a development version of OpenSSL. I suspect
something similar is needed when there are two OpenSSL installations,
one in a default location.

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

12 years ago* modules/ssl/ssl_util_ocsp.c (get_line): Don't set line[-1] to 0
Joe Orton [Fri, 6 Jul 2012 07:42:32 +0000 (07:42 +0000)]
* modules/ssl/ssl_util_ocsp.c (get_line): Don't set line[-1] to 0
  when len == 0.

Submitted by: Jim Meyering <meyering redhat.com>

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

12 years agoxforms ad libitum
Daniel Gruno [Thu, 5 Jul 2012 21:39:02 +0000 (21:39 +0000)]
xforms ad libitum

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

12 years agocomments.apache.org is live! Changing URL of the javascript to reflect this.
Daniel Gruno [Thu, 5 Jul 2012 21:29:58 +0000 (21:29 +0000)]
comments.apache.org is live! Changing URL of the javascript to reflect this.

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

12 years ago* modules/filters/mod_ext_filter.c (ef_unified_filter): Set hit_eos
Joe Orton [Thu, 5 Jul 2012 15:33:18 +0000 (15:33 +0000)]
* modules/filters/mod_ext_filter.c (ef_unified_filter): Set hit_eos
  flag on hitting EOS.
  (ef_input_filter): Give back EOS if filter is invoked after hitting
  EOS, rather than attempting (and failing) to read from the closed
  pipe to the child.

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

12 years agozap recent backports
Eric Covener [Wed, 4 Jul 2012 14:14:30 +0000 (14:14 +0000)]
zap recent backports

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

12 years agoxforms
Daniel Gruno [Wed, 4 Jul 2012 08:36:40 +0000 (08:36 +0000)]
xforms

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

12 years agoFix XML error.
Daniel Gruno [Wed, 4 Jul 2012 08:33:19 +0000 (08:33 +0000)]
Fix XML error.

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

12 years agoAdd examples of <Files ...> that don't involve regex.
Daniel Gruno [Wed, 4 Jul 2012 08:30:37 +0000 (08:30 +0000)]
Add examples of <Files ...> that don't involve regex.

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

12 years agoadd a pointer to 'rewriteoptions', without giving away the option name, if someone
Eric Covener [Tue, 3 Jul 2012 16:19:29 +0000 (16:19 +0000)]
add a pointer to 'rewriteoptions', without giving away the option name, if someone
happens to have rewrite trace on when mod_rewrite declines a non URL-path.

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

12 years agoTransforms.
Joe Orton [Mon, 2 Jul 2012 08:52:32 +0000 (08:52 +0000)]
Transforms.

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

12 years ago* modules/mappers/mod_rewrite.c (cmd_rewriteoptions, hook_uri2file):
Joe Orton [Mon, 2 Jul 2012 08:51:01 +0000 (08:51 +0000)]
* modules/mappers/mod_rewrite.c (cmd_rewriteoptions, hook_uri2file):
  Add "AllowAnyURI" flag which disables the strict URL-path input
  string check introduced to fix CVE-2011-3368/CVE-2011-4317.

* docs/manual: Update docs.

Inspired by: covener

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

12 years agoxforms
Daniel Gruno [Sun, 1 Jul 2012 15:36:46 +0000 (15:36 +0000)]
xforms

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

12 years agoAdd 'require' as a keyword for Lua scripts
Daniel Gruno [Sun, 1 Jul 2012 15:35:14 +0000 (15:35 +0000)]
Add 'require' as a keyword for Lua scripts

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

12 years agoFix titles of examples
Daniel Gruno [Sun, 1 Jul 2012 15:34:18 +0000 (15:34 +0000)]
Fix titles of examples

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

12 years agoxforms
Daniel Gruno [Sun, 1 Jul 2012 15:21:25 +0000 (15:21 +0000)]
xforms

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

12 years agoRe-add r:parsebody() as a valid function
Daniel Gruno [Sun, 1 Jul 2012 15:19:14 +0000 (15:19 +0000)]
Re-add r:parsebody() as a valid function

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

12 years agoAdd LuaAuthzProvider as a valid Directive.
Daniel Gruno [Sun, 1 Jul 2012 15:16:29 +0000 (15:16 +0000)]
Add LuaAuthzProvider as a valid Directive.

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

12 years agobump CVE to the top of CHANGES
Eric Covener [Sat, 30 Jun 2012 22:50:15 +0000 (22:50 +0000)]
bump CVE to the top of CHANGES

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

12 years agoUpdates.
Lucien Gentis [Sat, 30 Jun 2012 17:04:32 +0000 (17:04 +0000)]
Updates.

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

12 years agore-emphasize this paragraph in ProxyRequests is for fwd proxy
Eric Covener [Wed, 27 Jun 2012 11:19:43 +0000 (11:19 +0000)]
re-emphasize this paragraph in ProxyRequests is for fwd proxy

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

12 years agoFixes to XML. rebuild.
Rich Bowen [Tue, 26 Jun 2012 16:14:44 +0000 (16:14 +0000)]
Fixes to XML. rebuild.

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

12 years agoApplies patch from PR 53201, from Walter (wgoulet)
Rich Bowen [Tue, 26 Jun 2012 14:13:11 +0000 (14:13 +0000)]
Applies patch from PR 53201, from Walter (wgoulet)

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

12 years agoxforms
Daniel Gruno [Tue, 26 Jun 2012 11:16:36 +0000 (11:16 +0000)]
xforms

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

12 years agoUpdates
Daniel Gruno [Tue, 26 Jun 2012 11:15:11 +0000 (11:15 +0000)]
Updates

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

12 years agoxforms
Daniel Gruno [Tue, 26 Jun 2012 06:45:17 +0000 (06:45 +0000)]
xforms

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

12 years agoMove SSLCACertificate* into the correct (allowed) context in the examples.
Daniel Gruno [Tue, 26 Jun 2012 06:43:26 +0000 (06:43 +0000)]
Move SSLCACertificate* into the correct (allowed) context in the examples.

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

12 years agoxforms
Daniel Gruno [Mon, 25 Jun 2012 13:01:57 +0000 (13:01 +0000)]
xforms

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

12 years agoFix the wording of r1353263 a bit.
Daniel Gruno [Mon, 25 Jun 2012 13:01:12 +0000 (13:01 +0000)]
Fix the wording of r1353263 a bit.

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

12 years agoxforms
Daniel Gruno [Sun, 24 Jun 2012 13:14:25 +0000 (13:14 +0000)]
xforms

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

12 years agoAdd a link to sections.html and change the example to accomodate suggestions in PR20414.
Daniel Gruno [Sun, 24 Jun 2012 13:13:10 +0000 (13:13 +0000)]
Add a link to sections.html and change the example to accomodate suggestions in PR20414.

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

12 years agoUpdates.
Lucien Gentis [Sun, 24 Jun 2012 12:49:01 +0000 (12:49 +0000)]
Updates.

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

12 years agoxforms
Daniel Gruno [Sun, 24 Jun 2012 11:52:01 +0000 (11:52 +0000)]
xforms

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

12 years agoAdd a note about DirectoryIndex adding resources instead of replacing them when calle...
Daniel Gruno [Sun, 24 Jun 2012 11:49:00 +0000 (11:49 +0000)]
Add a note about DirectoryIndex adding resources instead of replacing them when called twice or more within the same context.

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

12 years agoxforms
Stefan Fritsch [Fri, 22 Jun 2012 15:15:59 +0000 (15:15 +0000)]
xforms

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

12 years agoThe compiled in limit has been removed in r149269, as noted by Bojan
Stefan Fritsch [Fri, 22 Jun 2012 14:58:19 +0000 (14:58 +0000)]
The compiled in limit has been removed in r149269, as noted by Bojan

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

12 years agoMake sure that a triggering LimitRequestFieldSize is always logged, even if the
Stefan Fritsch [Fri, 22 Jun 2012 14:57:30 +0000 (14:57 +0000)]
Make sure that a triggering LimitRequestFieldSize is always logged, even if the
first read already exeeds the limit and ap_rgetline does not return a header
name.

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

12 years agonote more prominently that SHA and crypt are insecure
Stefan Fritsch [Fri, 22 Jun 2012 14:56:44 +0000 (14:56 +0000)]
note more prominently that SHA and crypt are insecure

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

12 years agoimprove dump_allocator, add dump_one_pool
Stefan Fritsch [Fri, 22 Jun 2012 14:55:07 +0000 (14:55 +0000)]
improve dump_allocator, add dump_one_pool

- dump_one_pool dumps the size of a pool not including child pools
- dump_allocator now dumps the size of the memnodes and not the last used
  free size. Also dump the total size.

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