]> git.ipfire.org Git - thirdparty/apache/httpd.git/log
thirdparty/apache/httpd.git
14 years agoRegenerate dependencies; fixes an issue noted by Bert on the
William A. Rowe Jr [Sat, 7 May 2011 04:37:24 +0000 (04:37 +0000)] 
Regenerate dependencies; fixes an issue noted by Bert on the
apr project (abspath includes in RSC targets), and add srclib
targets to the system INCLUDE path so that these are excluded
from the dependencies; seperate builds will work without the
srclib/ files.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1100446 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRegenerate dependencies; fixes an issue noted by Bert on the
William A. Rowe Jr [Sat, 7 May 2011 04:36:03 +0000 (04:36 +0000)] 
Regenerate dependencies; fixes an issue noted by Bert on the
apr project (abspath includes in RSC targets), and add srclib
targets to the system INCLUDE path so that these are excluded
from the dependencies; seperate builds will work without the
srclib/ files.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1100445 13f79535-47bb-0310-9956-ffa450edef68

14 years agoNot possible; you don't declare a variable const and then
William A. Rowe Jr [Sat, 7 May 2011 04:15:27 +0000 (04:15 +0000)] 
Not possible; you don't declare a variable const and then
maniuplate it.

Backports: r1100443

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1100444 13f79535-47bb-0310-9956-ffa450edef68

14 years agoGoing forwards, keep win32 build in svn once a tree is stable.
William A. Rowe Jr [Fri, 6 May 2011 17:28:00 +0000 (17:28 +0000)] 
Going forwards, keep win32 build in svn once a tree is stable.
Visual Studio 2010 users cannot convert our .dsp files, and
ddk toolchain users couldn't either.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1100294 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRevert unreviewed status item with insufficient explanation.
William A. Rowe Jr [Fri, 6 May 2011 16:26:09 +0000 (16:26 +0000)] 
Revert unreviewed status item with insufficient explanation.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1100264 13f79535-47bb-0310-9956-ffa450edef68

14 years agoGrab these from trunk:
Jeff Trawick [Fri, 6 May 2011 13:51:38 +0000 (13:51 +0000)] 
Grab these from trunk:

r1091079 fix const-ness mismatch in call to mpm_nt_eventlog_stderr_open()
r1091076 match expected type of arg to StartService()
r1089600 cleanups to function signatures, prototypes, visibility
r1089605 yank some dead code and variables
         (only a small part of the patch to service.c was applicable)
r1089614 Log the OS socket (int) instead of the apr_socket_t *.
r1089624 can't format time_t with %d; cast this small interval time to int
r1089639 HANDLE is PVOID which is reasonably formatted by %pp, but not by %d
r1089659 format string fixes: DWORD is unsigned long and needs %lu instead of %d or %i
r1089688 axe ap_registry_get_server_root(), which seems to have been unused after httpd 1.3
r1089689 get prototype for ap_os_create_privileged_process()
r1089690 axe a couple of unused vars, mark a function as static
r1089857-equivalent Fix format string for pid in "Child: <pid>" messages
r1040220 subset (fuangk) Fixed some win32 types.
         mod_win32.c changes aren't needed
         "DWORD tid" is "unsigned tid" due to use of different thread create fn
r1025492 subset (fuangk)  get prototypes for time(), _beginthreadex()
         remove cast from apr_getopt_init() call to fix warning,
         fix const-ness of service_name
r983412 (fuangk) ap_regkey.c: Added casts to silent compiler warnings.

No direct trunk equiv since code was rewritten or removed:
. util_script.c warnings for assignent+truth value
. missing const from signature of set_disable_acceptex()

Reviewed by: wrowe, covener

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1100216 13f79535-47bb-0310-9956-ffa450edef68

14 years agoGrab r1090634 from trunk:
Jeff Trawick [Fri, 6 May 2011 13:35:49 +0000 (13:35 +0000)] 
Grab r1090634 from trunk:

