1 <TITLE>CGIWrap - Introduction</TITLE> 2 <CENTER><H2>CGIWrap - Introduction</H2></CENTER> 3 <HR><P> 4 5 CGIWrap is a gateway program that allows general users to use CGI 6 scripts and HTML forms without compromising the security of the http 7 server. Scripts are run with the permissions of the user who owns the 8 script. In addition, several security checks are performed on the 9 script, which will not be executed if any checks fail. 10 <P> 11 CGIWrap is used via a URL in an HTML document. As distributed, cgiwrap 12 is configured to run user scripts which are located in the 13 ~/public_html/cgi-bin/ directory. 14