Nginx
Nginx is a powerful open source web server that is known for its high performance, stability, and flexibility. It is used by…
Nginx is a powerful open source web server that is known for its high performance, stability, and flexibility. It is used by…
After installing SSL on Nginx server, it worked on browser, but when i try access using curl command, i get error #…
Amazon ElastiCache to run Redis or Memcached cluster on Amazon cloud. You get some stats for your cache server/cluster. You can connect…
Enable Gzip in Amazon Linux How to enable gzip on Plesk Nginx To check if a web site have gzip enabled, run…
Let’s say we have an Nginx virtual host like following To make it SSL enabled, add the following to the server entry.…
Service files To list all services run To list failed services List all enabled services List timers See all running services See…
Install ShadowSocks server on Debian 10install ShadowSocks client in Ubuntu 18.04 On the Server, install shadowsocks with Create config file for server…
On Ununtu/Debian, install it with To get stats, run If your redis on differnt sevrer or use non standard port, then use…
To connect to redis, first install php-redis apt install php-redis Now create a php file with following code root@ip-10-0-0-31:/var/www/html# cat 2.php
To install redis php module in Ubuntu 16.04, run apt -y install php-redis If you are using Apache, restart Apache. systemctl restart…
Install Redis Install latest Redis on Ubuntu/Debian Server Install Redis on Plesk Debian Server Install Redis from Source How Tos Installing Redis…
composer is PHP package manager, to install, run Manual Install Download latest version of composer.phar from https://getcomposer.org/download At the time of writing…