don't try to shut down child if it wasn't created
(or, fix warning about reference to uninitialized variable
child_exit_event)

Reviewed by: wrowe, covener

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1100211 13f79535-47bb-0310-9956-ffa450edef68

14 years agoMerge r820760, r919323, r937858, r938265 from trunk:
Eric Covener [Fri, 6 May 2011 13:14:27 +0000 (13:14 +0000)] 
Merge r820760, r919323, r937858, r938265 from trunk:

Reviewed By: sf, trawick, covener

    core: Treat timeout reading request as 408 error, not 400.
    Log 408 errors in access log as was done in Apache 1.3.x.

    PR: 39785
    Submitted by: Nobutaka Mantani, Stefan Fritsch
    Reviewed and added to by: Dan Poirier

    * Only log a 408 if it is no keepalive timeout.

    PR: 39785
    Submitted by: Mark Montague <markmont umich.edu>, rpluem
    Reviewed by: rpluem

    PR49167, unexpected 413 and double-errordoc during a timeout reading a
    chunk-size.

    Use the more specific 408 (timed out) instead of a generic 400 during a timeout
    reading a chunk-length.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1100200 13f79535-47bb-0310-9956-ffa450edef68

14 years agovote/promote
Eric Covener [Fri, 6 May 2011 13:04:17 +0000 (13:04 +0000)] 
vote/promote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1100196 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAdd BSD-specific note about core dumping. (Via mi+apache aldan.algebra.com)
Rich Bowen [Thu, 5 May 2011 13:34:59 +0000 (13:34 +0000)] 
Add BSD-specific note about core dumping. (Via mi+apache aldan.algebra.com)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1099787 13f79535-47bb-0310-9956-ffa450edef68

14 years agoyes, mime.types is CTR -- done.
Roy T. Fielding [Tue, 3 May 2011 20:17:34 +0000 (20:17 +0000)] 
yes, mime.types is CTR -- done.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1099229 13f79535-47bb-0310-9956-ffa450edef68

14 years agosync with trunk
Roy T. Fielding [Tue, 3 May 2011 20:13:58 +0000 (20:13 +0000)] 
sync with trunk

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1099223 13f79535-47bb-0310-9956-ffa450edef68

14 years agoPropose.
Rainer Jung [Tue, 3 May 2011 11:56:47 +0000 (11:56 +0000)] 
Propose.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1099029 13f79535-47bb-0310-9956-ffa450edef68

14 years agoMerge r1098872 from trunk:
Eric Covener [Tue, 3 May 2011 00:39:18 +0000 (00:39 +0000)] 
Merge r1098872 from trunk:

mention mod_expires bailing out when the handler has set an Expires header.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1098875 13f79535-47bb-0310-9956-ffa450edef68

14 years agoUpdate.
Lucien Gentis [Sun, 1 May 2011 16:03:23 +0000 (16:03 +0000)] 
Update.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1098362 13f79535-47bb-0310-9956-ffa450edef68

14 years agovote, note
Jeff Trawick [Sat, 30 Apr 2011 12:22:23 +0000 (12:22 +0000)] 
vote, note

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1098105 13f79535-47bb-0310-9956-ffa450edef68

14 years agoGrab trunk r888310:
Jeff Trawick [Sat, 30 Apr 2011 12:10:23 +0000 (12:10 +0000)] 
Grab trunk r888310:

 Core HTTP: disable keepalive when the Client has sent
     Expect: 100-continue
 but we respond directly with a non-100 response.  Keepalive here led
 to data from clients continuing being treated as a new request.

PR: 47087
Submitted by: niq
Reviewed by: wrowe, sf, trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1098104 13f79535-47bb-0310-9956-ffa450edef68

14 years agoPropose.
Graham Leggett [Mon, 25 Apr 2011 21:50:54 +0000 (21:50 +0000)] 
Propose.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1096618 13f79535-47bb-0310-9956-ffa450edef68

