Troubleshoot Network Scanning on Plesk Server

For abuse issues that involve your server host sending emails with complaints that your server is conducting network scanning. What is Network Scanning? Network scanning is a process of identifying active hosts on a network, either for the purpose of attacking them or for network security assessment. It laymans terms, if your hosting provider has … Read more

How to move an addon domain from one cPanel to another

To move an addon domain from one cPanel to another: Download the content of your addon domain to your local PC. Backup any associated database(s). Create a subfolder inside the new cPanel’s public_html folder. Upload the content of your addon domain to this new folder. Restore the database backup(s) into the new cPanel. If the … Read more

Install ioncube in WHM

For cPanel Installing IonCube Loaders with cPanel & WHM can be done one of two ways: 1) Using EasyApache via WHM >> EasyApache, IonCube Loaders can be selected under the Exhaustive Options List prior to compiling. 2) As the user `root` via SSH, you can run the below command to install IonCube Loaders without having … Read more

Downgrade php from 5.4 to 5.3 after atomic upgrade

Disable Atomic [root@dedicated yum.repos.d]# nano atomic.repo # Name: Atomic Rocket Turtle RPM Repository for CentOS / Red Hat Enterprise Linux 6 – # URL: http://www.atomicrocketturtle.com/ # Note: This isn't covered by ASL support. -Scott [atomic] name = CentOS / Red Hat Enterprise Linux $releasever – atomicrocketturtle.com mirrorlist = http://updates.atomicorp.com/channels/mirrorlist/atomic/centos-$releasever-$basearch enabled = 0 priority = 1 … Read more

Plesk Logs Linux

Services Control Panel Logs Error log: /var/log/sw-cp-server/error_log and /var/log/sw-cp-server/sw-engine.log Access log: /usr/local/psa/admin/logs/httpsd_access_log Panel log: /usr/local/psa/admin/logs/panel.log Services Stop: /etc/init.d/psa stop Start: /etc/init.d/psa start Restart: /etc/init.d/psa restart Configuration PHP config: /usr/local/psa/admin/conf/php.ini Panel config: /usr/local/psa/admin/conf/panel.ini Web server config: /etc/sw-cp-server/conf.d/plesk.conf Web Presence Builder Logs Error log: /usr/local/psa/admin/logs/sitebuilder.log Install/upgrade logs: /usr/local/sb/tmp/ No service control (working via sw-cp-server service) Configuration /usr/local/sb/config … Read more

Change Windows Server 2008 Password

Source: http://technet.microsoft.com/en-us/library/cc754651%28v=ws.10%29.aspx To change the Administrator password in Windows Server 2008 Log on to the computer using the Administrator account. Click Start, click Control Panel, and then double-click User Accounts. In User Accounts, in Make changes to your user account, click Change your password. In Change your password, in Current Password, type your password. In … Read more

Apache fails to start with syntax errors on plesk

Apache fails to restart on plesk server on CentOS 6.5 # service httpd restart Stopping httpd: [FAILED] Starting httpd: Syntax error on line 55 of /etc/httpd/conf/plesk.conf.d/ip_defalt/domain.com.conf: SSLCertificateFile: file '/usr/local/psa/var/certificates/cert-6xg952' does notexist or is empty Solution: # /usr/local/psa/admin/sbin/httpdmng –reconfigure-all # service httpd restart

Upgrade php 5.3.3 to 5.4.36 on CentOS 6 and Plesk 12

Chech the version of php [root@dedicated ~]# php -v PHP 5.3.3 (cli) (built: Oct 30 2014 20:12:53) Copyright (c) 1997-2010 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies with the ionCube PHP Loader v4.6.0, Copyright (c) 2002-2014, by ionCube Ltd. Install access to the Atomic repo with this command: [root@dedicated yum.repos.d]# wget … Read more