20 July 2008

Enable and disable module in Apache2

To enable an apache2 module.
a2enmod

And to disable apache2 module.
a2dismod

Update apache2 configuration and reload, run this command:
/etc/init.d/apache2 reload

No comments: