Search found 296 matches

by chrda
Jan 30, 2013 5:01 pm
Forum: XFileSharing Pro
Topic: Varnish (software)
Replies: 4
Views: 2072

cluster the webs is usually a good solution, all connection to a standalone/cluster mysql solution.
by chrda
Jan 23, 2013 9:17 pm
Forum: XFileSharing Pro
Topic: Site slow with - Atop result. Advise needed
Replies: 8
Views: 4012

you can start with getting a decent hardware raid controller. And you should have more than 4 disks.. Regular sata disks has 150~ IO Regular sas disks has 200-300~ IO and ssd disks has 10000+ IO Rough numbers :) Alt of random reads on the disk from a huge amount of users will give you problems when ...
by chrda
Jan 21, 2013 4:30 pm
Forum: XFileSharing Pro
Topic: Best Server Configuration for Site with Huge Traffic
Replies: 12
Views: 7250

I second SoftLayer network. I have personally used them and would use them for any high bw project i will run in the future :)
by chrda
Jan 20, 2013 5:52 pm
Forum: XFileSharing Pro
Topic: Best Server Configuration for Site with Huge Traffic
Replies: 12
Views: 7250

My best bet is to change to some more quality connection providers.
Getting 10Gbit speed at budget prices is kinda asking for it :)
by chrda
Jan 20, 2013 1:00 pm
Forum: XFileSharing Pro
Topic: Best Server Configuration for Site with Huge Traffic
Replies: 12
Views: 7250

fdc isnt know to have the best routing.

They also have different locations. so you can start with mention what location you are using.

Usually the best overall locations is chicago, new york, washington dc and netherlands for covering north america and europe. Where most of the paying customers are.
by chrda
Jan 19, 2013 9:39 pm
Forum: XFileSharing Pro
Topic: vhost nginx
Replies: 3
Views: 2920

Follow the install instructions and use apache or litespeed
by chrda
Jan 15, 2013 8:23 am
Forum: XFileSharing Pro
Topic: gkplugins ? help
Replies: 18
Views: 9322

One solution is to build up a iprange ban list that covers the big datacenters.

CSF software firewall supports clustering. So you only need to ban the range on one server and it get distributed to the others.
by chrda
Jan 08, 2013 11:20 am
Forum: XFileSharing Pro
Topic: Big load on fileservers - problem with config?
Replies: 2
Views: 2384

Do you have the nginx mod ?
by chrda
Dec 23, 2012 2:52 am
Forum: XFileSharing Pro
Topic: Carp.pm line 314 when generating Download Link
Replies: 3
Views: 2433

agreed :)
by chrda
Dec 14, 2012 12:15 pm
Forum: XFileSharing Pro
Topic: Ubuntu =! CentOS
Replies: 25
Views: 6118

Install CSF firewall, tune the incoming and outgoing ports, run it in test mode first. Then run it in production mode when you are sure its working.

All servers should have a firewall running on it.

Hard to say what the blank connections is. maybe ipv6?
by chrda
Dec 13, 2012 7:16 pm
Forum: XFileSharing Pro
Topic: Ubuntu =! CentOS
Replies: 25
Views: 6118

Code: Select all

netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n
by chrda
Dec 13, 2012 4:44 pm
Forum: XFileSharing Pro
Topic: Ubuntu =! CentOS
Replies: 25
Views: 6118

1. Do you run web and fileserver on the same server?

2. Do you use nginx mod?

3. you can install CSF firewall and use the connect tracker function to limit connections per IP
by chrda
Dec 13, 2012 2:24 pm
Forum: XFileSharing Pro
Topic: Ubuntu =! CentOS
Replies: 25
Views: 6118

If mysql is getting slow due peak hours, your amount of delayed index.cgi will just grow.
by chrda
Dec 13, 2012 1:01 pm
Forum: XFileSharing Pro
Topic: Ubuntu =! CentOS
Replies: 25
Views: 6118

run mysqltuner.pl on your server and make sure its tuned.
by chrda
Dec 12, 2012 3:10 pm
Forum: XFileSharing Pro
Topic: Transfer files via admin cp
Replies: 5
Views: 2844

Do you use nginx mod on your fileservers?