#!/bin/sh # A small Apache HTTPd test suite # Author: Athmane Madjoudj echo "Running $0 - httpd serve html page test." curl -s http://localhost/ | grep 'Test Page' > /dev/null 2>&1