View | Details | Raw Unified | Return to bug 57379
Collapse All | Expand All

(-)branches/2.4.x/Makefile.in (+10 lines)
Lines 68-74 Link Here
68
	    					if test "$(LOAD_ALL_MODULES)" = "yes"; then \
68
	    					if test "$(LOAD_ALL_MODULES)" = "yes"; then \
69
	    						loading_disabled=""; \
69
	    						loading_disabled=""; \
70
	    					fi; \
70
	    					fi; \
71
						if test $$j == "cgid"; then \
72
    						echo "<IfModule !mpm_prefork_module>"; \
71
    						echo "$${loading_disabled}LoadModule $${j}_module $(rel_libexecdir)/mod_$${j}.so"; \
73
    						echo "$${loading_disabled}LoadModule $${j}_module $(rel_libexecdir)/mod_$${j}.so"; \
74
    						echo "</IfModule>"; \
75
						elif test $$j == "cgi"; then \
76
    						echo "<IfModule mpm_prefork_module>"; \
77
    						echo "$${loading_disabled}LoadModule $${j}_module $(rel_libexecdir)/mod_$${j}.so"; \
78
    						echo "</IfModule>"; \
79
						else \
80
    						echo "$${loading_disabled}LoadModule $${j}_module $(rel_libexecdir)/mod_$${j}.so"; \
81
						fi; \
72
	    				fi; \
82
	    				fi; \
73
	    			done; \
83
	    			done; \
74
	    			sed -e '1,/@@LoadModule@@/d' \
84
	    			sed -e '1,/@@LoadModule@@/d' \

Return to bug 57379