please advice how to restart hosted web site my problem is -- i have hosted web site that lose AD connect and to fix it i need to restart to SERVER any option to restart only the hosted web site i try to disable and enable the account and its not working
You can not restart a website as a website is not a Linux service. What you can restart though is the web server, e.g.: service apache2 restart or service httpd restart or service Nginx restart depending on your OS and web server software. Not sure who told you to restart a website because the site has lost its connection to an Active Directory Server as this makes no sense for the simple reason that websites do not keep an active connection from one page-request to another anyway.
You can't. You have to e.g. run for nginx Code: systemctl restart / reload nginx for apache2 Code: systemctl restart / reload apache
if you have monit installed and configured, and have ispconfig configured with the monit url/login details, then you can access monit from the ispconfig interface in the monitor tab. you can then access whatever services you have configured in monit and start/stop/restart them directly from there. although if you've installed monit, you can do it directly from there anyway, bypassing accessing it via the ispconfig panel.