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

11 years agoapr dbd and mod dbd have been mixed up in the handle closing function, so let's sort...
Daniel Gruno [Sun, 27 Jan 2013 23:26:43 +0000 (23:26 +0000)]
apr dbd and mod dbd have been mixed up in the handle closing function, so let's sort it out.

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

11 years agorpm: Bump the epoch on mod_proxy_html so that older separately packaged
Graham Leggett [Sun, 27 Jan 2013 16:32:20 +0000 (16:32 +0000)]
rpm: Bump the epoch on mod_proxy_html so that older separately packaged
versions of mod_proxy_html don't take precedence over us.

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

11 years agoAdd mod_macro to the RPM spec file.
Graham Leggett [Sun, 27 Jan 2013 16:13:28 +0000 (16:13 +0000)]
Add mod_macro to the RPM spec file.

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

11 years agoUpdate transformations.
Graham Leggett [Sun, 27 Jan 2013 16:03:13 +0000 (16:03 +0000)]
Update transformations.

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

11 years agoClarify more clearly in the examples which configurations are limited
Graham Leggett [Sun, 27 Jan 2013 16:02:22 +0000 (16:02 +0000)]
Clarify more clearly in the examples which configurations are limited
to CacheQuickHandler off and which support both.

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

11 years agoUpdate.
Lucien Gentis [Sun, 27 Jan 2013 14:32:36 +0000 (14:32 +0000)]
Update.

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

11 years agoCache does no longer send Content-Type header
Rainer Jung [Sun, 27 Jan 2013 13:49:17 +0000 (13:49 +0000)]
Cache does no longer send Content-Type header
for fresh content.

Followup to r1361153+r1373447 (PR 53539, wrong
Content-Type for stale content).

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

11 years agofix r1439000 per rjung remarks
Gregg Lewis Smith [Sun, 27 Jan 2013 05:45:21 +0000 (05:45 +0000)]
fix r1439000 per rjung remarks
http://marc.info/?l=apache-httpd-dev&m=135925949528376&w=2

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

11 years agomod_lua image size has surpassed 0x00010000, step it up a notch
Gregg Lewis Smith [Sun, 27 Jan 2013 00:08:04 +0000 (00:08 +0000)]
mod_lua image size has surpassed 0x00010000, step it up a notch

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

11 years agoUpdates.
Lucien Gentis [Sat, 26 Jan 2013 16:21:46 +0000 (16:21 +0000)]
Updates.

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

11 years agotry to emphasize that ErrorDocument nnn /foo doesn't send a HTTP redirect.
Eric Covener [Sat, 26 Jan 2013 03:56:23 +0000 (03:56 +0000)]
try to emphasize that ErrorDocument nnn /foo doesn't send a HTTP redirect.

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

11 years agohttp://httpd.apache.org/docs/2.4/platform/windows.html#comment_760
Eric Covener [Sat, 26 Jan 2013 03:44:12 +0000 (03:44 +0000)]
http://httpd.apache.org/docs/2.4/platform/windows.html#comment_760

Get rid of "SystemRoot" used where ServerRoot was meant, by dropping this
whole part of the sentence.

(use drive letters, unless they're network drives and you're running as
a service ...)

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

11 years agotypo
Gregg Lewis Smith [Fri, 25 Jan 2013 21:19:27 +0000 (21:19 +0000)]
typo

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

11 years agoinstall httpd-macro.conf
Gregg Lewis Smith [Fri, 25 Jan 2013 21:16:48 +0000 (21:16 +0000)]
install httpd-macro.conf

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

11 years agoSpelling: s/provilèges/privilèges/
Christophe Jaillet [Thu, 24 Jan 2013 20:36:04 +0000 (20:36 +0000)]
Spelling: s/provilèges/privilèges/

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

11 years agoRebuild
Rich Bowen [Thu, 24 Jan 2013 02:09:49 +0000 (02:09 +0000)]
Rebuild

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

11 years agoImpose a little consistency in the <description> field, as discussed briefly on docs...
Rich Bowen [Thu, 24 Jan 2013 02:07:22 +0000 (02:07 +0000)]
Impose a little consistency in the <description> field, as discussed briefly on docs@httpd.a.o

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

11 years agoRebuild
Rich Bowen [Thu, 24 Jan 2013 02:02:15 +0000 (02:02 +0000)]
Rebuild

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

11 years agoEmphasize that the output of #printenv is plain text so that it doesn't dump a bunch...
Rich Bowen [Thu, 24 Jan 2013 01:59:47 +0000 (01:59 +0000)]
Emphasize that the output of #printenv is plain text so that it doesn't dump a bunch of unformatted text in an HTML doc.

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

11 years agoTweak phrasing to more closely match what we say in the include section
Rich Bowen [Thu, 24 Jan 2013 01:23:16 +0000 (01:23 +0000)]
Tweak phrasing to more closely match what we say in the include section

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

