apache restart

cyrus

Verified User
Joined
Nov 9, 2010
Messages
10
hi
i like to know how can i restart apache from direct admin?
if is not possible to restart apache from direct admin what is the command line to do it from ssh??
thank you
 
You can try (via ssh) the following commands as user:

sudo /etc/init.d/apache2 stop
sudo /etc/init.d/apache2 start
or
sudo /etc/init.d/apache2 restart

(these commands are for Ubuntu server/debian)

Best regards,
Themis
 
Back
Top