Cussedness
The natural cussedness of things in general.
-
Securing MAMP
MAMP is a really easy way of running recent versions of Apache, PHP and MySQL on your Mac for development purposes, something that can take quite a lot of effort if you attempt to set things up on your own. There is one major drawback, however: the default install is really rather insecure, with Apache serving pages up to all and sundry, including the configuration sections of the install, meaning that anyone who happens to spot that port 80 is open can do things like drop databases at will, which would be somewhat irritating to say the least. This tutorial from Eric Keil covers some techniques for securing everything, but I went about it a little differently. (more…)