If I run this command, will my Apache2 still work?
Posted
by Alex
on Server Fault
See other posts from Server Fault
or by Alex
Published on 2010-03-16T21:02:42Z
Indexed on
2010/03/16
21:11 UTC
Read the original article
Hit count: 196
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.
© Server Fault or respective owner