if  [  -f  /etc/httpd/httpd.conf  ]
then
  cp  /etc/httpd/httpd.conf                \
      /etc/httpd/httpd.conf.sorcerybackup
fi
