httpd service:
~]# service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [ OK ]httpd service, and then start it again. Use this command after installing or removing a dynamically loaded module such as PHP.
~]# service httpd reloadhttpd service to reload the configuration file. Note that any requests being currently processed will be interrupted, which may cause a client browser to display an error message or render a partial page.
~]# service httpd gracefulhttpd service to reload the configuration file. Note that any requests being currently processed will use the old configuration.