#!/bin/sh
# mini_httpd startup script

cd /www
mini_httpd -c "cgi-bin/*" -i /var/run/httpd.pid 
