If I run this command, will my Apache2 still work?
- by Alex
sudo ln -s /etc/apache2/mods-available/deflate.load /etc/apache2/mods-enabled/
sudo service apache2 restart
Basically I just want to turn on gzip for Apache2.
I don't want to break anything!! Please, tell me that nothing will break when I run these commands.