Skip to content

Commit

Permalink
Support Apache MPMs other than prefork.
Browse files Browse the repository at this point in the history
[#188 state:resolved]
  • Loading branch information
theory committed Jul 29, 2010
1 parent 06d0f77 commit ea4c643
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
8 changes: 0 additions & 8 deletions inst/required.pl
Expand Up @@ -370,14 +370,6 @@ sub find_apache2 {
print "Found acceptable version of Apache: $x.$y.$z.\n";
$REQ{APACHE_VERSION} = [$x,$y,$z];

print "Checking for preforking apache2 ... \n";
my $compiled_modules = `$REQ{APACHE_EXE} -l`;
return hard_fail("Bricolage and mod_perl should be run under the prefork ".
"version of Apache2,\nrather than the threaded worker version. Please ".
"re-compile or install\nthe preforked version. \n"
) unless ($compiled_modules =~ /prefork\.c/);
print "Found prefork built in module\n";

return 1;
}

Expand Down
5 changes: 5 additions & 0 deletions lib/Bric/Changes.pod
Expand Up @@ -34,6 +34,11 @@ Refactored the SFTP mover to do proper error handling. Also removed the code
that "escapes" file names, as with more recent versions of Net::SSH2 it left
the backslashes in the file names. [David]

=item *

Bricolage now supports Apache 2 MPMs other than Prefork. YMMV (Bug #188).
[David]

=back

=head2 Bug Fixes
Expand Down

0 comments on commit ea4c643

Please sign in to comment.