Sure I guess I could deal with this Apache zombie-process problem, *or* I could just keep rebooting this EC2 instance every couple of days.
@waldoj cron. There I fixed it for ya.
@cornexo I have set up cron jobs before that do something like ps x |grep apache |wc -l and if the tally exceeds something, I force-restart Apache. To be fair, the last time I did that was when the server in question was an eMachine running in my closet connected via a DSL, but I wear the pride-shame nonetheless.
@waldoj why not just HUP Apache every ~24h? Should be practically hitless.