Conf/Examples/CgiConfig/ShExample

From AOLserver Wiki
Revision as of 16:15, 29 December 2011 by Visitatvishal (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

part of CGI Config Examples

 #!/bin/sh
 echo  "Content-type: text/html\n"
 echo "<html><head><title>CGI Reply Page - via Shell Scripting</title></head>"
 echo "<body bgcolor=white>Shell script used in CGI - First Demo"
 echo "</body>"