http://mazesolutions.me/web-development-blog/linuxunix/installing-lamp-on-ubuntu-710-linuxapachemysqlphp/100
<?php echo "Hello World"; ?>
$ sudo /etc/init.d/apache2 restart
$ sudo /etc/init.d/apache2 stop
http://ubuntuforums.org/showthread.php?t=550454
To remove apache2 permanently from startup scripts:
sudo update-rc.d -f apache2 remove
To reinstate apache2 in the startup scripts:
sudo update-rc.d apache2 defaults
http://ubuntuforums.org/showthread.php?t=550454
Edit /etc/default/apache2 as root and set NO_BOOT to 1.
No comments:
Post a Comment