Thread (2 messages) flat view 2 messages, 1 author, 2018-08-07
STALE2923d

[PATCH 1/2] git-instaweb: support Fedora/Red Hat apache module path

From: Sebastian Kisela <hidden>
Date: 2018-08-07 07:25:54
Subsystem: the rest · Maintainer: Linus Torvalds

On Fedora-derived systems, the apache httpd package installs modules
under /usr/lib{,64}/httpd/modules, depending on whether the system is
32- or 64-bit.  A symlink from /etc/httpd/modules is created which
points to the proper module path.  Use it to support apache on Fedora,
CentOS, and Red Hat systems.

Written with assistance of Todd Zullinger [off-list ref]

Signed-off-by: Sebastian Kisela <redacted>
---
 git-instaweb.sh | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/git-instaweb.sh b/git-instaweb.sh
index 47e38f34c..e42e58528 100755
--- a/git-instaweb.sh
+++ b/git-instaweb.sh
@@ -332,6 +332,8 @@ apache2_conf () {
 			module_path="/usr/lib/httpd/modules"
 		test -d "/usr/lib/apache2/modules" &&
 			module_path="/usr/lib/apache2/modules"
+		test -d "/etc/httpd/modules" &&
+			module_path="/etc/httpd/modules"
 	fi
 	bind=
 	test x"$local" = xtrue && bind='127.0.0.1:'
-- 
2.18.0.99.gd2ee41e0e
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help