Update install.sh

pull/883/head
dami 1 month ago
parent 6d06f1fbce
commit ed16571d44
  1. 6
      plugins/apache/versions/2.4/install.sh

@ -131,9 +131,9 @@ Install_App()
OPTIONS="${OPTIONS} --with-apr=$APR_CONFIG"
OPTIONS="${OPTIONS} --with-apr-util=$APU_CONFIG"
if [ "$sysName" != "Darwin" ];then
OPTIONS="${OPTIONS} --enable-systemd"
fi
# if [ "$sysName" != "Darwin" ];then
# OPTIONS="${OPTIONS} --enable-systemd"
# fi
# echo "cd ${apacheDir}/httpd-${VERSION} && ./configure --prefix=$serverPath/apache $OPTIONS"
cd ${apacheDir}/httpd-${VERSION} && ./configure \
--prefix=$serverPath/apache/httpd \

Loading…
Cancel
Save