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

Windows Login security

Trying to find who is loggin in to the server. Look in Event Viewer for Security with the filter for 4624 events: Note it is normal to see multiple logins, you are looking for specific logon types: 2 and 10 https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventID=4624

can’t open /var/log/clamav/freshclam.log in append mode

Error: [stextbox id=”warning”]ERROR: Problem with internal logger (UpdateLogFile = /var/log/clamav/freshclam.log). ERROR: Can’t open /var/log/clamav/freshclam.log in append mode (check permissions!).[/stextbox] # cd /var/log/clamav # ls -la freshclam.log -rw-r–r– 1 clamav clamav 0 Oct 20 03:43 freshclam.log # nano /etc/freshclam.conf # By default when started freshclam drops privileges and switches to the # "clamav" user. This directive … Read more