Restart Ubuntu Webserver through Putty or Ipcop?

Asked By 0 points N/A Posted on -
qa-featured

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.

 

SHARE
Best Answer by Angeliname smith
Answered By 0 points N/A #82451

Restart Ubuntu Webserver through Putty or Ipcop?

qa-featured

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

Best Answer
Best Answer
Answered By 0 points N/A #82452

Restart Ubuntu Webserver through Putty or Ipcop?

qa-featured

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.

Related Questions