Skip to content

Commit 7f78120

Browse files
committed
Add workaround to run amd64 image on arm64.
1 parent a492e4b commit 7f78120

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

mt/httpd/build-script/apache2.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Timeout 3600
1313
1414
# mt-static
1515
Alias /mt-static/ /var/www/cgi-bin/mt/mt-static/
16+
17+
# Workaround to run amd64 image on arm64
18+
Mutex posixsem
1619
CONF
1720

1821
mod_rewrite_so=`find $module_dirs -name 'mod_rewrite.so' 2>/dev/null | head -1`

0 commit comments

Comments
 (0)