กรณีที่เจอ Message Box บน M$ Server
"The terminal server has exceeded the maximum number of allowed connections"
เปิด CMD ขึ้นมาครับ แล้วจัดคำสั่ง
mstsc /v:IP-Address-Server /admin

.............................


a2enmod ratelimit2. ทำการ Configuration ระบุในส่วนของ URL ที่ต้องการ Limit Speed Download
vi /etc/apache2/conf-available/ratelimit.conf

a2enconf ratelimit4. ทำการ Restart Apache
service apache2 restart
root@linux:~#sudo apt-get update root@linux:~#sudo apt-get install apache2 apache2-utils -y
root@linux:~# htpasswd -c /etc/apache2/.htpasswd user-share New password: Re-type new password: Adding password for user user-share root@linux:~#
root@linux:~#/etc/init.d/apache2 restart * Restarting web server apache2 [ OK ] root@linux:~#

