Beyond HTML: HTTP Servers
Most folks need not run a server. Who should? Anyone who wants:
UNIX HTTPD has a simple shell interface, it's easy to write cgi-bin
programs
echo "Content-type: text/html"
echo ""
echo '<strong> Your parameters are '$*' </strong>'
Netscape's server is available free
to educational sites.
mwm@cs.cmu.edu