entropy to be collected, and has a nasty little bug that prevents the
server from being started in non-SSL mode. This patch corrects some of
those problems, but is not intended as a workaround for the bug.
Submitted by: Madhusudan Mathihalli <madhusudan_mathihalli@hp.com>
Reviewed by: Aaron Bannert
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92145
13f79535-47bb-0310-9956-
ffa450edef68
-e 'p' \
< $$i; \
for j in $(DSO_MODULES) "^EOL^"; do \
+ if test "x$$j" = "xssl"; then \
+ echo "<IfDefine SSL>"; \
+ fi; \
if test $$j != "^EOL^"; then \
echo "LoadModule $${j}_module modules/mod_$${j}.so"; \
fi; \
+ if test "x$$j" = "xssl"; then \
+ echo "</IfDefine>"; \
+ fi; \
done; \
sed -e '1,/@@LoadModule@@/d' \
-e '/@@LoadModule@@/d' \