#!/bin/sh echo Content-type: text/html echo echo Welcome $REMOTE_ADDR using $SERVER_SOFTWARE echo echo You are connected to port $SERVER_PORT of $SERVER_NAME echo cat index4.html