by Visakh S | Jul 14, 2018 | Nginx, Server Administration
You can do a hundred things to secure & harden Nginx. But what do you REALLY need? What are the important steps you need to take? To answer that question, we’ll need to take a look at what the most common security issues reported in an Nginx server. Here at...
by Visakh S | Aug 8, 2016 | Drupal, MySQL, Server Management
Fatal error: Class ‘PDO’ not found is an error seen in websites running PHP applications such as Drupal, Prestashop, WordPress, etc. It’ll look something like this: Fatal error: Class ‘PDO’ not found in...
by Sherin George | Mar 6, 2012 | cPanel, Server Administration
While discussing PHP permissions in the last blog, we concluded that SuPHP servers ideally needed PHP file permissions of just 600. Out of many means to set the permission/ownership, the quickest is to set the permissions, using a script. You may set this script as a...
by Hamish Oscar Lawrence | Jun 16, 2011 | cPanel, Server Administration
PHP open_basedir directive is used to limit the files that can be opened by PHP to a specific directory-tree. What does that mean? With the open_basedir directive, you can tell the PHP scripts on a domain, which folders they have access to. Once specified, the PHP...
by admin | Apr 21, 2007 | Server Administration
PHP security is very important, as insecure php code can trigger in intrusion to your server. This article explains few such vulnerabilities, so that you can avoid them in your scripts. I will also explain methods to tweak PHP config files(php.ini) for maximum...
Recent Comments