Home > Technical & Creative Skills > Programming, Servers & Scripts

best server managements (6)


01-20-2018 11:43 AM #1 ahmdfawzy (Member)
best server managements

I have a cloud server from Vultr.com in Germany and I buy about 5 million impressions per day from many popups traffic sources, but sometimes my server gets downtime or DDOS attacks or can't afford traffic volume, so I'm looking for server management to my server to handle all issues I face with my server. anybody can help me to find good service to track my server and solve any issue it faces?


01-20-2018 01:23 PM #2 atpx4869 (Member)

1. You can use CloudFlare's domain name resolution to speed up guest access via CDN while hiding the real IP of the server;
2. Set up a server cluster, so that traffic is automatically assigned to different servers to slow down the pressure on the server;


If you have other questions, you can contact me through Email to help you.


smallboss8158@gmail.com


01-23-2018 10:57 AM #3 caurmen (Administrator)

Is the server just running your tracker, or is it also serving your web pages? Different solutions apply for each problem.

If the issue's that you're serving web pages from it, I'd recommend moving to a CDN-based solution.

If it's just a tracking scale issue, my first port of call would probably be the support team for your tracker: they'll almost certainly have experience with the challenges you're facing and can suggest solutions. If you let us know what tracker you're using I can probably suggest some options too.


01-27-2018 01:37 PM #4 ahmdfawzy (Member)

Quote Originally Posted by caurmen View Post
Is the server just running your tracker, or is it also serving your web pages? Different solutions apply for each problem.

If the issue's that you're serving web pages from it, I'd recommend moving to a CDN-based solution.

If it's just a tracking scale issue, my first port of call would probably be the support team for your tracker: they'll almost certainly have experience with the challenges you're facing and can suggest solutions. If you let us know what tracker you're using I can probably suggest some options too.
the server not just running my tracker, it is also serving my web pages?
I use Voluum as my tracking system and I use cdnsun.com as a CDN but it host only images, css and javascript files.
I think there is no CDN can host php files.


01-27-2018 09:35 PM #5 thedudeabides (Moderator)

Are you cloaking? If not, there's no good reason to be using php for landers.


01-29-2018 10:23 AM #6 caurmen (Administrator)

Yeah - unless there's an extremely good reason you have to use PHP on your landers, you can solve all your scaling problems and save a lot of money by just moving to static landers hosted on a CDN.

What does the PHP in your landers do? A lot of the time it's possible to replace lander PHP with Javascript, meaning you don't need a server any more.

If you absolutely have to use a server-side lander you could also investigate more performant PHP servers. HHVM from Facebook is considerably faster than default PHP7: around twice as fast in many applications.


Home > Technical & Creative Skills > Programming, Servers & Scripts