Enabling Apache2 modules - rewrite, suexec, ratelimit etc..

By Tech Writer Apache2
      down vote To enable it the rewrite module, run "apache2 enable module rewrite": sudo a2enmod rewrite sudo a2enmod suexec sudo a2enmod ratelimit You need to restart the webserver to ap

 

 

 

To enable it the rewrite module, run "apache2 enable module rewrite":

sudo a2enmod rewrite 
sudo a2enmod suexec
sudo a2enmod ratelimit

You need to restart the webserver to apply the changes:

sudo service apache2 restart