11 years agoAdds examples for fsize and clarifies the difference between file and virtual
Rich Bowen [Thu, 24 Jan 2013 01:15:28 +0000 (01:15 +0000)]
Adds examples for fsize and clarifies the difference between file and virtual

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

11 years agoRebuild.
Rich Bowen [Thu, 24 Jan 2013 00:10:47 +0000 (00:10 +0000)]
Rebuild.

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

11 years agoAdds example to echo
Rich Bowen [Thu, 24 Jan 2013 00:07:55 +0000 (00:07 +0000)]
Adds example to echo

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

11 years agoAdded httpd-macro.conf to NetWare install.
Guenter Knauf [Wed, 23 Jan 2013 20:11:13 +0000 (20:11 +0000)]
Added httpd-macro.conf to NetWare install.

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

11 years agobackported
Jim Jagielski [Tue, 22 Jan 2013 13:42:22 +0000 (13:42 +0000)]
backported

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

11 years agomacro parameter definitions and uses must match exactly
Fabien Coelho [Tue, 22 Jan 2013 08:38:38 +0000 (08:38 +0000)]
macro parameter definitions and uses must match exactly

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

11 years agoMention mod_macro in the mass vhosts doc.
Rich Bowen [Mon, 21 Jan 2013 19:47:58 +0000 (19:47 +0000)]
Mention mod_macro in the mass vhosts doc.

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

11 years agoRebuild
Rich Bowen [Mon, 21 Jan 2013 19:44:24 +0000 (19:44 +0000)]
Rebuild

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

11 years agoUpdate to 2.4 authz syntax
Rich Bowen [Mon, 21 Jan 2013 19:43:42 +0000 (19:43 +0000)]
Update to 2.4 authz syntax

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

11 years ago* This one is backported to 2.4.x
Ruediger Pluem [Mon, 21 Jan 2013 17:00:49 +0000 (17:00 +0000)]
* This one is backported to 2.4.x

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

11 years ago* Ensure that is_v6literal is always initialized
Ruediger Pluem [Mon, 21 Jan 2013 16:23:43 +0000 (16:23 +0000)]
* Ensure that is_v6literal is always initialized

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

11 years agoAdds vhost example from http://people.apache.org/~fabien/mod_macro/
Rich Bowen [Mon, 21 Jan 2013 15:58:57 +0000 (15:58 +0000)]
Adds vhost example from http://people.apache.org/~fabien/mod_macro/

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

11 years agoRebuild
Rich Bowen [Mon, 21 Jan 2013 15:41:30 +0000 (15:41 +0000)]
Rebuild

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

11 years agoAdds English Revision tag.
Rich Bowen [Mon, 21 Jan 2013 15:39:48 +0000 (15:39 +0000)]
Adds English Revision tag.

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

11 years agoFixes weird indentation. Fixes markup on mention of <Macro>. Other minor tweaks.
Rich Bowen [Mon, 21 Jan 2013 15:31:21 +0000 (15:31 +0000)]
Fixes weird indentation. Fixes markup on mention of <Macro>. Other minor tweaks.

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

11 years ago2.4 style access control
Rich Bowen [Mon, 21 Jan 2013 15:17:32 +0000 (15:17 +0000)]
2.4 style access control

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

11 years agoUpdate to 2.4-style Require syntax.
Rich Bowen [Mon, 21 Jan 2013 15:12:02 +0000 (15:12 +0000)]
Update to 2.4-style Require syntax.

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

11 years ago* support/htcacheclean.c (main): Ensure -p was used before attempting
Joe Orton [Mon, 21 Jan 2013 15:09:13 +0000 (15:09 +0000)]
* support/htcacheclean.c (main): Ensure -p was used before attempting
  to process URL arguments.

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

11 years agoReplace usage of 'apache' with 'apache httpd' where appropriate
Rich Bowen [Mon, 21 Jan 2013 14:58:53 +0000 (14:58 +0000)]
Replace usage of 'apache' with 'apache httpd' where appropriate

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

11 years agoAdds a stub starter file for mod_macro usage, to make people aware that it's there.
Rich Bowen [Mon, 21 Jan 2013 14:56:55 +0000 (14:56 +0000)]
Adds a stub starter file for mod_macro usage, to make people aware that it's there.

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

11 years agoupdate transformation
André Malo [Mon, 21 Jan 2013 14:52:16 +0000 (14:52 +0000)]
update transformation

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

11 years agoupdate props
André Malo [Mon, 21 Jan 2013 14:46:13 +0000 (14:46 +0000)]
update props

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

11 years agoAdds mod_macro french and resolves svn (minor) svn conflicts.
Rich Bowen [Mon, 21 Jan 2013 14:34:45 +0000 (14:34 +0000)]
Adds mod_macro french and resolves svn (minor) svn conflicts.

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

11 years agoupdate transformation
André Malo [Mon, 21 Jan 2013 14:29:38 +0000 (14:29 +0000)]
update transformation

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

