Troubleshooting / Debugging Apache2 SSL Issues
By Tech Writer
•
•
1 min read
sudo a2enmod rewrite In 14.04, the name of the default configuration file is changed to 000-default.conf : sudo gedit /etc/apache2/sites-available/000-default.conf add the following to the end of
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