14 years ago- vote+promote
Stefan Fritsch [Mon, 25 Apr 2011 18:47:58 +0000 (18:47 +0000)] 
- vote+promote
- propose
- remove old failed proposal

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1096558 13f79535-47bb-0310-9956-ffa450edef68

14 years ago/agree
William A. Rowe Jr [Mon, 18 Apr 2011 16:57:24 +0000 (16:57 +0000)] 
/agree

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1094649 13f79535-47bb-0310-9956-ffa450edef68

14 years agoCorrected link to the rewrite documentation.
Rich Bowen [Mon, 18 Apr 2011 13:35:37 +0000 (13:35 +0000)] 
Corrected link to the rewrite documentation.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1094566 13f79535-47bb-0310-9956-ffa450edef68

14 years agoFixed line length to < 80 char.
Guenter Knauf [Sun, 17 Apr 2011 19:17:40 +0000 (19:17 +0000)] 
Fixed line length to < 80 char.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1094189 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAdded docu patch for htpasswd change with r1094184.
Guenter Knauf [Sun, 17 Apr 2011 19:15:57 +0000 (19:15 +0000)] 
Added docu patch for htpasswd change with r1094184.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1094188 13f79535-47bb-0310-9956-ffa450edef68

14 years agoSyncronize with trunk version.
Guenter Knauf [Sun, 17 Apr 2011 19:07:23 +0000 (19:07 +0000)] 
Syncronize with trunk version.

This includes a couple of backports / fixes: r826805, r826822,
r829162, r829355, r829431. The default algorithm is now md5
on all platforms.
All patches by sf; backport reviewed by fuankg, wrowe, trawick.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1094184 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAdded shebang check for '! so that .vbs scripts can work as CGI.
Guenter Knauf [Sun, 17 Apr 2011 16:38:42 +0000 (16:38 +0000)] 
Added shebang check for '! so that .vbs scripts can work as CGI.

Backport of r1054347 from trunk; reviewed by wrowe, trawick.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1094174 13f79535-47bb-0310-9956-ffa450edef68

14 years agoBackport r1071426:
Stefan Fritsch [Sat, 16 Apr 2011 19:09:47 +0000 (19:09 +0000)] 
Backport r1071426:

    Fix link errors for crypt() with --no-add-needed/--no-copy-dt-needed-entries,
    which is the default for the gold linker.

Reviewed by: sf, trawick, wrowe

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1094029 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTypos.
Lucien Gentis [Sat, 16 Apr 2011 14:46:24 +0000 (14:46 +0000)] 
Typos.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1094004 13f79535-47bb-0310-9956-ffa450edef68

14 years ago+1 to htpasswd sync
Jeff Trawick [Sat, 16 Apr 2011 14:20:15 +0000 (14:20 +0000)] 
+1 to htpasswd sync

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1094003 13f79535-47bb-0310-9956-ffa450edef68

14 years agopropose simple WinNT MPM fix for inclusion in 2.2.x
Jeff Trawick [Sat, 16 Apr 2011 14:11:23 +0000 (14:11 +0000)] 
propose simple WinNT MPM fix for inclusion in 2.2.x

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1094001 13f79535-47bb-0310-9956-ffa450edef68

14 years agoUpdates.
Lucien Gentis [Sat, 16 Apr 2011 13:19:47 +0000 (13:19 +0000)] 
Updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1093990 13f79535-47bb-0310-9956-ffa450edef68

14 years agovia Matthew Sporleder - the domain argument is required in the CO flag,
Rich Bowen [Fri, 15 Apr 2011 20:17:38 +0000 (20:17 +0000)] 
via Matthew Sporleder - the domain argument is required in the CO flag,
or the cookie doesn't get set.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1092802 13f79535-47bb-0310-9956-ffa450edef68

14 years agovote, promote
Jeff Trawick [Fri, 15 Apr 2011 12:28:17 +0000 (12:28 +0000)] 
vote, promote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1092682 13f79535-47bb-0310-9956-ffa450edef68

