#!/usr/bin/env bash

push `dirname $0` > /dev/null 2>&1;

httpdFile='../conf/httpd.conf';

# Remove httpd config file, but leave the config INI file in place
rm -vf ../httpd.conf;

popd > /dev/null 2>&1;

exit 0;
