How To Start Restart Stop Apache Server Ubuntu
It’s quite simple how to start / restart / stop the apache web server. Open your console and use this command.
Start : sudo /etc/init.d/apache2 start
Restart : sudo /etc/init.d/apache2 restart
Stop : sudo /etc/init.d/apache2 stop




Comments (2)
Solving PHPMYADMIN import file size | Leoslab.net
April 1st, 2009 at 2:52 am
[...] and change the value to 32MB. If your file bigger than 32MB, change it as what you need. Then restart your apache server. Share and [...]
Ivan Kristianto
April 2nd, 2009 at 3:35 am
Hmm… Sapa dulu dong gurunya :p
Leave a reply