Enabling Apache2 modules – rewrite, suexec, ratelimit etc.. Apache2Modules Posted on July 3, 2014July 3, 2014 | by admin 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 apply the changes: sudo service apache2 restart Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window) Related