77d883212b01d6ed989e002c3d52312d2a90a79c
[bottlenecks.git] / rubbos / rubbos_scripts / 1-1-1 / scripts / HTTPD_stop.sh
1 #!/bin/bash
2
3 cd /bottlenecks/rubbos/rubbos_scripts/1-1-1
4 source set_bottlenecks_rubbos_env.sh
5
6 echo "STOPPING APACHE on $HOSTNAME"
7
8 $HTTPD_HOME/bin/apachectl -f $HTTPD_HOME/conf/httpd.conf -k stop
9
10 echo "APACHE IS STOPPED on $HOSTNAME"
11
12