Oops

Saturday, August 13, 2005, at 07:20AM

By Eric Richardson

I just realized that in my Apache upgrades the other day I broke mod_php4. It took me this long to notice because I only use php on the frontpage of ericrichardson.com. And, well, I never see that page. I should read my website more often.

In order to get mod_rewrite to do proxying, I had to grab the apache source package and compile mod_proxy into the binary. I guess that broke something the stock php4 module depends on, 'cause it segfaults on me now. I guess I need to build that from the source package now too. Ugh.