/etc/init.d/httpd restart
On Ubuntu, Apache is configured to start automatically when the server boots. This is done using a script in /etc/init.d/ That script can be called with the restart parameter.
$ /etc/init.d/httpd restart Stopping httpd: [ OK ] Starting httpd: [ OK ] $