To restart Apache on Ubuntu you have some options to execute.
A simple restart:
sudo service apache2 restart
Ubuntu Server Tutorials
To restart Apache on Ubuntu you have some options to execute.
A simple restart:
sudo service apache2 restart
To reboot your Ubuntu Server you have many options.
This command will reboot your server
$ sudo shutdown -r now