]> granicus.if.org Git - apache/log
apache
11 years agoPR54587: LDAP connections used for authn were not respecting
Eric Covener [Mon, 4 Mar 2013 21:54:24 +0000 (21:54 +0000)]
PR54587: LDAP connections used for authn were not respecting
LDAPConnectionPoolTimeout due to confusion over what "bound" means.

Added some LDAP trace at TRACE5 to track how LDAP connections are
reused and rebound.

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

11 years agocache_storage: remove useless test + update function name in debug log + skip as...
Christophe Jaillet [Mon, 4 Mar 2013 13:02:09 +0000 (13:02 +0000)]
cache_storage: remove useless test + update function name in debug log + skip as soon as we know headers do not match

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

11 years agoapr trunk-able
Jim Jagielski [Mon, 4 Mar 2013 11:26:17 +0000 (11:26 +0000)]
apr trunk-able

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

11 years agoFix indent
Christophe Jaillet [Mon, 4 Mar 2013 06:33:43 +0000 (06:33 +0000)]
Fix indent

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

11 years agoRemove useless tests.
Christophe Jaillet [Sun, 3 Mar 2013 21:25:46 +0000 (21:25 +0000)]
Remove useless tests.

Turn
   if (*x && apr_isspace(*x))
into
   if (apr_isspace(*x))

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

11 years agorv uninitialized -- the failing checks don't set rv, so don't pass it to ap_log_error.
Eric Covener [Sun, 3 Mar 2013 17:38:14 +0000 (17:38 +0000)]
rv uninitialized -- the failing checks don't set rv, so don't pass it to ap_log_error.

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

11 years agoFollow-up to r1451905 to fix NetWare/Windows compilation.
Guenter Knauf [Sat, 2 Mar 2013 19:17:14 +0000 (19:17 +0000)]
Follow-up to r1451905 to fix NetWare/Windows compilation.

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

11 years agoMake AF_UNIX aware... fix Windows/Netware??
Jim Jagielski [Sat, 2 Mar 2013 17:07:23 +0000 (17:07 +0000)]
Make AF_UNIX aware... fix Windows/Netware??

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

11 years agoUpdate.
Lucien Gentis [Sat, 2 Mar 2013 14:41:57 +0000 (14:41 +0000)]
Update.

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

11 years agoThe 2 first patches from PR45355 have been ported
Christophe Jaillet [Sat, 2 Mar 2013 08:13:16 +0000 (08:13 +0000)]
The 2 first patches from PR45355 have been ported

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

11 years agoUse define for serverroot with Windows conf files.
Guenter Knauf [Sat, 2 Mar 2013 03:43:39 +0000 (03:43 +0000)]
Use define for serverroot with Windows conf files.

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

11 years agoSome windows install.log output cosmetics.
Guenter Knauf [Sat, 2 Mar 2013 03:36:47 +0000 (03:36 +0000)]
Some windows install.log output cosmetics.

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

11 years agoAs long as we have skiplist, use it.
Jim Jagielski [Fri, 1 Mar 2013 20:15:23 +0000 (20:15 +0000)]
As long as we have skiplist, use it.

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

11 years agoaboid NULL refs
Jim Jagielski [Fri, 1 Mar 2013 20:13:39 +0000 (20:13 +0000)]
aboid NULL refs

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

11 years agoAdd in rough uds support (Bugx 54101) from Blaise Tarr <blaise.tarr@gmail.com>
Jim Jagielski [Fri, 1 Mar 2013 16:21:49 +0000 (16:21 +0000)]
Add in rough uds support (Bugx 54101) from Blaise Tarr <blaise.tarr@gmail.com>

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

11 years agoAnd now make aware... compile/build again :)
Jim Jagielski [Fri, 1 Mar 2013 15:36:00 +0000 (15:36 +0000)]
And now make aware... compile/build again :)

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

11 years agoMove skiplist to core
Jim Jagielski [Fri, 1 Mar 2013 15:29:30 +0000 (15:29 +0000)]
Move skiplist to core

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

11 years agosync
Jim Jagielski [Fri, 1 Mar 2013 15:24:25 +0000 (15:24 +0000)]
sync

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

11 years ago1st phase of moving into httpd "core"
Jim Jagielski [Fri, 1 Mar 2013 15:24:05 +0000 (15:24 +0000)]
1st phase of moving into httpd "core"

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

