#!/bin/sh

exec 2>&1

WEB_SERVER_PORT=8080

source /etc/htc/pathnames.sh
exec /usr/sbin/httpd -f -p $WEB_SERVER_PORT -h $CONFIG_PATH_MEDIADIR/media

