How do I configure Purveyor to support Perl for Win32?
The following instructions are for Purveyor 1.2 for Windows NT. Other Purveyor products should be similar. • In the Purveyor Control Panel, use the CGI Mapping tab to map the .pl extension to perl.exe. Make sure that you use the full path to the executable. • Also in the Purveyor Control Panel, use the Virtual Servers section to set your CGI Scripts Directory. You need one scripts directory for each virtual server you support. The scripts directory must be in the data path for the server. Also, make sure that the Disable CGI Extension checkbox is unchecked. • Ensure that the script is readable by the account used by the Purveyor service. Generally, this means you should make the script readable by the Everyone group. • Ensure that all supporting files, like the perl binary files, the perl library files, and the modules that you use, are all readable by the account used by the Purveyor service (i.e., the Everyone group). If you have problems while configuring Purveyor to use Perl for Wi