Hello All,
In order to stop/restart HTTPD service from command prompt in Linux, one needs to execute below mentioned command:
To stop HTTPD Service:
$ /sbin/service httpd stop
To Start HTTPD Service:
$ /sbin/service httpd start
Thanks,
Shane G.
AccuWebHosting.Com
Tags: None
In order to stop/restart HTTPD service from command prompt in Linux, one needs to execute below mentioned command:
To stop HTTPD Service:
$ /sbin/service httpd stop
To Start HTTPD Service:
$ /sbin/service httpd start
Thanks,
Shane G.
AccuWebHosting.Com
Tags: None
Comment