Can ISPCONFIG limit number of concurrent connections to website or server by Clients

Discussion in 'ISPConfig 3 Priority Support' started by toyinal, Sep 15, 2017.

  1. toyinal

    toyinal Member

    Does ISPCONFIG 3 enforce limit to the number of simultaneous website access or concurrent connections to the server either by SSH, FTP by each client? This is to prevent web hosting clients overloading the server.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    ISPConfig does not apply such Limits, but you can set them in the config files of the services that you want tolimit. You can use e.g. mod_cband for vhost based limits in apache andconnection limits for pure-ftpd are the settings MaxClientsPerIP and PerUserLimits and for ssh you might use MaxSessions and MaxStartup.
     
    toyinal likes this.

Share This Page