11 years agovalidation errors
André Malo [Mon, 21 Jan 2013 14:26:22 +0000 (14:26 +0000)]
validation errors

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

11 years agoUpdate syntax highlighter to match mod_macro definitions
Daniel Gruno [Mon, 21 Jan 2013 14:18:12 +0000 (14:18 +0000)]
Update syntax highlighter to match mod_macro definitions

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

11 years agoAdds mod_macro (english) to docs.
Rich Bowen [Mon, 21 Jan 2013 14:14:21 +0000 (14:14 +0000)]
Adds mod_macro (english) to docs.

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

11 years agoTweaks to make the xml validate and build
Rich Bowen [Mon, 21 Jan 2013 14:13:22 +0000 (14:13 +0000)]
Tweaks to make the xml validate and build

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

11 years agoAdd mod_macro to Windows build.
Gregg Lewis Smith [Mon, 21 Jan 2013 01:20:33 +0000 (01:20 +0000)]
Add mod_macro to Windows build.

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

11 years agoAdded mod_policy to NetWare build.
Guenter Knauf [Sun, 20 Jan 2013 13:06:37 +0000 (13:06 +0000)]
Added mod_policy to NetWare build.

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

11 years agoAdded mod_macro to NetWare build.
Guenter Knauf [Sun, 20 Jan 2013 13:04:40 +0000 (13:04 +0000)]
Added mod_macro to NetWare build.

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

11 years agoAdd "mod_macro" as a standard module, compiled in with "most".
Fabien Coelho [Sun, 20 Jan 2013 10:07:44 +0000 (10:07 +0000)]
Add "mod_macro" as a standard module, compiled in with "most".

This module was created in 1998 and has been distributed independently
ever since. It is hereby donated to the Apache Software Foundation.

There are quite a few comments in the source code to explain how it works,
as well as extensive non regression tests.

Some utilities about array processing could be moved to "core.c".
However, I finally decided against for now so that it stays as an external
and independent module, and thus may be backported with minimal impact
on the source tree.

Details of the addition:

* modules/core/mod_macro.c: module source code
* modules/core/test: non regression tests
  modules/core/test/conf/: configuration files
  modules/core/test/ref/: expected results
* docs/manual/mod/mod_macro.xml: English documentation
* docs/manual/mod/mod_macro.xml.fr: French documentation

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

11 years agoRebuild
Rich Bowen [Fri, 18 Jan 2013 22:01:14 +0000 (22:01 +0000)]
Rebuild

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

11 years agoErrorLogFormat has different defaults on different MPMs
Rich Bowen [Fri, 18 Jan 2013 21:59:02 +0000 (21:59 +0000)]
ErrorLogFormat has different defaults on different MPMs

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

11 years agoxforms
Daniel Gruno [Fri, 18 Jan 2013 20:23:34 +0000 (20:23 +0000)]
xforms

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

11 years agofix "missing" example
Daniel Gruno [Fri, 18 Jan 2013 20:22:02 +0000 (20:22 +0000)]
fix "missing" example

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

11 years agomod_proxy_ajp: Support unknown HTTP methods.
Rainer Jung [Fri, 18 Jan 2013 15:09:58 +0000 (15:09 +0000)]
mod_proxy_ajp: Support unknown HTTP methods.
BZ 54416

Forward unknown methods as request attributes
using method id SC_M_JK_STORED=0xFF and
request attribute id SC_A_STORED_METHOD=13.

Code ported from mod_jk (which got it from mod_jk2).

Supported by Tomcat at least since TC 4.1.
Doesn't seem to be supported by Jetty though.

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

11 years agoUpdates.
Lucien Gentis [Fri, 18 Jan 2013 13:50:58 +0000 (13:50 +0000)]
Updates.

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

11 years agoxforms
Daniel Gruno [Wed, 16 Jan 2013 18:57:32 +0000 (18:57 +0000)]
xforms

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

11 years agofix one more link
Daniel Gruno [Wed, 16 Jan 2013 18:54:45 +0000 (18:54 +0000)]
fix one more link

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

11 years agofix links
Daniel Gruno [Wed, 16 Jan 2013 18:50:58 +0000 (18:50 +0000)]
fix links

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

11 years agoIf r:regex does not match, only return 'false', don't try to create error messages...
Daniel Gruno [Wed, 16 Jan 2013 18:00:04 +0000 (18:00 +0000)]
If r:regex does not match, only return 'false', don't try to create error messages, because there should not be any - it's either match or no match here at this point.

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

11 years ago* A limit of zero means unlimited for LimitRequestBody.
Ruediger Pluem [Wed, 16 Jan 2013 15:37:16 +0000 (15:37 +0000)]
* A limit of zero means unlimited for LimitRequestBody.

PR: 54435
Submitted by: Pavel Mateja <pavel netsafe.cz>
Reviewed by: rpluem

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