if [ -x /etc/init.d/apache.sh ]; then
  httpd -t && /etc/init.d/apache.sh restart
fi