11 years agostreamline TZ check
Jim Jagielski [Fri, 1 Mar 2013 15:24:02 +0000 (15:24 +0000)]
streamline TZ check

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

11 years agosync w/ current event bug-fixes
Jim Jagielski [Fri, 1 Mar 2013 15:23:58 +0000 (15:23 +0000)]
sync w/ current event bug-fixes

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

11 years agoSSL_SESSION_id2sz is only used for logging, having it in lowercase shouldn't be an...
Christophe Jaillet [Fri, 1 Mar 2013 06:49:45 +0000 (06:49 +0000)]
SSL_SESSION_id2sz is only used for logging, having it in lowercase shouldn't be an issue.

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

11 years agoAvoid some memory allocation on error path in 'http2env' if TRACE1 logging is not...
Christophe Jaillet [Fri, 1 Mar 2013 06:33:40 +0000 (06:33 +0000)]
Avoid some memory allocation on error path in 'http2env' if TRACE1 logging is not activated.
Avoid a function call to 'apr_filepath_name_get' which ends up to a strrchr call, if TRACE1 logging is not activated.

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

11 years agofix the wording of a line, as per comment 909 on the site.
Daniel Gruno [Thu, 28 Feb 2013 22:28:42 +0000 (22:28 +0000)]
fix the wording of a line, as per comment 909 on the site.

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

11 years agoUse define for serverroot with NetWare conf files.
Guenter Knauf [Thu, 28 Feb 2013 09:26:48 +0000 (09:26 +0000)]
Use define for serverroot with NetWare conf files.

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

11 years agoRemoved tabs.
Guenter Knauf [Thu, 28 Feb 2013 06:09:12 +0000 (06:09 +0000)]
Removed tabs.

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

11 years agothis is broken... pull out
Jim Jagielski [Wed, 27 Feb 2013 22:16:34 +0000 (22:16 +0000)]
this is broken... pull out

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

11 years agobetter handling of overflow
Daniel Gruno [Wed, 27 Feb 2013 01:07:01 +0000 (01:07 +0000)]
better handling of overflow

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

11 years agohopefully fixing the <pre> overflow bug as reported by mike rumph
Daniel Gruno [Wed, 27 Feb 2013 01:05:28 +0000 (01:05 +0000)]
hopefully fixing the <pre> overflow bug as reported by mike rumph

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

11 years agoUpdate to be consistent with the rest of the document
Christophe Jaillet [Tue, 26 Feb 2013 11:17:54 +0000 (11:17 +0000)]
Update to be consistent with the rest of the document

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

11 years agoApply to trunk doc, things done on 2.4 branch
Christophe Jaillet [Tue, 26 Feb 2013 11:08:48 +0000 (11:08 +0000)]
Apply to trunk doc, things done on 2.4 branch

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

11 years ago.fr doc update
Christophe Jaillet [Tue, 26 Feb 2013 10:59:09 +0000 (10:59 +0000)]
.fr doc update

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

11 years agoFix typo in doc which is only on trunk
Christophe Jaillet [Tue, 26 Feb 2013 10:52:23 +0000 (10:52 +0000)]
Fix typo in doc which is only on trunk

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

11 years agoxforms
Daniel Gruno [Tue, 26 Feb 2013 05:03:02 +0000 (05:03 +0000)]
xforms

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

11 years agofix various typos, thanks to mike rumph as per comment #872
Daniel Gruno [Tue, 26 Feb 2013 04:54:00 +0000 (04:54 +0000)]
fix various typos, thanks to mike rumph as per comment #872

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

11 years agoMore updates to the STATUS/TODO list
Rich Bowen [Mon, 25 Feb 2013 21:08:41 +0000 (21:08 +0000)]
More updates to the STATUS/TODO list

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

11 years agoDone
Rich Bowen [Mon, 25 Feb 2013 19:47:56 +0000 (19:47 +0000)]
Done

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

11 years agospelling fix
Jeff Trawick [Mon, 25 Feb 2013 19:24:14 +0000 (19:24 +0000)]
spelling fix

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

11 years agoRebuild
Rich Bowen [Sun, 24 Feb 2013 18:24:50 +0000 (18:24 +0000)]
Rebuild

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

