Tag

#Apache

Blocking AI Scrapers in Apache/nginx

February 11, 2025

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…

PHP real-time system command output

June 12, 2023

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…

WordPress TwentyTwenty Theme – Inter font Apache2 error

September 23, 2019

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):…

Observium nfsen configuration notes

June 16, 2016

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...…

ISPConfig, Dovecot, Postfix and LetsEncrypt SSL

June 15, 2016

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…

DNS Caching for Spamassassin RBLs

September 8, 2014

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…

Apache .htaccess Redirect WWW

March 28, 2013

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…

Portable WordPress

July 20, 2012

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 in Apache2

May 10, 2012

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…

Create a Redirect to your Google+ Profile

April 30, 2012

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…

Free Web Based Asset Management

April 12, 2012

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.…

LEMP + Cacti 0.8.7i

January 16, 2012

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)…

Latest News

January 2, 2012

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…