Knowledgebase

Back to Troubleshooting

Useful Site Manager Commands


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


Related Articles

My Emails I Send Are Being Received In The Junk Folder
Can I Backup My Outlook Mail Data
How To Change An Email Account Password
How To Change An Email Forwarder Into Full Email Account
How To Create An Email Account

Can’t Find what you need?

No worries, Our experts are here to help.