11 years agoThat's a separate doc now.
Rich Bowen [Sun, 24 Feb 2013 18:15:57 +0000 (18:15 +0000)]
That's a separate doc now.

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

11 years agobug 54548 - use new expr parser with 'elif', like 'if'
Thomas J. Donovan [Sun, 24 Feb 2013 13:58:07 +0000 (13:58 +0000)]
bug 54548 - use new expr parser with 'elif', like 'if'

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

11 years agoFixed NetWare makefile for serf 1.2.
Guenter Knauf [Sun, 24 Feb 2013 06:13:03 +0000 (06:13 +0000)]
Fixed NetWare makefile for serf 1.2.

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

11 years agoUpdates.
Lucien Gentis [Sat, 23 Feb 2013 13:56:27 +0000 (13:56 +0000)]
Updates.

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

11 years agorealign and fix logic
Jim Jagielski [Thu, 21 Feb 2013 13:19:30 +0000 (13:19 +0000)]
realign and fix logic

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

11 years agoxforms
Daniel Gruno [Thu, 21 Feb 2013 11:47:50 +0000 (11:47 +0000)]
xforms

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

11 years agoadd SSL_TLS_SNI to the list of variables
Daniel Gruno [Thu, 21 Feb 2013 11:39:11 +0000 (11:39 +0000)]
add SSL_TLS_SNI to the list of variables

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

11 years agoxforms
Daniel Gruno [Thu, 21 Feb 2013 11:27:39 +0000 (11:27 +0000)]
xforms

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

11 years agoHard coded ThreadLimit for event is 100,000.
Daniel Gruno [Thu, 21 Feb 2013 11:20:29 +0000 (11:20 +0000)]
Hard coded ThreadLimit for event is 100,000.

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

11 years agoFix link to the END flag detailed docs.
Rich Bowen [Thu, 21 Feb 2013 04:15:29 +0000 (04:15 +0000)]
Fix link to the END flag detailed docs.

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

11 years agoCorrect some spelling.
Graham Leggett [Wed, 20 Feb 2013 22:46:59 +0000 (22:46 +0000)]
Correct some spelling.

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

11 years agoThis is useful info for mod_status ;)
Jim Jagielski [Wed, 20 Feb 2013 14:02:28 +0000 (14:02 +0000)]
This is useful info for mod_status ;)

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

11 years agoresync w/ some event fixes
Jim Jagielski [Wed, 20 Feb 2013 13:11:29 +0000 (13:11 +0000)]
resync w/ some event fixes

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

11 years ago mod_ssl: Quiet FIPS mode weak keys disabled and FIPS not selected emits
William A. Rowe Jr [Wed, 20 Feb 2013 04:15:18 +0000 (04:15 +0000)]
mod_ssl: Quiet FIPS mode weak keys disabled and FIPS not selected emits
    in the error log to debug level.  [William Rowe]

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

11 years agoThe days of 9x, Win2K are long gone. No more need of a stub
William A. Rowe Jr [Wed, 20 Feb 2013 04:03:42 +0000 (04:03 +0000)]
The days of 9x, Win2K are long gone.  No more need of a stub

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

11 years agoye gods what have I done
Rich Bowen [Tue, 19 Feb 2013 23:48:41 +0000 (23:48 +0000)]
ye gods what have I done

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

11 years agoRemove redundant 'directives' list, and use the more-useful
Rich Bowen [Tue, 19 Feb 2013 23:42:40 +0000 (23:42 +0000)]
Remove redundant 'directives' list, and use the more-useful
quickreference doc instead.

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

11 years agoxforms
Daniel Gruno [Tue, 19 Feb 2013 21:32:09 +0000 (21:32 +0000)]
xforms

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

11 years agotypo fixes
Daniel Gruno [Tue, 19 Feb 2013 21:29:45 +0000 (21:29 +0000)]
typo fixes

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

11 years agotypos
Jim Jagielski [Tue, 19 Feb 2013 19:08:53 +0000 (19:08 +0000)]
typos

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

11 years agoensure positive
Jim Jagielski [Tue, 19 Feb 2013 19:08:24 +0000 (19:08 +0000)]
ensure positive

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

11 years agoHas been backported.
Rainer Jung [Mon, 18 Feb 2013 19:39:00 +0000 (19:39 +0000)]
Has been backported.

CHANGES in 2.4 not needed, because regression
was never released.

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

