#! /bin/sh
#
#
ps -e | awk '/(php|lighttpd)/ {print $1}' | xargs kill
