Mar 08
In a terminal console, do the following commands:
To stop apache2 for this session only:
1 | sudo /etc/init.d/apache2 stop |
To remove apache2 permanently from startup scripts:
1 | sudo update-rc.d apache2 remove |
To reinstate apache2 in the startup scripts:
1 | sudo update-rc.d apache2 defaults |
