Clever kill/cat/sed line to refresh the logs for Apache stolen from some documentation somewhere:
# kill -USR1 $(cat $(httpd -V | sed -n '/DEFAULT_PIDLOG/s/.*"\(.*\)"/\1/p'))