We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a492e4b commit 7f78120Copy full SHA for 7f78120
1 file changed
mt/httpd/build-script/apache2.sh
@@ -13,6 +13,9 @@ Timeout 3600
13
14
# mt-static
15
Alias /mt-static/ /var/www/cgi-bin/mt/mt-static/
16
+
17
+# Workaround to run amd64 image on arm64
18
+Mutex posixsem
19
CONF
20
21
mod_rewrite_so=`find $module_dirs -name 'mod_rewrite.so' 2>/dev/null | head -1`
0 commit comments