Apache
Setting up your localhost as example.com
Often times when people install WAMP [or LAMP] stacks on their machines, they’ll commonly use http://localhost/ to access their local server. I did so for years until I started working with dynamic sub domains and needed to use something other than localhost to access my server.
Example.com [or example.org, example.net] is a special domain as defined [...]
Installing memcache on Windows for PHP
LAST UPDATED MAY 7, 2009
Installing memcache on Windows XP / Vista is kind of like voodoo for those of us who are not disciplined with compiling code from source. I initially attempted to install memcache a few months ago after reading a few articles about how much performance it can pump into your web application. [...]