CulleyS
02-22-2007, 08:25 PM
We migrated servers over the weekend and our Perl scripts have stopped working, not completely, just properly.
I've looked through the IIS settings (using Windows Server 2003/IIS 6.0), but everything looks okay. The only other difference I can see between the two servers is the Perl version. On the old server, we were using 5.8.7 on the new, it's 5.8.8.
I've run a test Perl script from the cgi-bin in the browser, and it works. Just the typical "Hello World" script.
The other script is supposed to validate a user. The script loads, but once the user enters his/her code, a 403 error is returned. The script uses a post function, but the action is the same script itself.
Any insight I could get would be appreciated,
Thanks.
I've looked through the IIS settings (using Windows Server 2003/IIS 6.0), but everything looks okay. The only other difference I can see between the two servers is the Perl version. On the old server, we were using 5.8.7 on the new, it's 5.8.8.
I've run a test Perl script from the cgi-bin in the browser, and it works. Just the typical "Hello World" script.
The other script is supposed to validate a user. The script loads, but once the user enters his/her code, a 403 error is returned. The script uses a post function, but the action is the same script itself.
Any insight I could get would be appreciated,
Thanks.