Restart Ubuntu Webserver through Putty or Ipcop?
Restart Ubuntu Webserver through Putty or Ipcop?
I need to know how to do this. Any help is appretiated.
Just confused on the steps i need to take.
Â
Restart Ubuntu Webserver through Putty or Ipcop?
I need to know how to do this. Any help is appretiated.
Just confused on the steps i need to take.
Â
Hi,
You did not mentioned the web server engine name. If it is apahe so the restart command is /etc/init.d/apache2 restart.
Thanks
Mamun
Hi Edward,
The steps in restarting the webserver remotely or via putty or Ipcop is pretty simple.
First, you need to login to the server.You can use sudo, sudo /etc/init.d apache2 restart or restart the webserver directly by using this syntax, /etc/init.d/apache2 restart.
or you can do the manual stop and start command; syntax below:
/etc/init.d/apache2 stop
/etc/init.d/apache2 start
I hope helps you in your query.