Skip to content

Commit a201b00

Browse files
[TEST] Apache 2.4 without disabling mod_access_compat
REF: #134
1 parent 3852008 commit a201b00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

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

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

151153
# *************
152154
# Reload Apache

0 commit comments

Comments
 (0)