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

cPanel backend configuration files and Log Files Paths

cPanel backend configuration files and log files paths =======================================/var/cpanel=======================================accounting.log – Contains a list of accounting functions performed such as account removal and creation cpanel.config – Tweak settings for whm can be done in this file mainip – Main ip of the server is specified in this file maxemail – Maximum emails per hour for a domain can be specified here […]

» Read more
1 26 27 28 29 30 31