What is Process Manager? Process Manager is a special program design to effectively manage server process and take benefit of server resources. It's useful to keep application online and restart on failure. Process Manager is also useful for clusteri...
SSL, Secure Socket Layer is a protocol created in order to place normal traffic between server and client in encrypted and protected wrapper, without any possibility of traffic being intercepted in between of transmission. SSL certificates encrypt a ...
Access to Amazon EC2 instances specially the Linux instances are always protected by a private key pair. Private key is only the way to get access to the instance, what if you lost the key? Is your servers lost in black hole? Thankfully nothing is lo...
Working on a website that you need others to see, but not the whole world? Password protecting a website (or a sub directory within a website). Protecting files on your website from unauthorized users can be very important. You can use PHP or any lan...