If you replace the hard drive in your MacBook…
Be sure to check the startup disk setting after you are successfully booting from the new drive.
We just replaced the original drive in a Core 2 Duo White MacBook (2008, 4.1) with a 256GB Crucial M500 SSD, following some instructions on Apple Support Communities (search for “Second way …
Which Apache httpd module failed the request?
I was reminded today of a module I wrote a while back for Apache httpd 2.4 when I was debugging a config snippet from a customer and saw
[core:trace3] ... request.c(311): fixups hook gave 400: /
Whatever module set 400 (HTTP_BAD_REQUEST) didn’t log anything. If you have …
Recent fun with mod_whatkilledus and mod_backtrace
After Apache httpd 2.4.10 is released, I’ll push out a new release of these modules.
The most critical issue resolved in the next release is a problem mod_whatkilledus has with tracking the active request when using the Event MPM. It doesn …