From 11338326b2f516850722422dc9d6e6e2c3276bb7 Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Mon, 16 Apr 2012 18:37:38 +0200 Subject: [PATCH] Fix typo. --- .../apache2/apache_must_be_compiled_with_compatible_mpm.txt.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/phusion_passenger/templates/apache2/apache_must_be_compiled_with_compatible_mpm.txt.erb b/lib/phusion_passenger/templates/apache2/apache_must_be_compiled_with_compatible_mpm.txt.erb index 7eb8031f13..d1f8a02577 100644 --- a/lib/phusion_passenger/templates/apache2/apache_must_be_compiled_with_compatible_mpm.txt.erb +++ b/lib/phusion_passenger/templates/apache2/apache_must_be_compiled_with_compatible_mpm.txt.erb @@ -1,7 +1,7 @@ WARNING: Apache doesn't seem to be compiled with the 'prefork', 'worker' or 'event' MPM Phusion Passenger has only been tested on Apache with the 'prefork', the -'worker' and the 'worker' MPM. Your Apache installation is compiled with +'worker' and the 'event' MPM. Your Apache installation is compiled with the '<%= @current_mpm %>' MPM. We recommend you to abort this installer and to recompile Apache with either the 'prefork', the 'worker' or the 'event' MPM.