This article will explain some basic commands that you can use in Site Manager.
Stop Apache Web Server: (Apache is the web server that runs your website).
apachectl stop
httpd –k stop
Start Apache Web Server:
apachectl start
httpd –k start
Restart Apache Web Server:
apachectl restart
httpd –k restart
Stop MySQL: (MySQL is a database server)
/etc/rc.d/init.d/mysqld stop
Start MySQL:
/etc/rc.d/init.d/mysqld start
Restart MySQL:
/etc/rc.d/init.d/mysqld restart
View Apache Version:
httpd –v
View PHP Version:
php –v
View MySQL Version:
mysql –v
View the IP address of the account:
vds_ip