if  [  -x  /etc/init.d/apache.sh  ]
then
  telinit run apache stop
fi