14 years agoU can has -Wall. Woot!
William A. Rowe Jr [Thu, 14 Apr 2011 19:16:08 +0000 (19:16 +0000)] 
U can has -Wall. Woot!

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1092444 13f79535-47bb-0310-9956-ffa450edef68

14 years agoI can haz clean-ish gcc -Wall build on Windows???????
Jeff Trawick [Thu, 14 Apr 2011 17:36:34 +0000 (17:36 +0000)] 
I can haz clean-ish gcc -Wall build on Windows???????

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1092401 13f79535-47bb-0310-9956-ffa450edef68

14 years agoGrab these trunk fixes:
Jeff Trawick [Thu, 14 Apr 2011 16:37:58 +0000 (16:37 +0000)] 
Grab these trunk fixes:

   r422306: gen_test_char doesn't need util_debug
  r1089950: don't build checkgid on MinGW
  r1089951: rework choice of CGI implementation
  r1089954: gcc compatibility of win32/os.h
  r1090417: include <stdlib.h> in win32/os.h before creating exit() macro
            a few other tiny bits of code and svn:ignore entries

Submitted by: John Vandenberg <jayvdb gmail.com>, others
Reviewed by: trawick, fuangk, wrowe

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1092390 13f79535-47bb-0310-9956-ffa450edef68

14 years agograb trunk r1091467:
Jeff Trawick [Thu, 14 Apr 2011 16:11:11 +0000 (16:11 +0000)] 
grab trunk r1091467:

Avoid need for --disable-v4-mapped on MinGW

Submitted by: trawick
Reviewed by: wrowe, fuangk

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1092377 13f79535-47bb-0310-9956-ffa450edef68

14 years agoVote and promote.
Guenter Knauf [Thu, 14 Apr 2011 15:51:39 +0000 (15:51 +0000)] 
Vote and promote.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1092357 13f79535-47bb-0310-9956-ffa450edef68

14 years agoCorrection to r1092235:
Jeff Trawick [Thu, 14 Apr 2011 14:24:45 +0000 (14:24 +0000)] 
Correction to r1092235:

Fix location of initgroups prototype, outside of AP_MPM_USES_POD
check.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1092275 13f79535-47bb-0310-9956-ffa450edef68

14 years agomod_ssl, ab: Support OpenSSL compiled without SSLv2 support.
Jeff Trawick [Thu, 14 Apr 2011 13:56:17 +0000 (13:56 +0000)] 
mod_ssl, ab: Support OpenSSL compiled without SSLv2 support.

Submitted by: sf
Reviewed by: trawick, wrowe

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1092246 13f79535-47bb-0310-9956-ffa450edef68

14 years agoGrab trunk r1082250:
Jeff Trawick [Thu, 14 Apr 2011 13:43:04 +0000 (13:43 +0000)] 
Grab trunk r1082250:

mpm_common.h: Add prototype for initgroups()

Submitted by: fuankg
Reviewed by: wrowe, trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1092235 13f79535-47bb-0310-9956-ffa450edef68

14 years agoLong overdue votes
William A. Rowe Jr [Thu, 14 Apr 2011 05:48:05 +0000 (05:48 +0000)] 
Long overdue votes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1092011 13f79535-47bb-0310-9956-ffa450edef68

14 years agoshall we plz default to --disable-v4-mapped on MinGW?
Jeff Trawick [Thu, 14 Apr 2011 00:30:28 +0000 (00:30 +0000)] 
shall we plz default to --disable-v4-mapped on MinGW?

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1091978 13f79535-47bb-0310-9956-ffa450edef68

14 years agoMinGW bits
Jeff Trawick [Sun, 10 Apr 2011 19:29:25 +0000 (19:29 +0000)] 
MinGW bits

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1090871 13f79535-47bb-0310-9956-ffa450edef68

