Sandworm Vulnerability Affects All Microsoft Operating Systems

On Tuesday, October 14, 2014, iSIGHT Partners and Microsoft announced a Zero-Day vulnerability named “Sandworm” found in all versions of Microsoft Windows and Windows Server 2008 and 2012. The vulnerability has been exploited in a small number of cyberespionage attacks against NATO, energy companies, a US academic organization and many others. Microsoft has since created … Read more

Web stats not updating in cPanel

First check permission of /usr/local/cpanel/3rdparty/bin/awstats.pl, it should be 755. Then to update awstats and webalizer run the script : If that doesn’t update stats, then check domlogs of the domain and see if it is up to date. You can use the following script to run statistics : If none of the above fixes the … Read more

cpanel access logs

Location of cpanel access logs Apache Logs General Error and Auditing Logs: Location : /usr/local/apache/logs/error_log Description : All exceptions caught by httpd along with standard error output from CGI applications are logged here.. The first place you should look when httpd crashes or you incur errors when accessing website. Domain Access Logs: Location : /usr/local/apache/domlogs/domain.com … Read more

Add Plugin Manager Roundcube on Plesk Server

Check you version of Roundcube Go to: https://myroundcube.com/myroundcube-plugins/plugin-manager Download the plugin manager version for your roundcube Extract and upload the the roundcube plugins directory Upload to # /usr/share/psa-roundcube/plugins Modify the config file # /usr/share/psa-roundcube/config/config.inc.php $config['plugins'] = array('password', 'markasjunk2', 'sieverules'); Change to  # $config['plugins'] = array('plugin_manager', 'password', 'sieverules'); Access Roundcube and login. Click About This should … Read more

How to enable PDO on WHM

For cPanel/WHM, to enable PDO in the system you can use EasyApache: 1. Login to WHM 2. Click Apache Update 3. Click Start Customizing Based on Profile 4. Select an Apache version 5. Click Next Step 6. Select PHP 5 7. Click Next Step 8. Select a version of PHP 5 9. Click Next Step … Read more

Add Mod deflate on Plesk with CentOS 6.5

By default deflate module is already compiled on Plesk based Linux servers(new versions). You just need to add the rules in Apache to enable/load the deflate module. You can test if your website already has mod_deflate enabled using the following tool. http://www.whatsmyip.org/mod_gzip_test/ Check the main httpd.conf file # grep 'mod_deflate' /etc/httpd/conf/httpd.conf If the result was … Read more