syslogd status failed in WHM

Sometimes, you may face an issue related to syslogd showing down in service WHM >>  Main >> Server Status >> Service StatusThe issue can be resolved byChecking related RPM on server# rpm -q sysklogdIf its not installed, you can install it by# yum install sysklogdafter installation, you will have to restart the service by# /etc/init.d/syslog restartCheck the service in Service […]

» Read more

Fatal error: Unable to read 32654 bytes in /home/xxx/public_html/includes/functions.php on line 0

For zend encoded files, you may face following error Fatal error: Unable to read 32654 bytes in /home/xxx/public_html/includes/functions.php on line 0Its most probable the related files for the script are uploaded in ASCII mode, all encoded files must be uploaded in binary mode.01. You need to reupload all files in binary mode, or set the transfer mode to auto in […]

» Read more

How to Remove/uninstall MailScanner !!

To remove MailScanner and the MailScanner Front-End, run these commands in shell as root: cd /usr/mscpanelsh uninstall.msfe.shcd /rootwget http://www.configserver.com/free/msinstall.tar.gztar -xzf msinstall.tar.gzcd msinstall/sh uninstall.sh Remove the sare rules and MailScanner-specific SpamAssassin configuration files (in shell as root): cd /etc/mail/spamassassin/rm -fv *sare* configserver.cf mailscanner.cf To remove the MailScanner Configuration icon from cPanel, go to WHM > Packages > Feature Manager. Edit the […]

» Read more

Plesk External component has thrown an exception

Following error can come in plesk control panel while setting up/updating physical hosting for a domain in the plesk control panel…——————External component has thrown an exception.In IIS7NativeProvider moduleException type: System.Runtime.InteropServices.SEHExceptionat _CxxThrowException(Void* , _s__ThrowInfo* )at ServerManagerFactory.getHttpRedirectSection(String location)at IIS7ServerManager.getSitesInfo(IIS7ServerManager* , list:allocator >* sitesInfo)—————– Here is the quick workaround : Open IIS, expand sites.In my case, I found an entry “SITE_*****” under sites […]

» Read more

WordPress showing Blank page !!

If WordPress Permalink shows blankpage, do below [root@server1 ~]# vi /wp-admin/includes/misc.php and change the line as indicated below Search for function got_mod_rewrite and replace below like in it . From $got_rewrite = apache_mod_loaded(‘mod_rewrite’, true); //old line with false negative; To $got_rewrite = true;//force the response to true as we know mod_rewite is installed

» Read more

enable or disable mod_security for particulate account[error for mod_security, access denied with error code 403]

===================================================== If you are receiving the error for mod_security, access denied with error code 403 when you checkthe error logs for any account. You can disable the mod_security for that account by adding a=====================================================simple code in his .htaccess==================SecFilterEngine OffSecFilterScanPOST Off========================== And to enable just remove these two line from .htaccess. ============================================ OR ============================================ =====================================================Disable Mod_Security for any User Domain :=====================================================Go […]

» Read more

How to enable register_globals for a single website without putting an entire server security at risk?

How to enable register_globals for a single website without putting an entire server security at risk? * Go to your control panel and then click on File manager.* In your file manager, enter the public_html folder.* In the public_html folder you will see a file called .htaccess.* Select  the .htaccess  file and click on edit in the upper right hand […]

» Read more
1 25 26 27 28 29 30