11 years agoUnbreak default case of RewriteBase not being set after r1410681
Eric Covener [Mon, 18 Feb 2013 18:46:23 +0000 (18:46 +0000)]
Unbreak default case of RewriteBase not being set after r1410681

Contributed By: Evgeny Barsukov
Reviewed By: covener

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

11 years agoFix the authn_socache example, as per users@ discussion and
Nick Kew [Mon, 18 Feb 2013 11:08:53 +0000 (11:08 +0000)]
Fix the authn_socache example, as per users@ discussion and
Ben Johnson's comment on the page itself @apache.org..

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

11 years agoUpdates.
Lucien Gentis [Sat, 16 Feb 2013 15:33:41 +0000 (15:33 +0000)]
Updates.

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

11 years agoap_rgetline_core() now pulls from r->proto_input_filters
Joe Schaefer [Fri, 15 Feb 2013 01:32:45 +0000 (01:32 +0000)]
ap_rgetline_core() now pulls from r->proto_input_filters
for better input filtering behavior during chunked trailer
processing by ap_http_filter().

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

11 years agoStuff I want to do
Rich Bowen [Thu, 14 Feb 2013 02:41:54 +0000 (02:41 +0000)]
Stuff I want to do

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

11 years agoStuff I want to do
Rich Bowen [Thu, 14 Feb 2013 02:29:04 +0000 (02:29 +0000)]
Stuff I want to do

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

11 years agotypo
Rich Bowen [Thu, 14 Feb 2013 01:49:16 +0000 (01:49 +0000)]
typo

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

11 years agoTypo
Rich Bowen [Thu, 14 Feb 2013 01:48:29 +0000 (01:48 +0000)]
Typo

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

11 years agoRebuild
Rich Bowen [Thu, 14 Feb 2013 01:27:26 +0000 (01:27 +0000)]
Rebuild

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

11 years agoMissing trailing slash
Rich Bowen [Thu, 14 Feb 2013 01:26:01 +0000 (01:26 +0000)]
Missing trailing slash

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

11 years agoRebuild
Rich Bowen [Thu, 14 Feb 2013 01:06:28 +0000 (01:06 +0000)]
Rebuild

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

11 years agoReconcile contradictory statements.
Rich Bowen [Thu, 14 Feb 2013 01:03:10 +0000 (01:03 +0000)]
Reconcile contradictory statements.

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

11 years agor:regex was not returning the last captured group, as we were one off on how many...
Daniel Gruno [Wed, 13 Feb 2013 14:02:43 +0000 (14:02 +0000)]
r:regex was not returning the last captured group, as we were one off on how many captures to push to the table.

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

11 years agoFixed a potential NULL pointer deference.
Guenter Knauf [Thu, 7 Feb 2013 15:35:31 +0000 (15:35 +0000)]
Fixed a potential NULL pointer deference.
This was brought up on dev list by Christophe Jaillet.

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

11 years agoStyle fixes - no code changes.
Guenter Knauf [Thu, 7 Feb 2013 15:19:53 +0000 (15:19 +0000)]
Style fixes - no code changes.

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

11 years agoin 2.4.x
Jim Jagielski [Wed, 6 Feb 2013 20:49:31 +0000 (20:49 +0000)]
in 2.4.x

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

11 years agoIn 2.4.4-dev
Jim Jagielski [Wed, 6 Feb 2013 17:15:50 +0000 (17:15 +0000)]
In 2.4.4-dev

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

11 years agoChange bzero/bcopy into memset/memcpy
Christophe Jaillet [Wed, 6 Feb 2013 08:17:53 +0000 (08:17 +0000)]
Change bzero/bcopy into memset/memcpy

PR 54346

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

11 years agoCan't figure out why we allocate len+2 bytes here. Len+1 should be enough.
Christophe Jaillet [Tue, 5 Feb 2013 21:32:51 +0000 (21:32 +0000)]
Can't figure out why we allocate len+2 bytes here. Len+1 should be enough.

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

11 years agoChop inappropriate detail from my recent CHANGES entry
Nick Kew [Tue, 5 Feb 2013 00:09:38 +0000 (00:09 +0000)]
Chop inappropriate detail from my recent CHANGES entry

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

