#!/bin/bash
killall -9 httpd 2>&1 >/dev/null
exec /usr/local/pd-admin2/bin/httpd -D NO_DETACH -DSSL
