Is it possible to force Apache and/or BIND to do a graceful restart (re-read configuration files) without being root? Basically I'd like to be able to restart Apache and BIND via a PHP script served by apache. If not, I was considering writing a SUID wrapper C program to restart them, but thought that mind be a bit dangerous. Any thoughts?