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
Changes with Apache 2.0.37
+
+ *) Fix generated httpd.conf to respect layout for LoadModule lines.
+ PR 8170. [Thom May <thom@planetarytramp.net>]
+
*) Win32: During a graceful restart, threads in the new process
were accessing scoreboard slots still in use by active threads in
the the old process. [Bill Stoddard]
echo "<IfDefine SSL>"; \
fi; \
if test $$j != "^EOL^"; then \
- echo "LoadModule $${j}_module modules/mod_$${j}.so"; \
+ echo "LoadModule $${j}_module $(rel_libexecdir)/mod_$${j}.so"; \
fi; \
if test "x$$j" = "xssl"; then \
echo "</IfDefine>"; \