How Can I Achieve 99.99%

Jun 23, 2008

We have a site that almost almost almost hit 100,000 page views last month. We do a fair amount of eCommerce and also use web-based customer management software. Because of this, we require fairly high uptime - in the 99.99% range.

I've been checking out options like RAID, hot-swappable power supplies, and redundant network cards, none of which our current host has. But then I realized that next to none of the recent performance issues we'd had were related to hardware - they were all related to someone else on the shared server writing a script with an endless loop and taking down the server until someone noticed and restarted Apache.

I'm a programmer and have admittedly very little experience in actually running a server. But I would think it would be relatively easy to write a script that checks the server load every few minutes, restarts the offending service or terminates the offending process, and emails a tech to check the logs later.

View 14 Replies


ADVERTISEMENT

Upload Folder Security, How Do I Achieve This

Jun 15, 2008

on my VPS if I dont set the permissions 777 of the temp and the final upload folder, move_uploaded_file just doesnt work.

So I have set it to 777. But then 777 permissions now pose a threat where some hacker can screw my system.

How can I prevent this from happeing?

View 5 Replies View Related

Apache :: How To Achieve Keep-Alive For All Elements

May 12, 2014

It appears some elements of the ICPH webpage have keep-alive and some not.

I want to ask how to achieve all are loaded with keep-alive?

htaccess contains:
<ifModule mod_headers.c>
Header set Connection keep-alive
</ifModule>

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved