Skip to content

Commit

Permalink
Tests fail miserably due to Apache error if MPMs are modular and no M…
Browse files Browse the repository at this point in the history
…PM is loaded.
  • Loading branch information
cognusion committed Jul 8, 2014
1 parent 8b4850d commit 99ade34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ def makeConfig(self, append=Container()):
modpath = LIBEXECDIR

s = Container(
LoadModule("mpm_prefork_module modules/mod_mpm_prefork.so"),
IfModule("prefork.c",
StartServers("3"),
MaxSpareServers("1")),
Expand Down

0 comments on commit 99ade34

Please sign in to comment.