Check out my latest project: Code Dumper

Archive for the "apache" Tag

LAMP in Leopard OSX 10.5 (PHP5 and Apache 2.2)

Following my how to setup your mac web development environment, and today moving to Leopard, my entire offline environment is broken - this is entirely due to the move from Apache 1.3 to Apache 2.2. This article will discuss the changes required to get your multi-host mac dev environment running again with PHP5, MySQL, Apache 2 [...]

How to fake an apache request

I wrote a little tool to help me command line test URLs in my mod_perl dev environment. It lets me pass ful URLs + query strings via the command line, and see, or more importantly, debug the output. Apache is running with mod_perl and we are using the PerlHandler to forward requests to. There's really nothing [...]

How to setup your Mac web development environment

Following my accident a couple of weeks ago, I've now been blessed with a new MacBook Pro which needs setting up again. So, I thought I'd document setting up MySQL, PHP5 and Apache with multiple virtual hosts.