Isp Config disable a site

Discussion in 'General' started by Saonil, Apr 15, 2018.

  1. Saonil

    Saonil New Member

    Hi, recently (I have not changed anything for months) isp config without any reason automatically disable in a website, how is it possible that something like that happens? how do I fix the problem?
     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    How is it getting disabled? Do you mean the enabled tick in the bottom of Website settings gets turned off?
    What version of ISPConfig?
     
  3. Saonil

    Saonil New Member

    How is it getting disabled? Do you mean the enabled tick in the bottom of Website settings gets turned off?
    Exactly, the website is deactivated from the panel.

    What version of ISPConfig?
    The last version
     
  4. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Does that happen for all websites? Or is it just one website that gets it? If you enable it back, does it disable itself again?
    Check the files for that website in /etc/apache/sites-avallable and /etc/apache/sites-enabled. Maybe check what apache has to say with
    Code:
    apachectl -t
    apachectl -S
     
  5. Saonil

    Saonil New Member

    Does that happen for all websites? Or is it just one website that gets it?
    Only at a website

    If you enable it back, does it disable itself again?
    If enable works, it will deactivate again as soon as some time passes

    apachectl -t
    [Sun Apr 15 18:32:01.285743 2018] [alias:warn] [pid 3031] AH00671: The ScriptAlias directive in /etc/httpd/conf.d/mailman.conf at line 6 will probably never match because it overlaps an earlier ScriptAlias.
    AH00548: NameVirtualHost has no effect and will be removed in the next release /etc/httpd/conf/httpd.conf:356
    Syntax OK

    Thanks For help
     
  6. florian030

    florian030 Well-Known Member HowtoForge Supporter

    did you enable quota for this site (traffic or space)?
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    I second @florian030's guess, the problem is that traffic quota is set too low in that site. When traffic quota is exceeded, then the site will get disabled automatically.
     
  8. Saonil

    Saonil New Member

    ah ok, thanks <3 i'll try remove quota.
     

Share This Page