admin

January 16, 2023

Introduction

I have decided to publicly document my beliefs, thoughts and observations. These posts will range numerous topics on life, the universe, human interaction, philosophy, morality and […]
September 27, 2022

Add Custom PHP handler for PLESK

https://support.plesk.com/hc/en-us/articles/115000497853–How-to-add-a-custom-PHP-version-in-Plesk-for-Linux- Sample command : plesk bin php_handler –add -displayname 5.6.4 -path /usr/local/php564/bin/php-cgi -phpini /usr/local/lib/php.ini -type fastcgi -id 5.6.4-custom -clipath /usr/local/php564/bin/php
August 20, 2021

Add Gzip Compression to Nginx

use the following directives on Nginx config to enable Gzip compresssion. gzip on;gzip_disable “MSIE [1-6]\\.(?!.*SV1)”;gzip_proxied any;gzip_comp_level 5;gzip_types text/plain text/css application/javascript application/x-javascript text/xml application/xml application/rss+xml text/javascript image/x-icon […]
May 17, 2020

Repair AD DNS

So I just installed a clients new AD DC Server and then tried to add a machine to the domain with no success. DNS SRV records […]