Skip to content

Commit 6e33d7c

Browse files
author
Steve Hay
committed
We now support Apache httpd-2.4.x, although four test scripts currently still fail on Windows.
git-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1632485 13f79535-47bb-0310-9956-ffa450edef68
1 parent 4345881 commit 6e33d7c

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ This is mod_perl version 2.0
33
*** Prerequisites ***
44

55
Apache:
6-
Dynamic mod_perl (DSO): Apache 2.0.47 - 2.2.22.
7-
Static mod_perl: Apache 2.0.51 - 2.2.22.
6+
Dynamic mod_perl (DSO): Apache 2.0.47 - 2.4.10.
7+
Static mod_perl: Apache 2.0.51 - 2.4.10.
88

99
Newer Apache versions may work with this version of mod_perl. If
1010
not, the svn version likely will, which can be obtained from:
@@ -26,6 +26,11 @@ Perl:
2626

2727
mod_perl is currently considered stable.
2828

29+
Four test scripts are currently known to fail with Apache 2.4.x on Windows:
30+
t/protocol/echo_block.t (Fails tests 2-3)
31+
t/protocol/echo_nonblock.t (Fails test 2)
32+
t/protocol/echo_timeout.t (Fails tests 2-5)
33+
t/protocol/pseudo_http.t (Fails tests 3-8 and 11-13)
2934

3035
*** Documentation ***
3136

0 commit comments

Comments
 (0)