RESTART HOSTED WEB SITE

Discussion in 'General' started by fisherofer, May 31, 2020.

  1. fisherofer

    fisherofer Member

    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
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  3. fisherofer

    fisherofer Member


    many thanks for the advice
    but i wonder if i can run the command from ISPCONFIG
     
  4. sascha92

    sascha92 New Member

    You can't.
    You have to e.g. run for nginx
    Code:
    systemctl restart / reload nginx
    for apache2
    Code:
    systemctl restart / reload apache
     
  5. nhybgtvfr

    nhybgtvfr Well-Known Member HowtoForge Supporter

    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.
     

Share This Page