#!/bin/sh STATUS="" if [ "`echo -n "$HTTP_USER_AGENT" | grep -i slurp`" ] then STATUS="200 OK" else STATUS="267 No Such Luck" fi echo "Status: $STATUS" echo "Hello: and welcome" echo "Content-Type: text/html" echo "" echo "" echo "" echo "267 No Such Luck" echo "" echo "" echo " " echo "

267 No Such Luck

" echo "Just because the site is named after slurm doesn't" echo "mean it has anything to do with Futurama.
" echo "You were probably looking for the highly addictive soft drink .
" echo "" echo "" echo "
" echo "
Apache/1.3.12 Server at www.slurm.com Port 80
" echo ""