cgiwrap

Many large sites, such as ISPs and educational institutions, require users to run their CGI scripts using a program called cgiwrap. This program causes the CGI script to execute as if being run by the owner, instead of the web server's user ID. What this means is that the script will have permission to read and write the user's files, and will not be able to cause any damage on the system that the user could not cause.