14 years agoconfigure: add basic support to build with MinGW/MSYS, from trunk r422182 by pquerna
Jeff Trawick [Sun, 10 Apr 2011 13:18:23 +0000 (13:18 +0000)] 
configure: add basic support to build with MinGW/MSYS, from trunk r422182 by pquerna

2.2.x patch submitted by: fuankg
Reviewed by: wrowe, trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1090795 13f79535-47bb-0310-9956-ffa450edef68

14 years agovote+promote
Jeff Trawick [Sun, 10 Apr 2011 12:44:07 +0000 (12:44 +0000)] 
vote+promote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1090791 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRemoves links to the old rewrite guide, which has now been replaced with
Rich Bowen [Sun, 10 Apr 2011 12:39:07 +0000 (12:39 +0000)] 
Removes links to the old rewrite guide, which has now been replaced with
the new rewrite docs.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1090789 13f79535-47bb-0310-9956-ffa450edef68

14 years agopropose, comment
Stefan Fritsch [Sun, 10 Apr 2011 08:44:55 +0000 (08:44 +0000)] 
propose, comment

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1090752 13f79535-47bb-0310-9956-ffa450edef68

14 years agohernan gonzalez <hgonzalez gmail.com> points out that the USER_AGENT
Rich Bowen [Fri, 8 Apr 2011 14:46:45 +0000 (14:46 +0000)] 
hernan gonzalez <hgonzalez gmail.com> points out that the USER_AGENT
strings were probably more accurate with the leading ^ anchor.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1090283 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRemove more unnecessary regex anchors from rewrite examples.
Rich Bowen [Fri, 8 Apr 2011 14:26:32 +0000 (14:26 +0000)] 
Remove more unnecessary regex anchors from rewrite examples.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1090263 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRemove unnecessary .*s from regex.
Rich Bowen [Fri, 8 Apr 2011 14:17:00 +0000 (14:17 +0000)] 
Remove unnecessary .*s from regex.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1090259 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRemove unnecessary .* as mentioned in
Rich Bowen [Fri, 8 Apr 2011 14:16:04 +0000 (14:16 +0000)] 
Remove unnecessary .* as mentioned in
http://stackoverflow.com/questions/5587148/regex-patterns-in-apache-rewritecond-and-friends-full-or-partial-match

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1090257 13f79535-47bb-0310-9956-ffa450edef68

14 years agorpm spec file: Use "service httpd graceful" rather than a hard coded HUP
Graham Leggett [Thu, 7 Apr 2011 22:51:31 +0000 (22:51 +0000)] 
rpm spec file: Use "service httpd graceful" rather than a hard coded HUP
to rotate logs, so that we honour the end user's choice of pid file.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1090055 13f79535-47bb-0310-9956-ffa450edef68

14 years agoFixed sysinclude; removed trailing 0; fixed indent.
Guenter Knauf [Tue, 5 Apr 2011 01:47:32 +0000 (01:47 +0000)] 
Fixed sysinclude; removed trailing 0; fixed indent.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1088843 13f79535-47bb-0310-9956-ffa450edef68

14 years agoFixed NWGNUversion.inc target.
Guenter Knauf [Tue, 5 Apr 2011 01:44:00 +0000 (01:44 +0000)] 
Fixed NWGNUversion.inc target.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1088842 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAdded proposal.
Guenter Knauf [Sun, 3 Apr 2011 03:55:22 +0000 (03:55 +0000)] 
Added proposal.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1088204 13f79535-47bb-0310-9956-ffa450edef68

14 years agoSync'd with fixes from trunk.
Guenter Knauf [Sat, 2 Apr 2011 14:16:50 +0000 (14:16 +0000)] 
Sync'd with fixes from trunk.

Added includes for prototypes; removed unused vars;
axed C++ comments.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1088032 13f79535-47bb-0310-9956-ffa450edef68

