Loading CHANGES +2 −0 Original line number Diff line number Diff line Changes with Apache 2.0.23-dev *) Use the prefork MPM by default on Unix. [various] *) mod_rewrite: Fix the line ending on some non-Unix systems for messages written to the rewrite log. [Richard Labennett <rlabenn@us.ibm.com>] Loading server/mpm/config.m4 +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ AC_ARG_WITH(mpm, APACHE_MPM=$withval ],[ if test "x$APACHE_MPM" = "x"; then APACHE_MPM=threaded APACHE_MPM=prefork fi ]) AC_MSG_RESULT($APACHE_MPM) Loading Loading
CHANGES +2 −0 Original line number Diff line number Diff line Changes with Apache 2.0.23-dev *) Use the prefork MPM by default on Unix. [various] *) mod_rewrite: Fix the line ending on some non-Unix systems for messages written to the rewrite log. [Richard Labennett <rlabenn@us.ibm.com>] Loading
server/mpm/config.m4 +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ AC_ARG_WITH(mpm, APACHE_MPM=$withval ],[ if test "x$APACHE_MPM" = "x"; then APACHE_MPM=threaded APACHE_MPM=prefork fi ]) AC_MSG_RESULT($APACHE_MPM) Loading