11 years agoFix incomplete filename in ErrorLog when trying to access files in non existing...
Christophe Jaillet [Mon, 4 Feb 2013 22:46:10 +0000 (22:46 +0000)]
Fix  incomplete filename in ErrorLog when trying to access files in non existing directories
PR39944

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

11 years agomod_proxy_html: bugfixes and introduce HTML5 doctype
Nick Kew [Mon, 4 Feb 2013 22:32:25 +0000 (22:32 +0000)]
mod_proxy_html: bugfixes and introduce HTML5 doctype

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

11 years agoImprove httxt2dbm doc as proposed in PR51372.
Christophe Jaillet [Mon, 4 Feb 2013 22:18:12 +0000 (22:18 +0000)]
Improve httxt2dbm doc as proposed in PR51372.
Please backport if usefull.

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

11 years agoFix valgrind warning about uninitialized memory in argument to semctl
Stefan Fritsch [Mon, 4 Feb 2013 20:15:10 +0000 (20:15 +0000)]
Fix valgrind warning about uninitialized memory in argument to semctl

PR: 53690
Submitted by: Mikhail T. <mi+apache aldan algebra com>

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

11 years agoDon't keepalive the connection to the client if the
Stefan Fritsch [Mon, 4 Feb 2013 19:56:39 +0000 (19:56 +0000)]
Don't keepalive the connection to the client if the
backend closes the connection.

PR: 54474
Submitted by: Pavel Mateja <pavel netsafe cz>

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

11 years agofix valgrind warnings about uninitialized memory in syscall arguments
Stefan Fritsch [Mon, 4 Feb 2013 19:37:18 +0000 (19:37 +0000)]
fix valgrind warnings about uninitialized memory in syscall arguments

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

11 years agoAvoid valgrind warnings in mod_ssl random number generator
Stefan Fritsch [Mon, 4 Feb 2013 19:34:08 +0000 (19:34 +0000)]
Avoid valgrind warnings in mod_ssl random number generator

We intentionally add uninitialized stack memory. To avoid warnings,
make valgrind believe that the memory is defined.

Add configure option to enable valgrind support

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

11 years agoxforms
Eric Covener [Sat, 2 Feb 2013 14:45:23 +0000 (14:45 +0000)]
xforms

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

11 years agofill in the dots for
Eric Covener [Sat, 2 Feb 2013 14:10:04 +0000 (14:10 +0000)]
fill in the dots for
http://httpd.apache.org/docs/2.4/platform/windows.html#comment_802

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

11 years agoUpdates.
Lucien Gentis [Sat, 2 Feb 2013 13:51:15 +0000 (13:51 +0000)]
Updates.

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

11 years agoRebuild
Rich Bowen [Thu, 31 Jan 2013 01:51:43 +0000 (01:51 +0000)]
Rebuild

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

11 years agoTypo
Rich Bowen [Thu, 31 Jan 2013 00:46:56 +0000 (00:46 +0000)]
Typo

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

11 years agoRebuild
Rich Bowen [Thu, 31 Jan 2013 00:45:17 +0000 (00:45 +0000)]
Rebuild

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

11 years agoRebuild
Rich Bowen [Thu, 31 Jan 2013 00:44:00 +0000 (00:44 +0000)]
Rebuild

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

11 years ago"A few hours last week" is kind of strange in a howto that has been
Rich Bowen [Thu, 31 Jan 2013 00:29:14 +0000 (00:29 +0000)]
"A few hours last week" is kind of strange in a howto that has been
around for most of a decade. Need to scrap this entire example
eventually.

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

11 years agoMSIE Mac example is stupid
Rich Bowen [Thu, 31 Jan 2013 00:27:04 +0000 (00:27 +0000)]
MSIE Mac example is stupid

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

11 years agoNote that v is a shortcut for reqenv
Daniel Gruno [Tue, 29 Jan 2013 18:51:56 +0000 (18:51 +0000)]
Note that v is a shortcut for reqenv

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

11 years agoFix error because of negative rate-limit
Christophe Jaillet [Mon, 28 Jan 2013 20:57:10 +0000 (20:57 +0000)]
Fix error because of negative rate-limit
PR : 52964
Submitted by: Tianyin Xu <tixu cs ucsd edu>

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

11 years agoProxyPassInherit directive
Jim Jagielski [Mon, 28 Jan 2013 13:58:24 +0000 (13:58 +0000)]
ProxyPassInherit directive

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