Skip to content

Commit 64d9bff

Browse files
author
Justin Erenkrantz
committed
Fix generated httpd.conf to respect layout for LoadModule lines.
PR: 8170 Submitted by: Thom May <thom@planetarytramp.net> Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94921 13f79535-47bb-0310-9956-ffa450edef68
1 parent ad294b0 commit 64d9bff

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
Changes with Apache 2.0.37
2+
3+
*) Fix generated httpd.conf to respect layout for LoadModule lines.
4+
PR 8170. [Thom May <thom@planetarytramp.net>]
5+
26
*) Win32: During a graceful restart, threads in the new process
37
were accessing scoreboard slots still in use by active threads in
48
the the old process. [Bill Stoddard]

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ install-conf:
5757
echo "<IfDefine SSL>"; \
5858
fi; \
5959
if test $$j != "^EOL^"; then \
60-
echo "LoadModule $${j}_module modules/mod_$${j}.so"; \
60+
echo "LoadModule $${j}_module $(rel_libexecdir)/mod_$${j}.so"; \
6161
fi; \
6262
if test "x$$j" = "xssl"; then \
6363
echo "</IfDefine>"; \

0 commit comments

Comments
 (0)