WordPress .htaccess in-depth
WordPress uses a file named .htaccess to rewrite all requests to the main index.php file. This article explains what the htaccess file rules look like and what they actually do. The post WordPress...
View ArticleCrazy POWERFUL Bash Prompt
This amazing bash linux prompt does more than meets the eye. If you want to know how to become really good with technology, linux is the secret sauce behind the AskApache articles. Open Source is...
View ArticleAdvanced WordPress wp-config.php Tweaks
The bottom line for this article is that I want to make WordPress as fast, secure, and easy to install, run, and manage because I am using it more and more for client production sites, I will work for...
View ArticleInternet Census 2012 – Port scanning using insecure embedded devices – Carna...
While playing around with the Nmap Scripting Engine (NSE) we discovered an amazing number of open embedded devices on the Internet. Many of them are based on Linux and allow login to standard BusyBox...
View ArticleServing WebP images for PNG and JPG files
One of the biggest speed bottlenecks of sites today are images, specifically unoptimized images or large scaled images. With Apaches Rewrite module we can convert all existing jpegs and png files (and...
View ArticleMariaDB with LZ4 Compression Howto for CentOS
I really really wanted to run the latest MariaDB with LZ4 Page Compression.. it is a game changer for many types of large databases I deal with. So I compiled it manually in a way that is repeatable...
View ArticleGRUB_INIT_TUNE – Play sound through pcspkr
Play a tune directly on your pcspeaker right before the grub boot manager loads. The post GRUB_INIT_TUNE – Play sound through pcspkr appeared first on AskApache.
View ArticleGoogle Trends for SEO / Apache Htaccess
.htaccess Topic vs htaccess Keyword The post Google Trends for SEO / Apache Htaccess appeared first on AskApache.
View ArticleHtaccess Mod_Rewrite – Crazy Advanced Master Class
htaccess rewrite Master Class! If you understand the basics of mod_rewrite, or if you literally write the mod_rewite.c code, this article will transform your thinking. The transformation is profound....
View ArticleRespond with 200 OK for 404 Not Found
What if you'd like to send a 200 OK response instead of the default 404 Not Found response using Apache .htaccess files or httpd.conf? One use would be to make sure upstream caches cache any request on...
View ArticleApache Compression, Vary, mod_deflate
The post Apache Compression, Vary, mod_deflate appeared first on AskApache.
View ArticleArp Packet Hacking
Part deux of Want to know how to really hack? Originally Posted: 12/28/2003 The post Arp Packet Hacking appeared first on AskApache.
View ArticleUndetectable Sniffing On Ethernet
I have been in some tight spots where I had to sniff a password or two off the wire, or sniff some packets off the wire and based on the packets content perform some action... Accidentally, I stumbled...
View ArticleWant to know how to really hack?
An interesting post by hacker explaining how to really hack, stay anonymous, and dig in deep. Originally Posted: 1/22/2003 The post Want to know how to really hack? appeared first on AskApache.
View ArticleHacking VLAN switched networks
There isn't much vlan info on the net in terms of specifics and I had to learn all about it because I needed to log in to a switch that was on a different vlan. With the help of the Ettercap developers...
View Article.htaccess Examples: Cookies, Variables, Custom Headers
Fresh .htaccess code for you! Check out the Cookie Manipulation and environment variable usage with mod_rewrite! I also included a couple Mod_Security .htaccess examples. Enjoy! Originally Posted:...
View ArticleView Your Server Environment Variables using Htaccess Mod_Rewrite
Get your real server info The post View Your Server Environment Variables using Htaccess Mod_Rewrite appeared first on AskApache.
View Article