What is the function of CGIWrap in CGI programming?

What is the function of CGIWrap in CGI programming?



- CGIWrap is used as a gateway program that provides CGI scripts in an HTML forms format.

- This provides the security of the Http server and allows the user to use the Scripts in a better and compatible way.

- This allows running of the scripts with permissions that can be given by the users and allows putting up security checks to perform on the scripts.

- This can be accessed using the URL that is being mentioned in a HTML document and it is configured using the user scripts.

- The scripts are located at ~/public_html/cgi-bin/ directory.
Post your comment