Skip to content

Commit

Permalink
[TEST] Apache 2.4 without disabling mod_access_compat
Browse files Browse the repository at this point in the history
REF: #134
  • Loading branch information
mitchellkrogza committed Aug 22, 2019
1 parent 3852008 commit a201b00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .dev-tools/install-apache-2.4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,9 @@ sudo wget -qO- http://local.dev
# *****************************

echo "${bold}${yellow}Disable mod access_compat"
sudo a2dismod access_compat
#sudo a2dismod access_compat
echo "${bold}${red}mod access_compat NOT DISABLED"
sudo apache2ctl -M

# *************
# Reload Apache
Expand Down

0 comments on commit a201b00

Please sign in to comment.