14 years agoSync'd with fixes from trunk.
Guenter Knauf [Sat, 2 Apr 2011 14:14:01 +0000 (14:14 +0000)] 
Sync'd with fixes from trunk.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1088031 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAdded proposal.
Guenter Knauf [Fri, 1 Apr 2011 17:41:05 +0000 (17:41 +0000)] 
Added proposal.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1087829 13f79535-47bb-0310-9956-ffa450edef68

14 years agoMake 2.2.x build working with external (and newer) PCRE.
Guenter Knauf [Fri, 1 Apr 2011 13:47:07 +0000 (13:47 +0000)] 
Make 2.2.x build working with external (and newer) PCRE.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1087707 13f79535-47bb-0310-9956-ffa450edef68

14 years agoMake our Windows touch silent.
Guenter Knauf [Fri, 1 Apr 2011 03:38:42 +0000 (03:38 +0000)] 
Make our Windows touch silent.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1087572 13f79535-47bb-0310-9956-ffa450edef68

14 years agoExplain TOUCH macro and refer to docs.
Guenter Knauf [Fri, 1 Apr 2011 03:20:19 +0000 (03:20 +0000)] 
Explain TOUCH macro and refer to docs.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1087566 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAdded TOUCH macro to kill Win32 dependency on external touch command.
Guenter Knauf [Fri, 1 Apr 2011 03:07:06 +0000 (03:07 +0000)] 
Added TOUCH macro to kill Win32 dependency on external touch command.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1087563 13f79535-47bb-0310-9956-ffa450edef68

14 years agoNetWare build overhaul in order to compile on Linux.
Guenter Knauf [Fri, 1 Apr 2011 02:15:34 +0000 (02:15 +0000)] 
NetWare build overhaul in order to compile on Linux.

the remaining bits ...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1087555 13f79535-47bb-0310-9956-ffa450edef68

14 years agoFixed install target; prepared for external PCRE.
Guenter Knauf [Fri, 1 Apr 2011 01:15:26 +0000 (01:15 +0000)] 
Fixed install target; prepared for external PCRE.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1087537 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRemoved exports file which is now generated.
Guenter Knauf [Thu, 31 Mar 2011 23:56:39 +0000 (23:56 +0000)] 
Removed exports file which is now generated.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1087513 13f79535-47bb-0310-9956-ffa450edef68

14 years agoNetWare build overhaul in order to compile on Linux.
Guenter Knauf [Thu, 31 Mar 2011 23:53:41 +0000 (23:53 +0000)] 
NetWare build overhaul in order to compile on Linux.

Backport of (hopefully) all recent HEAD changes to the
NetWare build system related to building on Linux.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1087510 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTypo
Rich Bowen [Mon, 28 Mar 2011 10:11:43 +0000 (10:11 +0000)] 
Typo

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1086174 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRebuild HTML transformation - PR 50979
Rich Bowen [Sun, 27 Mar 2011 20:25:23 +0000 (20:25 +0000)] 
Rebuild HTML transformation - PR 50979

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1086025 13f79535-47bb-0310-9956-ffa450edef68

14 years agoClarify SSL/ENV variables, as per PR 50979
Rich Bowen [Sun, 27 Mar 2011 20:23:52 +0000 (20:23 +0000)] 
Clarify SSL/ENV variables, as per PR 50979

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1086024 13f79535-47bb-0310-9956-ffa450edef68

14 years agoUpdate.
Lucien Gentis [Sat, 26 Mar 2011 17:08:37 +0000 (17:08 +0000)] 
Update.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1085771 13f79535-47bb-0310-9956-ffa450edef68

14 years agoPropose bugfix backport
Nick Kew [Sat, 26 Mar 2011 11:00:36 +0000 (11:00 +0000)] 
Propose bugfix backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1085686 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRebuild: Links to detaild flags document.
Rich Bowen [Fri, 25 Mar 2011 13:59:49 +0000 (13:59 +0000)] 
Rebuild: Links to detaild flags document.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1085373 13f79535-47bb-0310-9956-ffa450edef68

