Make sure the directory that anlgform.pl has both Read and Script properties set in IIS and that the *.pl extention uses the ISAPI version of ActivePerl. If you are treating it as an executable, you will have to set execute permissions on the directory.
Kent -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Darin Willson Sent: Thursday, September 19, 2002 12:19 PM To: [EMAIL PROTECTED] Subject: Re: [analog-help] IIS 6.0 web interface.... I am not sure where each file should be. The only files I have that are accessable from the web are anlgform.pl, I have tried giving access to the folders on the c:\ that have the rest of the program read access with my IUSER_SERVERNAME and the only thing the log files show is: 2002-09-19 17:55:14 12.245.213.64 GET /cgi-bin/anlgform.pl - 80 - 209.153.128.248 Mozilla/4.0+(compatible;+MSIE+5.0;+Windows+2000)+Opera+6.04++[en] 502 2 Where error 502 is bad gateway?!? Im at a loss.... 9/19/2002 12:07:43 PM, Jeremy Wadsack <[EMAIL PROTECTED]> wrote: > >Then your CGI is properly configured. Did you make sure that all the >files that Analog needs are readable by IUSER_WWW or whatever your web >server runs as? Also, check your web server logs (if IIS 6 does that) >for an error messages that Analog may have created. > >-- > >Jeremy Wadsack >Wadsack-Allen Digital Group > >Darin Willson ([EMAIL PROTECTED]; Thursday, September 19, 2002 5:50 AM): > >> I can run other perl scripts and when I run /cgi-bin/analform.pl?qv=1 it spits out: >> CGI ON >> DNS NONE >> WARNINGS FL >> DEBUG -C >> OUTFILE stdout > >> 9/18/2002 5:53:01 PM, Jeremy Wadsack <[EMAIL PROTECTED]> wrote: > >>> >>>Have you tried running other Perl or CGI applications? It would appear >>>that your CGI is not cofigured properly. You can test just the CGI >>>part of the script by running something like >>>/cgi-bin/anlgform.pl?qv=1. >>> >>> >>>-- >>> >>>Jeremy Wadsack >>>Wadsack-Allen Digital Group >>> >>> >>>Darin Willson ([EMAIL PROTECTED]; Wednesday, September 18, 2002 1:56 PM): >>> >>>> I have the files on my system as such, >>>> c:\windows\system\logfiles\W3Sblahblah\ex*.log >>>> c:\windows\program files\analog 5.2.4\analog.exe >>>> c:\windows\program files\analog 5.2.4\analog.cfg >>> >>>> and then the anlgform.pl in inetpub\website\cgi-bin >>> >>>> If I run perl.exe anlgform.pl from a cmd prompt it >>>> spits out the report. >>>> If I run it from the browser it tells me: >>>> The specified CGI application misbehaved by not returning a complete set of HTTP headers. >>>> In my logs it shows error 502 2 and if I capture the headers it says >>>> HTTP/1.1 502 Bad Gateway >>>> Content-Length: 232 >>>> Content-Type: text/html >>>> Server: Microsoft-IIS/6.0 >>>> Date: Wed, 18 Sep 2002 20:49:18 GMT >>>> Connection: close >>> >>>> Ive looked through the archives and have tried various things that all produce the same >>>> results. >>>> Does anyone have very basic instructions for IIS users? I dont need it to be fancy just >>>> want to call anlgform.pl and have it either spit out the info like it does at the cmd >>>> prompt or to a html file like when you run the exe...... >>> >>>> Thanks >>>> Darin >>> >>> >>> >>>> +------------------------------------------------------------------------ >>>> | This is the analog-help mailing list. To unsubscribe from this >>>> | mailing list, go to >>>> | http://lists.isite.net/listgate/analog-help/unsubscribe.html >>>> | >>>> | List archives are available at >>>> | http://www.mail-archive.com/[email protected]/ >>>> | http://lists.isite.net/listgate/analog-help/archives/ >>>> | http://www.tallylist.com/archives/index.cfm/mlist.7 >>>> +------------------------------------------------------------------------ >>> >>>+------------------------------------------------------------------------ >>>| This is the analog-help mailing list. To unsubscribe from this >>>| mailing list, go to >>>| http://lists.isite.net/listgate/analog-help/unsubscribe.html >>>| >>>| List archives are available at >>>| http://www.mail-archive.com/[email protected]/ >>>| http://lists.isite.net/listgate/analog-help/archives/ >>>| http://www.tallylist.com/archives/index.cfm/mlist.7 >>>+------------------------------------------------------------------------ >>> > > > > >> +------------------------------------------------------------------------ >> | This is the analog-help mailing list. To unsubscribe from this >> | mailing list, go to >> | http://lists.isite.net/listgate/analog-help/unsubscribe.html >> | >> | List archives are available at >> | http://www.mail-archive.com/[email protected]/ >> | http://lists.isite.net/listgate/analog-help/archives/ >> | http://www.tallylist.com/archives/index.cfm/mlist.7 >> +------------------------------------------------------------------------ > >+------------------------------------------------------------------------ >| This is the analog-help mailing list. To unsubscribe from this >| mailing list, go to >| http://lists.isite.net/listgate/analog-help/unsubscribe.html >| >| List archives are available at >| http://www.mail-archive.com/[email protected]/ >| http://lists.isite.net/listgate/analog-help/archives/ >| http://www.tallylist.com/archives/index.cfm/mlist.7 >+------------------------------------------------------------------------ > +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------ +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
