Am 19.01.2015 um 13:25 schrieb Yann Ylavic:
Hi Rainer,
On Mon, Jan 19, 2015 at 11:32 AM, <[email protected]> wrote:
Author: rjung
Date: Mon Jan 19 10:32:51 2015
New Revision: 1652955
URL: http://svn.apache.org/r1652955
Log:
PR 57379: If mod_cgi and mod_cgid get installed,
use IfModule for MPM to choose mod_cgi for
prefork and mod_cgid in all other cases.
Previously when combined with --enable-load-all-modules
both modules were loaded and it was undefined
which one actually handled cgi requests.
Modified:
httpd/httpd/trunk/Makefile.in
Indentation looks incorrect here (it should at least start with a tab).
Fixed by using only tabs for the new lines and added to proposal.
Note that the file also contains quite a few other (old) places where
continuation lines start with space instead of tabs.
Regards,
Rainer