14 years agoLinks to more detailed rewrite flag doc.
Rich Bowen [Fri, 25 Mar 2011 13:47:58 +0000 (13:47 +0000)] 
Links to more detailed rewrite flag doc.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1085362 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRemove mention of 2.4-specific directives.
Rich Bowen [Thu, 24 Mar 2011 10:11:02 +0000 (10:11 +0000)] 
Remove mention of 2.4-specific directives.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1084888 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRemove trunk-specific functionality that made it back into the 2.2 docs. Oops.
Rich Bowen [Wed, 23 Mar 2011 21:17:19 +0000 (21:17 +0000)] 
Remove trunk-specific functionality that made it back into the 2.2 docs. Oops.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1084744 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRebuild transformations
Rich Bowen [Wed, 23 Mar 2011 20:43:39 +0000 (20:43 +0000)] 
Rebuild transformations

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1084730 13f79535-47bb-0310-9956-ffa450edef68

14 years agoFix broken example (missing slash). Missing punctuation.
Rich Bowen [Wed, 23 Mar 2011 20:42:59 +0000 (20:42 +0000)] 
Fix broken example (missing slash). Missing punctuation.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1084729 13f79535-47bb-0310-9956-ffa450edef68

14 years agoFix the link to the rewrite guide.
Rich Bowen [Wed, 23 Mar 2011 20:35:03 +0000 (20:35 +0000)] 
Fix the link to the rewrite guide.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1084723 13f79535-47bb-0310-9956-ffa450edef68

14 years agoMissing rewrite diagrams.
Rich Bowen [Mon, 21 Mar 2011 13:38:31 +0000 (13:38 +0000)] 
Missing rewrite diagrams.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1083779 13f79535-47bb-0310-9956-ffa450edef68

14 years agoMissing image from rewrite docs.
Rich Bowen [Mon, 21 Mar 2011 13:37:50 +0000 (13:37 +0000)] 
Missing image from rewrite docs.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1083778 13f79535-47bb-0310-9956-ffa450edef68

14 years agoDrop obscure 1.3 change backrefs
William A. Rowe Jr [Sun, 20 Mar 2011 21:44:34 +0000 (21:44 +0000)] 
Drop obscure 1.3 change backrefs

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1083582 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRemoved dav_get_limit_xml_body() from mod_dav.h.
Guenter Knauf [Sun, 20 Mar 2011 18:58:27 +0000 (18:58 +0000)] 
Removed dav_get_limit_xml_body() from mod_dav.h.

This was a forgotten prototype hanging around for close
to 11 years where no code for existed (see r85816);
now removed from all branches per wrowe's permission.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1083536 13f79535-47bb-0310-9956-ffa450edef68

14 years agoUpdates.
Lucien Gentis [Sun, 20 Mar 2011 15:14:30 +0000 (15:14 +0000)] 
Updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1083464 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRebuild - remove mention of [END] as per Covener's patch.
Rich Bowen [Fri, 18 Mar 2011 13:58:05 +0000 (13:58 +0000)] 
Rebuild - remove mention of [END] as per Covener's patch.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1082925 13f79535-47bb-0310-9956-ffa450edef68

14 years agoOops. Wrong links to rewrite stuff.
Rich Bowen [Fri, 18 Mar 2011 13:46:05 +0000 (13:46 +0000)] 
Oops. Wrong links to rewrite stuff.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1082922 13f79535-47bb-0310-9956-ffa450edef68

14 years agoFix links to rewrite stuff.
Rich Bowen [Fri, 18 Mar 2011 13:43:16 +0000 (13:43 +0000)] 
Fix links to rewrite stuff.
Remove 2.4-specific flag.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1082920 13f79535-47bb-0310-9956-ffa450edef68

14 years agono [END] (really last) in 2.2.x
Eric Covener [Fri, 18 Mar 2011 13:41:59 +0000 (13:41 +0000)] 
no [END] (really last) in 2.2.x

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1082918 13f79535-47bb-0310-9956-ffa450edef68

