Blog
haproxy
To install haproxy on Ubuntu, run Haproxy config file is located at Enable HTTP_X_FORWARDED_FOR in HaproxyShow X-Forwarded-For IP in ApacheHaproxy Site With…
Nginx upstream timed out
Edit nginx.conf vi /etc/nginx/nginx.conf Inside http {} block, add proxy_connect_timeout 1000s; proxy_send_timeout 1000s; proxy_read_timeout 1000s; fastcgi_send_timeout 1000s; fastcgi_read_timeout 1000s; See nginx
Install ImageMagick PHP module in Cpanel Server
To install ImageMagick on Cpanel Server, in root SSH, run yum install ImageMagick ImageMagick-devel -y To install PHP Module, login to WHM…
chrome
Install Google Chrome on CentOS 7 64 bit Install Google Chrome in Ubuntu Enable Native Notification in Google Chrome Disable Native Notification…
Install Google Chrome on CentOS 7 64 bit
To install Google Chrome on CentOS 7 (Chrome won’t work on CentOS 6 as it is using older version of libraries required…
Sending Emails from PHP using Amazon SES
To create a PHP script to sent email using Amazon SES, create a folder mkdir ses-test cd ses-test Install phpMailer using composer…
PHP Tutorials
Install PHP on Debian/Ubuntu Install PHP on CentOS 7 Install PHP on RHEL 8 (CentOS/Rocky Linux/Alma Linux) PHP Toos
Zend OpCache
Here is a PHP script to check if PHP Zend OpCache is enabled on your server. https://gist.github.com/HostOnNet/e3f36fe923d408b8597575d601114a88 You can use OpCache GUI…
Cloud Hosting Providers
Here is a list of popular cloud providers. If you just need a server with a lot of CPU/RAM, it may better…
screen
screen allows you to run commands in the remote server even after you disconnect. disconnect from a session Press CTRL + A,…