Problem in connection

3245

Well-Known Member
#1
Hello
i have much connection in server
out:
root@dl [/home]# netstat -an | grep 80 | grep ESTA | wc
2329 13974 207281
and in Consol WHM i see following Errors:


i set out bandwith in Configuration > server> security Tab >
Outbound Bandwidth (bytes/sec): 31200
Inbound Bandwidth (bytes/sec): 100000
-Then i see down Site's and can nod show me page
- how i can resolve this issue?
- how i can limit connection for each ip, for example when each ip have 4 Download with IDM, can not make new download before complete them.
- how i can Limit each Site in My server? when i go to virtual hosts for set this limitation,
set this following value:
Virtual Host Root: Virtual Host Root
Config File: /home/music3nt/public_html/
i see following error for COnfig file:
file /home/music3nt/public_html/ does not exist.
which value i must put for Config file?

Please help me for this issue.

Thank you.
 

3245

Well-Known Member
#3
set to 8, but also i have same problem
now out:
root@dl [~]# netstat -an | grep 80 | grep ESTA | wc
1743 10458 155127
- how i can Limit each Site in My server? when i go to virtual hosts for set this limitation,
set this following value:

Virtual Host Root: Virtual Host Root
Config File: /home/music3nt/public_html/
i see following error for COnfig file:

file /home/music3nt/public_html/ does not exist.
 

3245

Well-Known Member
#5
I have the most traffic of a site on my server,
when i do limit total to 20KB, problem is solved,
but when do limit same virtual host, i not see any Difference
Please see following screen shot, I've set up properly???

 

webizen

Well-Known Member
#6
Virtual Host Root and Virtual Host Document Root (under Virtual Host => General) are two different things.

Virtual Host Document Root usually should be $VH_ROOT/public_html. In your case, $VH_ROOT should be "/home/s4music/"; config file should be $VH_ROOT/ms.xml which needs to be readable by admin webserver user 'lsadm'.

For vhost level throttling, set at a lower number such as '4K' to start and see any difference.

BTW, regarding "Running short of concurrent connections", you can try increase Max Connections (Admin Console => Server => Tuning), say from 2000 to 5000, and see any difference.
 
Last edited:
Top