Skip to content

Commit 9c74693

Browse files
[REVERT] Apache 2.4 without disabling mod_access_compat
REF: #134
1 parent d08ce50 commit 9c74693

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.dev-tools/install-apache-2.4.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ sudo wget -qO- http://local.dev
146146
# *****************************
147147

148148
echo "${bold}${yellow}Disable mod access_compat"
149-
#sudo a2dismod access_compat
150-
echo "${bold}${red}mod access_compat NOT DISABLED"
151-
sudo apache2ctl -M
149+
sudo a2dismod access_compat
150+
#echo "${bold}${red}mod access_compat NOT DISABLED"
151+
#sudo apache2ctl -M
152152

153153
# *************
154154
# Reload Apache

0 commit comments

Comments
 (0)