Additional notes for uploading CGI |
![]() ![]() ![]() |
If you are using the CGI version, note that many web servers are set up to only execute CGI from a certain directory in your web account. For Apache servers, this would usually be a directory named “cgi-bin”. Check with your web host for more details, and upload your files to the appropriate directory. For IIS servers, you may need to enable “Execute permissions” for “Scripts and Executables” on your selected hosting folder. You can do this from the IIS Control Panel, right clicking on the folder, and selecting “Properties”. Once your files are uploaded to the web server, you must also set execute permissions on the file “search.cgi”, and public read permissions on the other files (all the .zdat files and the search template HTML file). This can be done via your FTP client or through a Unix shell account by using the “chmod 755 <filename>” command.
|