14 years agoBrings the 2.2 rewrite docs up to the same level as the trunk rewrite docs.
Rich Bowen [Fri, 18 Mar 2011 13:37:20 +0000 (13:37 +0000)] 
Brings the 2.2 rewrite docs up to the same level as the trunk rewrite docs.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1082915 13f79535-47bb-0310-9956-ffa450edef68

14 years agoUpdate transforms
Daniel Earl Poirier [Thu, 17 Mar 2011 18:44:19 +0000 (18:44 +0000)] 
Update transforms

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1082632 13f79535-47bb-0310-9956-ffa450edef68

14 years agoBackport r1082196 from trunk:
Daniel Earl Poirier [Thu, 17 Mar 2011 18:40:40 +0000 (18:40 +0000)] 
Backport r1082196 from trunk:

core: AllowEncodedSlashes new option NoDecode to allow encoded slashes
in request URL path info but not decode them.

PR: 35256, 46830
Reviewed by: jim, covener

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1082630 13f79535-47bb-0310-9956-ffa450edef68

14 years agoNote revision for trunk change for AllowEncodedSlashes
Daniel Earl Poirier [Wed, 16 Mar 2011 17:12:57 +0000 (17:12 +0000)] 
Note revision for trunk change for AllowEncodedSlashes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1082216 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRebuild HTML - adds the !VAR syntax for the [E] flag.
Rich Bowen [Wed, 16 Mar 2011 16:32:09 +0000 (16:32 +0000)] 
Rebuild HTML - adds the !VAR syntax for the [E] flag.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1082190 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRebuild transformations
Rich Bowen [Tue, 15 Mar 2011 13:23:22 +0000 (13:23 +0000)] 
Rebuild transformations

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1081772 13f79535-47bb-0310-9956-ffa450edef68

14 years agoPunctuation and improved phrasing.
Rich Bowen [Tue, 15 Mar 2011 13:21:55 +0000 (13:21 +0000)] 
Punctuation and improved phrasing.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1081769 13f79535-47bb-0310-9956-ffa450edef68

14 years agoUpdate.
Lucien Gentis [Sat, 12 Mar 2011 17:31:43 +0000 (17:31 +0000)] 
Update.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1080951 13f79535-47bb-0310-9956-ffa450edef68

14 years agoUpdate xforms
Stefan Fritsch [Mon, 7 Mar 2011 21:31:45 +0000 (21:31 +0000)] 
Update xforms

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1078958 13f79535-47bb-0310-9956-ffa450edef68

14 years agomod_reqtimeout is non longer experimental
Stefan Fritsch [Mon, 7 Mar 2011 21:29:03 +0000 (21:29 +0000)] 
mod_reqtimeout is non longer experimental

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1078956 13f79535-47bb-0310-9956-ffa450edef68

14 years agomod_rewrite: Allow to unset environment variables.
Rainer Jung [Mon, 7 Mar 2011 20:39:54 +0000 (20:39 +0000)] 
mod_rewrite: Allow to unset environment variables.

PR: 50746
Submitted by: rjung
Reviewed  by: covener, rpluem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1078933 13f79535-47bb-0310-9956-ffa450edef68

14 years agoUpdates.
Lucien Gentis [Sat, 5 Mar 2011 17:31:21 +0000 (17:31 +0000)] 
Updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1078315 13f79535-47bb-0310-9956-ffa450edef68

14 years agosuEXEC: Fix backport r1070639 which breaks compilation for platforms which do
Jeff Trawick [Thu, 3 Mar 2011 13:07:48 +0000 (13:07 +0000)] 
suEXEC: Fix backport r1070639 which breaks compilation for platforms which do
not support suexec. The patch also avoids printing the useless suexec path.

Submitted by: fuankg
Reviewed  by: rpluem, trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1076611 13f79535-47bb-0310-9956-ffa450edef68