Blocking AI Scrapers in Apache/nginx
You can place the following into your .htaccess to have it return an HTTP 403 if the User Agent is matched. Apache The following command will generate a…
You can place the following into your .htaccess to have it return an HTTP 403 if the User Agent is matched. Apache The following command will generate a…
Throwing some notes here for me to remember on having PHP not buffer the output of a long running process so that it provides realtime output to the…
I'm testing out the development version of TwentyTwenty theme from WordPress on this site. I noted that calls to /assets/fonts/inter/Inter-upright.var.woff2 were causing some grief for Apache2 (Error 500):…
A vulnerability reported to WordPress in July 2016 was publicly released recently and identified as CVE-2017-8259. The vulnerability could allow an attacker to gain unauthorized access to a…
Hacked my way through getting Observium to pick up the nfsen RRD so that I see the Netflow tab in the device in Observium. Here's what I did...…
Please See: https://www.howtoforge.com/community/threads/lets-encrypt-working-with-ispconfig-interface-postfix-dovecot-tls-pure-ftpd-monit.75546/ ARCHIVEDI successfully configured Dovecot and Postfix to use my LetsEncrypt SSL certificate for my mail domain. Generate SSL Certificate When I installed ISPConfig 3.1b, I…
So I'm tweaking the mail filter server which is a Debian Linux server running Postfix, MailScanner and SpamAssassin. I just wanted to share some of the performance improvements…
Just a few quick notes on how to redirect website to force www or to force just the domain name when users visit your site. .htaccess Redirect non-WWW…
Here is an all-in-one solution for a portable WordPress. The creator packs MySQL, PHP, Apache and WordPress together and allows you to drop this folder onto a thumbdrive…
Limit bandwidth with Apache using the libapache2-mod-bw package which installs mod-bw. Install Package apt-get install libapache2-mod-bw Load Module a2enmod bw Modify Apache's configuration Add the following in the…
April 2, 2009: RIP Google+. 🙁 It is pretty simple to setup your domain to redirect to your Google+ profile. For example, I have https://techish.net/+ which redirects to…
I came across a gem this morning while starting the dubious task of reviewing what's out there in regards to asset management software. This project blows me away.…
How to enable Directory Listing in Nginx Webserver
This is my setup of LEMP with Cacti 0.8.7i. LEMP stands for Linux nginx (prounounced Engine x) MySQL and PHP. Most notably, LEMP is just replacing Apache (LAMP)…
This site is now powered by IIS7 on Windows Server 2008 R2. I’ll run some benchmarks between Linux/Apache and Windows/IIS7 performance if I feel like it sometime next…