An easy way to create and remove the symlinks in /etc/apache2/mods- enabled and /etc/apache2/sites-enabled is to use the commands: a2enmod Enables a module a2dismod Disables a module a2ensite Enables a site a2dissite Disables a site
For example use 'sudo a2enmod rewrite' to enable mod_rewrite. These commands depend on the modules or sites already existing in the mods-available and sites-available. -- You received this message because you are subscribed to the Google Groups "NLUG" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nlug-talk?hl=en
