#!/bin/sh
mount -t proc none /proc
mount -t sysfs none /sys
/usr/sbin/httpd -h /www &
