fbpx

Ansible Tricks


by Danila Vershinin, October 20, 2017

Learn how to easily implement Ansible tasks which are not available using standard modules.

Read More...

Html.Exploit.CVE_2017_11793-6336854-1 FOUND. What is it?


by Danila Vershinin, October 14, 2017

Find out how to deal with Html.Exploit.CVE_2017_11793-6336854-1 and if you are affected

Read More...

CDN for WordPress


by Danila Vershinin, October 5, 2017

CDN for Wordpress. Do you need one? Yes, you do!

Read More...

How to Install Varnish Cache 6 LTS for NGINX on CentOS 7


by Danila Vershinin, October 4, 2017

How to install Varnish with Nginx on CentOS 7 server

Read More...

WordPress Static Files Cookieless Domain with Nginx


by Danila Vershinin, October 3, 2017

Configure cookieless domain for Wordpress static files in nginx

Read More...

Stop Google Analytics SPAM bots and reduce server load


by Danila Vershinin, September 17, 2017

Reduce server load easily by configuring nginx to discard unknown hostnames. Fight those Google Analytics spam bots!

Read More...

PHP and HTTP caching


by Danila Vershinin, September 16, 2017

I figure there isn’t much all-in-one information on the subject and this will be a constant draft with my findings. PHP 7 and caching headers PHP itself alters Cache-Control headers only when all conditions are true at the same time during request: session_start() has been called session.cache_limiter has default value of nocache It adds 3 […]

Read More...

Nginx: Disable logging of Magento security probes


by Danila Vershinin, August 8, 2017

Disable logging of Magento 1.x security probes in Nginx configuration. Uses map Nginx feature to conditionally log requests to Magento.

Read More...

NGINX SELinux Configuration


by Danila Vershinin, August 7, 2017

NGINX SELinux configuration will make sure that your server is secure and compliant with PCI standards.

Read More...

MariaDB: replicate single database. Tutorial and gotchas


by Danila Vershinin, July 16, 2017

Setup MySQL slave replication with few easy steps. Some gotchas on MySQL replication lag and how to fix it.

Read More...