Using CGIWrap
What is CGIWrap? How can I use them? Home Directory: /home/wwwdev CGI Directory: /home/wwwdev/public_html/cgi-bin Name of Script: script.pl Web Server: www.jhu.edu If you do not already have a cgi-bin directory set up, create one in your public_html directory. Install the script into the cgi-bin directory, and set the proper execution permissions on the file. This can be done with most FTP programs or with the chmod program if you have an SSH account. Permissions on the script should be set to 755 (rwx-rx-rx) . So, now the script is in /home/wwwdev/public_html/cgi-bin/script.pl . This script can be executed by using the following URL: http://www.jhu.edu/cgi-bin/cgiwrap/~wwwdev/script.pl (try it!)If you wish to see debugging output for your CGI, specify cgiwrapd instead of cgiwrap, as in the following URL: http://www.jhu.edu/cgi-bin/cgiwrapd/~wwwdev/script.pl (try it!)Notes: Your home directory is: /home/username Your web site directory is: /home/username/public_html Your cgi-bin directory is: /home/username/public_html/cgi-bin More Information: Updated Wednesday, 06-Aug-2008 10:23:57 EDT -- webhosting@jhu.edu -- JHUniverse -- Technical Information |