You can't get a better Internet connection!
For the best connection on the web
call
1-800-820-5494
![]()
Setting CGI Scripts To start, 90% of your form processing needs can be solved by formmail, which requires no CGI programming. How should I upload my cgi script, ASCII or Binary? Always upload your cgi scripts in ASCII mode. That is the number one problem why cgi scripts don't work. Where do I put my CGI scripts? You should put your scripts into your cgi-bin directory
which is in your www directory. The full URL path would be What is your server path to perl and sendmail? Our server path to perl is /usr/local/bin/perl and sendmail is /usr/sbin/sendmail How do I set permissions inside my cgi-bin? If your script is getting an internal server error you probably don't have to right permissions set for your script. Telnet into your cgi-bin directory and do the following: chmod o+x file.name This will give universal read and execute permissions to that file. Tip- Most CGI file permissions should be set at 755 |