Skip to content

Commit

Permalink
We now support Apache httpd-2.4.x, although four test scripts current…
Browse files Browse the repository at this point in the history
…ly still fail on Windows.

git-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1632485 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Steve Hay committed Oct 17, 2014
1 parent 4345881 commit 6e33d7c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README
Expand Up @@ -3,8 +3,8 @@ This is mod_perl version 2.0
*** Prerequisites ***

Apache:
Dynamic mod_perl (DSO): Apache 2.0.47 - 2.2.22.
Static mod_perl: Apache 2.0.51 - 2.2.22.
Dynamic mod_perl (DSO): Apache 2.0.47 - 2.4.10.
Static mod_perl: Apache 2.0.51 - 2.4.10.

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

mod_perl is currently considered stable.

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

*** Documentation ***

Expand Down

0 comments on commit 6e33d7c

Please sign in to comment.