Use Path to PHP 7 to run a command vs OS PHP

When needing to run a command in a different version on php. Where is the path to php 7 on cpanel? How to specify command line command “php” version for SSH user on the Plesk server? See: https://support.plesk.com/hc/en-us/articles/115003766853-How-to-specify-PHP-version-on-the-Plesk-server-for-command-line-command-php-for-user- set the path – https://stackoverflow.com/questions/31206864/use-different-php-version-cli-executable-for-one-command

How to install SSH2 extension for PHP on Plesk?

Check settings in plesk: Tools and Settings > General > PHP Settings. Click on a php version: Through the OS vendor (CentOS 7 PHP 5.4.16 OS Vendor) Connect to the server via SSH; Install the pre-compiled extension packages: .rpm-based distribution (CloudLinux, CentOS, RHEL): .deb-based distribution (Debian, Ubuntu): Restart apache: Reload the handler You can check … Read more

Manage Windows Server with Process Explorer

Ever wondered which program has a particular file or directory open? Now you can find out. Process Explorer shows you information about which handles and DLLs processes have opened or loaded. Ever wondered which program has a particular file or directory open? Now you can find out. Process Explorer shows you information about which handles … Read more

Smartmon tools Windows

Some Smartmon tools https://github.com/v-zhuravlev/zbx-smartctl https://share.zabbix.com/storage-devices/smart-monitoring-with-smartmontools-lld https://www.smartmontools.org/wiki/Download#InstalltheWindowspackage

Web server reconfiguration fails plesk. mod_python and mod_wsgi Apache modules are enabled at the same time.

Plesk upgrade produces error: Job for httpd.service failed because the control process exited with error code. See “systemctl status httpd.service” and “journalctl -xe” for details.   See: https://support.plesk.com/hc/en-us/articles/115002784134-Web-server-reconfiguration-fails-on-Debian-Ubuntu-with-Plesk-Curl-failed-Timeout-was-reached    

Configure the Windows firewall to allow pings ICMP Ping

This information shows you how to Configure the Windows firewall to allow pings ICMP Ping. Open Windows Firewall Click Advanced Settings on the left. From the left pane of the resulting window, click Inbound Rules. In the right pane, find the rules titled File and Printer Sharing (Echo Request – ICMPv4-In). Right-click each rule and … Read more

Zabbix Problem Alert: Service “sppsvc” (Software Protection) is not running (startup type automatic delayed)

When installing windows servers, there are constant alerts for: Service “sppsvc” (Software Protection) is not running (startup type automatic delayed) Service “RemoteRegistry” (Remote Registry) is not running (startup type automatic) Service “MapsBroker” (Downloaded Maps Manager) is not running (startup type automatic delayed) Service “IaasVmProvider” (IaasVmProvider) is not running (startup type automatic) Service “WbioSrvc” (Windows Biometric … Read more

Install Lets encrypt on WHM and cPanel

letsEncrypt is an alternative AutoSSL provider for users who opt to not use the default AutoSSL Powered by cPanel provider. Installing the LetsEncrypt provider is a straightforward process that involves running one command. ProcedureInstallation of the officially supported AutoSSL – Let’s Encrypt provider can be completed by performing the following command via SSH as the … Read more

Curl Error When updating WordPress behind firewall: Error message: cURL error 28: Connection timed out after 10001 milliseconds

When updating wordpress, this error appears: Error message: cURL error 28: Connection timed out after 10001 milliseconds Resolution: Curl the site with the private IP and not the public IP. From inside the private network each server or device is known only by it’s private IP address and is always referenced using that address. Ref: … Read more