#!/bin/sh

# Run apache2
mkdir -p /run/apache2
rm -f /run/apache2/httpd.pid
httpd -DFOREGROUND "$@"
