hi i'm getting this error HTTP Error 502.2 - Bad Gateway The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are "Can't open database siddb! at C:\inetpub\wwwroot\cgi-bin\wm.cgi line 93. ".
after I configure my IIS like this:
-
For CGI:
Request path: *.cgi
Executable: c:\Perl\bin\perl.exe "%s" %s
Name: Perl Script Map
Press 'OK'
Say 'NO' to ISAPI message
- For Perl:
Request path: *.pl
Executable: c:\Perl\bin\perl.exe "%s" %s
Name: CGI Script Map
Press 'OK'
Say 'No' to ISAPI message
what to do?
to fix it?