How can I install simple CGI Wrapper?

The CGI Wrap script creates a scgi-bin folder at the public_html level of your web site. This allows you to run scripts with your own user ID. The advantage of this is that you can run scripts that have the same permissions that you do - you can write, edit, and delete files as you normally do.

In a regular cgi-bin folder, you can only do this if you set your directory permissions to 777 (world access) and file permissions to 666, both of which are quite dangerous as anyone can now modify your web site.

The disadvantage of this is that if there is a security breach in your script that another person can exploit, they have access to your site in the same manner that you do - they can do anything. However, as long as the scripts you run in the scgi-bin directory are secure, you have nothing to worry about.

To install the Simple CGI Wrapper:

1- Click on the Simple CGI Wrapper link in the CGI Center area.
2- Your scgi-bin folder has now been set up. All cgi scripts that you would like to run under your own user ID should be placed in this folder.

Related Articles

What is CGI?

CGI (Common Gateway Interface) is a standard for running external programs from a Web server. CGI allows the returned HTML page to be dynamic for example, with a CGI script you could access...

How can I Install random HTML script?

This simple script allows you to insert random pieces of text into your web page. This is useful for daily quotes, helpful hints, or any other place where random text is useful.1- Click on the on...

How can I modify the guestbook template?

You can modify the appearance of your guestbook template at any time. 1- Click on the Simple Guestbook link in the CGI Center area. 2- Click on the Edit Guestbook Template link. 3- Copy and paste...

How can I View the guestbook?

You will want to be able to view your guestbook once visitors start leaving comments. You can keep the guestbook private, or you can set it up so that anyone can view the guestbook.1- Click on the...

How can I create a guestbook script?

cpanel has a simple guestbook script that allows you to create a guestbook that your visitors can sign. You can modify the appearance of the guestbook, and view and manage guestbook entries. Note:...