Revision: 55762
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at February 21, 2012 16:59 by tregeagle
Initial Code
# enable site sudo a2ensite # disable site sudo a2dissite # enable an apache2 module sudo a2enmod # e.g. a2enmod php4 will create the correct symlinks in mods-enabled to allow the module to be used. In this example it will link both php4.conf and php4.load for the user # disable an apache2 module sudo a2dismod # force reload the server: sudo /etc/init.d/apache2 force-reload
Initial URL
Initial Description
Now I've written it down maybe I'll remember it...
Initial Title
Apache2 Controls
Initial Tags
apache
Initial Language
Bash