HOW TO : Restrict access to proxied content in Apache
If you are using the mod_proxy feature in Apache to forward requests for certain content to a backend server, but want to restrict access to that...
If you are using the mod_proxy feature in Apache to forward requests for certain content to a backend server, but want to restrict access to that...
A collection of one liners using different tools and programming languages to run a full fledged web server on any machine. They can be used to...
Blogging this as a “memory” note for myself 🙂 I was putting together a report for work and needed one of the pages in the word...
Ran into an interesting scenario at work today. We had to check the impact of a DNS change on a certain hostname. Normally, you would edit...
Following up on my earlier post about using keytool to import and export certificates into a keystore. Here is some more information on using openssl to...
Quick post on using diff to compare two directories in Linux. This will show the list of files and subdirectories that are different in either directories...