Perl File
am 17.02.2006 17:53:34 von kory
Hello! I have a website running on IIS 6.0. The website points to some
perl files for submissions. The perl files are located in cgi-bin
directory. Here is the problem. When I click on request button, the
browser tells me file not found. I enable directory browsing and when I
open the cgi-bin folder I can see the file. When I click on the file, the
error is also the same, "File not found". I installed ActivePerl 5.8 and
still no help. The file is just not being excuted. What am I doing wrong?
Thank You
RE: Perl File
am 17.02.2006 19:18:27 von APadmin
Kory,
You need to ensure you enabled the "Web Service Extension" for the perl.exe
or perlis.dll (cgi or isapi). You can find this in iis. There may already
been an extension set but not enabled. Simply enable it. Or if there isn't
one by chance, you can simply create one and point it to the perl exe or dll.
"Kory" wrote:
> Hello! I have a website running on IIS 6.0. The website points to some
> perl files for submissions. The perl files are located in cgi-bin
> directory. Here is the problem. When I click on request button, the
> browser tells me file not found. I enable directory browsing and when I
> open the cgi-bin folder I can see the file. When I click on the file, the
> error is also the same, "File not found". I installed ActivePerl 5.8 and
> still no help. The file is just not being excuted. What am I doing wrong?
>
> Thank You
>
>
>
RE: Perl File
am 17.02.2006 19:18:27 von APadmin
Kory,
You need to ensure you enabled the "Web Service Extension" for the perl.exe
or perlis.dll (cgi or isapi). You can find this in iis. There may already
been an extension set but not enabled. Simply enable it. Or if there isn't
one by chance, you can simply create one and point it to the perl exe or dll.
"Kory" wrote:
> Hello! I have a website running on IIS 6.0. The website points to some
> perl files for submissions. The perl files are located in cgi-bin
> directory. Here is the problem. When I click on request button, the
> browser tells me file not found. I enable directory browsing and when I
> open the cgi-bin folder I can see the file. When I click on the file, the
> error is also the same, "File not found". I installed ActivePerl 5.8 and
> still no help. The file is just not being excuted. What am I doing wrong?
>
> Thank You
>
>
>
Re: Perl File
am 17.02.2006 21:05:25 von kory
Hi! Thanks for the advice, but can you be more specific? I could not find
the option to enable it.
Thank You!
"APadmin" wrote in message
news:5B07C153-17AE-40FC-90A0-C1F7CB1F5E71@microsoft.com...
> Kory,
>
> You need to ensure you enabled the "Web Service Extension" for the
> perl.exe
> or perlis.dll (cgi or isapi). You can find this in iis. There may
> already
> been an extension set but not enabled. Simply enable it. Or if there
> isn't
> one by chance, you can simply create one and point it to the perl exe or
> dll.
>
> "Kory" wrote:
>
>> Hello! I have a website running on IIS 6.0. The website points to some
>> perl files for submissions. The perl files are located in cgi-bin
>> directory. Here is the problem. When I click on request button, the
>> browser tells me file not found. I enable directory browsing and when I
>> open the cgi-bin folder I can see the file. When I click on the file,
>> the
>> error is also the same, "File not found". I installed ActivePerl 5.8 and
>> still no help. The file is just not being excuted. What am I doing
>> wrong?
>>
>> Thank You
>>
>>
>>
Re: Perl File
am 17.02.2006 21:05:25 von kory
Hi! Thanks for the advice, but can you be more specific? I could not find
the option to enable it.
Thank You!
"APadmin" wrote in message
news:5B07C153-17AE-40FC-90A0-C1F7CB1F5E71@microsoft.com...
> Kory,
>
> You need to ensure you enabled the "Web Service Extension" for the
> perl.exe
> or perlis.dll (cgi or isapi). You can find this in iis. There may
> already
> been an extension set but not enabled. Simply enable it. Or if there
> isn't
> one by chance, you can simply create one and point it to the perl exe or
> dll.
>
> "Kory" wrote:
>
>> Hello! I have a website running on IIS 6.0. The website points to some
>> perl files for submissions. The perl files are located in cgi-bin
>> directory. Here is the problem. When I click on request button, the
>> browser tells me file not found. I enable directory browsing and when I
>> open the cgi-bin folder I can see the file. When I click on the file,
>> the
>> error is also the same, "File not found". I installed ActivePerl 5.8 and
>> still no help. The file is just not being excuted. What am I doing
>> wrong?
>>
>> Thank You
>>
>>
>>
Re: Perl File
am 17.02.2006 21:31:07 von kory
Ok. I found the Service Extenstions and allowed perl for cgi and asapi.
That did not help. So i allowed all cgi extensions and all asapi
extenstions eventhough windows warned me a security risk. Now when I try to
execute the script, it tells me HTTP 500 - Internal server error. Should i
be assuming the file is being excuted, but somehow fails?
Thank You!
"APadmin" wrote in message
news:5B07C153-17AE-40FC-90A0-C1F7CB1F5E71@microsoft.com...
> Kory,
>
> You need to ensure you enabled the "Web Service Extension" for the
> perl.exe
> or perlis.dll (cgi or isapi). You can find this in iis. There may
> already
> been an extension set but not enabled. Simply enable it. Or if there
> isn't
> one by chance, you can simply create one and point it to the perl exe or
> dll.
>
> "Kory" wrote:
>
>> Hello! I have a website running on IIS 6.0. The website points to some
>> perl files for submissions. The perl files are located in cgi-bin
>> directory. Here is the problem. When I click on request button, the
>> browser tells me file not found. I enable directory browsing and when I
>> open the cgi-bin folder I can see the file. When I click on the file,
>> the
>> error is also the same, "File not found". I installed ActivePerl 5.8 and
>> still no help. The file is just not being excuted. What am I doing
>> wrong?
>>
>> Thank You
>>
>>
>>
Re: Perl File
am 17.02.2006 21:31:07 von kory
Ok. I found the Service Extenstions and allowed perl for cgi and asapi.
That did not help. So i allowed all cgi extensions and all asapi
extenstions eventhough windows warned me a security risk. Now when I try to
execute the script, it tells me HTTP 500 - Internal server error. Should i
be assuming the file is being excuted, but somehow fails?
Thank You!
"APadmin" wrote in message
news:5B07C153-17AE-40FC-90A0-C1F7CB1F5E71@microsoft.com...
> Kory,
>
> You need to ensure you enabled the "Web Service Extension" for the
> perl.exe
> or perlis.dll (cgi or isapi). You can find this in iis. There may
> already
> been an extension set but not enabled. Simply enable it. Or if there
> isn't
> one by chance, you can simply create one and point it to the perl exe or
> dll.
>
> "Kory" wrote:
>
>> Hello! I have a website running on IIS 6.0. The website points to some
>> perl files for submissions. The perl files are located in cgi-bin
>> directory. Here is the problem. When I click on request button, the
>> browser tells me file not found. I enable directory browsing and when I
>> open the cgi-bin folder I can see the file. When I click on the file,
>> the
>> error is also the same, "File not found". I installed ActivePerl 5.8 and
>> still no help. The file is just not being excuted. What am I doing
>> wrong?
>>
>> Thank You
>>
>>
>>
Re: Perl File
am 18.02.2006 00:35:27 von APadmin
You're recieving an 500 error from your browser not the server. To view the
real error, go into your Internet Explorer and select "Tools". Then
"Internet Options", and select the "advanced" tab. Find the option "Show
friendly error messages" and uncheck it. This will allow you to see the real
error.
And from the sound of it, it appears to be working :)
"Kory" wrote:
> Ok. I found the Service Extenstions and allowed perl for cgi and asapi.
> That did not help. So i allowed all cgi extensions and all asapi
> extenstions eventhough windows warned me a security risk. Now when I try to
> execute the script, it tells me HTTP 500 - Internal server error. Should i
> be assuming the file is being excuted, but somehow fails?
>
> Thank You!
> "APadmin" wrote in message
> news:5B07C153-17AE-40FC-90A0-C1F7CB1F5E71@microsoft.com...
> > Kory,
> >
> > You need to ensure you enabled the "Web Service Extension" for the
> > perl.exe
> > or perlis.dll (cgi or isapi). You can find this in iis. There may
> > already
> > been an extension set but not enabled. Simply enable it. Or if there
> > isn't
> > one by chance, you can simply create one and point it to the perl exe or
> > dll.
> >
> > "Kory" wrote:
> >
> >> Hello! I have a website running on IIS 6.0. The website points to some
> >> perl files for submissions. The perl files are located in cgi-bin
> >> directory. Here is the problem. When I click on request button, the
> >> browser tells me file not found. I enable directory browsing and when I
> >> open the cgi-bin folder I can see the file. When I click on the file,
> >> the
> >> error is also the same, "File not found". I installed ActivePerl 5.8 and
> >> still no help. The file is just not being excuted. What am I doing
> >> wrong?
> >>
> >> Thank You
> >>
> >>
> >>
>
>
>
Re: Perl File
am 18.02.2006 00:35:27 von APadmin
You're recieving an 500 error from your browser not the server. To view the
real error, go into your Internet Explorer and select "Tools". Then
"Internet Options", and select the "advanced" tab. Find the option "Show
friendly error messages" and uncheck it. This will allow you to see the real
error.
And from the sound of it, it appears to be working :)
"Kory" wrote:
> Ok. I found the Service Extenstions and allowed perl for cgi and asapi.
> That did not help. So i allowed all cgi extensions and all asapi
> extenstions eventhough windows warned me a security risk. Now when I try to
> execute the script, it tells me HTTP 500 - Internal server error. Should i
> be assuming the file is being excuted, but somehow fails?
>
> Thank You!
> "APadmin" wrote in message
> news:5B07C153-17AE-40FC-90A0-C1F7CB1F5E71@microsoft.com...
> > Kory,
> >
> > You need to ensure you enabled the "Web Service Extension" for the
> > perl.exe
> > or perlis.dll (cgi or isapi). You can find this in iis. There may
> > already
> > been an extension set but not enabled. Simply enable it. Or if there
> > isn't
> > one by chance, you can simply create one and point it to the perl exe or
> > dll.
> >
> > "Kory" wrote:
> >
> >> Hello! I have a website running on IIS 6.0. The website points to some
> >> perl files for submissions. The perl files are located in cgi-bin
> >> directory. Here is the problem. When I click on request button, the
> >> browser tells me file not found. I enable directory browsing and when I
> >> open the cgi-bin folder I can see the file. When I click on the file,
> >> the
> >> error is also the same, "File not found". I installed ActivePerl 5.8 and
> >> still no help. The file is just not being excuted. What am I doing
> >> wrong?
> >>
> >> Thank You
> >>
> >>
> >>
>
>
>
Re: Perl File
am 18.02.2006 00:47:18 von kory
Ok. The error I get is "The specified procedure could not be found."
What does that mean? this website worked great on IIS5.0
what can i do to fix it?
Thanks.
"APadmin" wrote in message
news:2B433D2D-9854-45FA-B5C5-2CDD3A194BB0@microsoft.com...
> You're recieving an 500 error from your browser not the server. To view
> the
> real error, go into your Internet Explorer and select "Tools". Then
> "Internet Options", and select the "advanced" tab. Find the option "Show
> friendly error messages" and uncheck it. This will allow you to see the
> real
> error.
>
> And from the sound of it, it appears to be working :)
>
> "Kory" wrote:
>
>> Ok. I found the Service Extenstions and allowed perl for cgi and asapi.
>> That did not help. So i allowed all cgi extensions and all asapi
>> extenstions eventhough windows warned me a security risk. Now when I try
>> to
>> execute the script, it tells me HTTP 500 - Internal server error. Should
>> i
>> be assuming the file is being excuted, but somehow fails?
>>
>> Thank You!
>> "APadmin" wrote in message
>> news:5B07C153-17AE-40FC-90A0-C1F7CB1F5E71@microsoft.com...
>> > Kory,
>> >
>> > You need to ensure you enabled the "Web Service Extension" for the
>> > perl.exe
>> > or perlis.dll (cgi or isapi). You can find this in iis. There may
>> > already
>> > been an extension set but not enabled. Simply enable it. Or if there
>> > isn't
>> > one by chance, you can simply create one and point it to the perl exe
>> > or
>> > dll.
>> >
>> > "Kory" wrote:
>> >
>> >> Hello! I have a website running on IIS 6.0. The website points to
>> >> some
>> >> perl files for submissions. The perl files are located in cgi-bin
>> >> directory. Here is the problem. When I click on request button, the
>> >> browser tells me file not found. I enable directory browsing and when
>> >> I
>> >> open the cgi-bin folder I can see the file. When I click on the file,
>> >> the
>> >> error is also the same, "File not found". I installed ActivePerl 5.8
>> >> and
>> >> still no help. The file is just not being excuted. What am I doing
>> >> wrong?
>> >>
>> >> Thank You
>> >>
>> >>
>> >>
>>
>>
>>
Re: Perl File
am 18.02.2006 00:47:18 von kory
Ok. The error I get is "The specified procedure could not be found."
What does that mean? this website worked great on IIS5.0
what can i do to fix it?
Thanks.
"APadmin" wrote in message
news:2B433D2D-9854-45FA-B5C5-2CDD3A194BB0@microsoft.com...
> You're recieving an 500 error from your browser not the server. To view
> the
> real error, go into your Internet Explorer and select "Tools". Then
> "Internet Options", and select the "advanced" tab. Find the option "Show
> friendly error messages" and uncheck it. This will allow you to see the
> real
> error.
>
> And from the sound of it, it appears to be working :)
>
> "Kory" wrote:
>
>> Ok. I found the Service Extenstions and allowed perl for cgi and asapi.
>> That did not help. So i allowed all cgi extensions and all asapi
>> extenstions eventhough windows warned me a security risk. Now when I try
>> to
>> execute the script, it tells me HTTP 500 - Internal server error. Should
>> i
>> be assuming the file is being excuted, but somehow fails?
>>
>> Thank You!
>> "APadmin" wrote in message
>> news:5B07C153-17AE-40FC-90A0-C1F7CB1F5E71@microsoft.com...
>> > Kory,
>> >
>> > You need to ensure you enabled the "Web Service Extension" for the
>> > perl.exe
>> > or perlis.dll (cgi or isapi). You can find this in iis. There may
>> > already
>> > been an extension set but not enabled. Simply enable it. Or if there
>> > isn't
>> > one by chance, you can simply create one and point it to the perl exe
>> > or
>> > dll.
>> >
>> > "Kory" wrote:
>> >
>> >> Hello! I have a website running on IIS 6.0. The website points to
>> >> some
>> >> perl files for submissions. The perl files are located in cgi-bin
>> >> directory. Here is the problem. When I click on request button, the
>> >> browser tells me file not found. I enable directory browsing and when
>> >> I
>> >> open the cgi-bin folder I can see the file. When I click on the file,
>> >> the
>> >> error is also the same, "File not found". I installed ActivePerl 5.8
>> >> and
>> >> still no help. The file is just not being excuted. What am I doing
>> >> wrong?
>> >>
>> >> Thank You
>> >>
>> >>
>> >>
>>
>>
>>
Re: Perl File
am 18.02.2006 01:02:27 von APadmin
Sounds like you're trying to call a perl module that may not exist on your
new server. Ensure that any modules your script uses are installed in your
new perl installation. If you want to simply test whether CGI is working
properly try putting the following code into a file:
print "Content-type: text/html\n\n";
print "Hello, world!\n";
If this returns "Hello, world!" in your browser then you're setup properly,
as far as IIS is concerned.
"Kory" wrote:
> Ok. The error I get is "The specified procedure could not be found."
>
> What does that mean? this website worked great on IIS5.0
> what can i do to fix it?
> Thanks.
>
>
> "APadmin" wrote in message
> news:2B433D2D-9854-45FA-B5C5-2CDD3A194BB0@microsoft.com...
> > You're recieving an 500 error from your browser not the server. To view
> > the
> > real error, go into your Internet Explorer and select "Tools". Then
> > "Internet Options", and select the "advanced" tab. Find the option "Show
> > friendly error messages" and uncheck it. This will allow you to see the
> > real
> > error.
> >
> > And from the sound of it, it appears to be working :)
> >
> > "Kory" wrote:
> >
> >> Ok. I found the Service Extenstions and allowed perl for cgi and asapi.
> >> That did not help. So i allowed all cgi extensions and all asapi
> >> extenstions eventhough windows warned me a security risk. Now when I try
> >> to
> >> execute the script, it tells me HTTP 500 - Internal server error. Should
> >> i
> >> be assuming the file is being excuted, but somehow fails?
> >>
> >> Thank You!
> >> "APadmin" wrote in message
> >> news:5B07C153-17AE-40FC-90A0-C1F7CB1F5E71@microsoft.com...
> >> > Kory,
> >> >
> >> > You need to ensure you enabled the "Web Service Extension" for the
> >> > perl.exe
> >> > or perlis.dll (cgi or isapi). You can find this in iis. There may
> >> > already
> >> > been an extension set but not enabled. Simply enable it. Or if there
> >> > isn't
> >> > one by chance, you can simply create one and point it to the perl exe
> >> > or
> >> > dll.
> >> >
> >> > "Kory" wrote:
> >> >
> >> >> Hello! I have a website running on IIS 6.0. The website points to
> >> >> some
> >> >> perl files for submissions. The perl files are located in cgi-bin
> >> >> directory. Here is the problem. When I click on request button, the
> >> >> browser tells me file not found. I enable directory browsing and when
> >> >> I
> >> >> open the cgi-bin folder I can see the file. When I click on the file,
> >> >> the
> >> >> error is also the same, "File not found". I installed ActivePerl 5.8
> >> >> and
> >> >> still no help. The file is just not being excuted. What am I doing
> >> >> wrong?
> >> >>
> >> >> Thank You
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>
>
>
>
Re: Perl File
am 18.02.2006 01:02:27 von APadmin
Sounds like you're trying to call a perl module that may not exist on your
new server. Ensure that any modules your script uses are installed in your
new perl installation. If you want to simply test whether CGI is working
properly try putting the following code into a file:
print "Content-type: text/html\n\n";
print "Hello, world!\n";
If this returns "Hello, world!" in your browser then you're setup properly,
as far as IIS is concerned.
"Kory" wrote:
> Ok. The error I get is "The specified procedure could not be found."
>
> What does that mean? this website worked great on IIS5.0
> what can i do to fix it?
> Thanks.
>
>
> "APadmin" wrote in message
> news:2B433D2D-9854-45FA-B5C5-2CDD3A194BB0@microsoft.com...
> > You're recieving an 500 error from your browser not the server. To view
> > the
> > real error, go into your Internet Explorer and select "Tools". Then
> > "Internet Options", and select the "advanced" tab. Find the option "Show
> > friendly error messages" and uncheck it. This will allow you to see the
> > real
> > error.
> >
> > And from the sound of it, it appears to be working :)
> >
> > "Kory" wrote:
> >
> >> Ok. I found the Service Extenstions and allowed perl for cgi and asapi.
> >> That did not help. So i allowed all cgi extensions and all asapi
> >> extenstions eventhough windows warned me a security risk. Now when I try
> >> to
> >> execute the script, it tells me HTTP 500 - Internal server error. Should
> >> i
> >> be assuming the file is being excuted, but somehow fails?
> >>
> >> Thank You!
> >> "APadmin" wrote in message
> >> news:5B07C153-17AE-40FC-90A0-C1F7CB1F5E71@microsoft.com...
> >> > Kory,
> >> >
> >> > You need to ensure you enabled the "Web Service Extension" for the
> >> > perl.exe
> >> > or perlis.dll (cgi or isapi). You can find this in iis. There may
> >> > already
> >> > been an extension set but not enabled. Simply enable it. Or if there
> >> > isn't
> >> > one by chance, you can simply create one and point it to the perl exe
> >> > or
> >> > dll.
> >> >
> >> > "Kory" wrote:
> >> >
> >> >> Hello! I have a website running on IIS 6.0. The website points to
> >> >> some
> >> >> perl files for submissions. The perl files are located in cgi-bin
> >> >> directory. Here is the problem. When I click on request button, the
> >> >> browser tells me file not found. I enable directory browsing and when
> >> >> I
> >> >> open the cgi-bin folder I can see the file. When I click on the file,
> >> >> the
> >> >> error is also the same, "File not found". I installed ActivePerl 5.8
> >> >> and
> >> >> still no help. The file is just not being excuted. What am I doing
> >> >> wrong?
> >> >>
> >> >> Thank You
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>
>
>
>
Re: Perl File
am 18.02.2006 05:05:17 von kory
Tried. Same error. So problem is with IIS. Anymore adive????
Thank You
"APadmin" wrote in message
news:D9CBA084-901D-46A1-B2FC-5EB192152772@microsoft.com...
> Sounds like you're trying to call a perl module that may not exist on your
> new server. Ensure that any modules your script uses are installed in
> your
> new perl installation. If you want to simply test whether CGI is working
> properly try putting the following code into a file:
>
> print "Content-type: text/html\n\n";
> print "Hello, world!\n";
>
> If this returns "Hello, world!" in your browser then you're setup
> properly,
> as far as IIS is concerned.
>
> "Kory" wrote:
>
>> Ok. The error I get is "The specified procedure could not be found."
>>
>> What does that mean? this website worked great on IIS5.0
>> what can i do to fix it?
>> Thanks.
>>
>>
>> "APadmin" wrote in message
>> news:2B433D2D-9854-45FA-B5C5-2CDD3A194BB0@microsoft.com...
>> > You're recieving an 500 error from your browser not the server. To
>> > view
>> > the
>> > real error, go into your Internet Explorer and select "Tools". Then
>> > "Internet Options", and select the "advanced" tab. Find the option
>> > "Show
>> > friendly error messages" and uncheck it. This will allow you to see
>> > the
>> > real
>> > error.
>> >
>> > And from the sound of it, it appears to be working :)
>> >
>> > "Kory" wrote:
>> >
>> >> Ok. I found the Service Extenstions and allowed perl for cgi and
>> >> asapi.
>> >> That did not help. So i allowed all cgi extensions and all asapi
>> >> extenstions eventhough windows warned me a security risk. Now when I
>> >> try
>> >> to
>> >> execute the script, it tells me HTTP 500 - Internal server error.
>> >> Should
>> >> i
>> >> be assuming the file is being excuted, but somehow fails?
>> >>
>> >> Thank You!
>> >> "APadmin" wrote in message
>> >> news:5B07C153-17AE-40FC-90A0-C1F7CB1F5E71@microsoft.com...
>> >> > Kory,
>> >> >
>> >> > You need to ensure you enabled the "Web Service Extension" for the
>> >> > perl.exe
>> >> > or perlis.dll (cgi or isapi). You can find this in iis. There may
>> >> > already
>> >> > been an extension set but not enabled. Simply enable it. Or if
>> >> > there
>> >> > isn't
>> >> > one by chance, you can simply create one and point it to the perl
>> >> > exe
>> >> > or
>> >> > dll.
>> >> >
>> >> > "Kory" wrote:
>> >> >
>> >> >> Hello! I have a website running on IIS 6.0. The website points to
>> >> >> some
>> >> >> perl files for submissions. The perl files are located in cgi-bin
>> >> >> directory. Here is the problem. When I click on request button,
>> >> >> the
>> >> >> browser tells me file not found. I enable directory browsing and
>> >> >> when
>> >> >> I
>> >> >> open the cgi-bin folder I can see the file. When I click on the
>> >> >> file,
>> >> >> the
>> >> >> error is also the same, "File not found". I installed ActivePerl
>> >> >> 5.8
>> >> >> and
>> >> >> still no help. The file is just not being excuted. What am I
>> >> >> doing
>> >> >> wrong?
>> >> >>
>> >> >> Thank You
>> >> >>
>> >> >>
>> >> >>
>> >>
>> >>
>> >>
>>
>>
>>
Re: Perl File
am 18.02.2006 05:05:17 von kory
Tried. Same error. So problem is with IIS. Anymore adive????
Thank You
"APadmin" wrote in message
news:D9CBA084-901D-46A1-B2FC-5EB192152772@microsoft.com...
> Sounds like you're trying to call a perl module that may not exist on your
> new server. Ensure that any modules your script uses are installed in
> your
> new perl installation. If you want to simply test whether CGI is working
> properly try putting the following code into a file:
>
> print "Content-type: text/html\n\n";
> print "Hello, world!\n";
>
> If this returns "Hello, world!" in your browser then you're setup
> properly,
> as far as IIS is concerned.
>
> "Kory" wrote:
>
>> Ok. The error I get is "The specified procedure could not be found."
>>
>> What does that mean? this website worked great on IIS5.0
>> what can i do to fix it?
>> Thanks.
>>
>>
>> "APadmin" wrote in message
>> news:2B433D2D-9854-45FA-B5C5-2CDD3A194BB0@microsoft.com...
>> > You're recieving an 500 error from your browser not the server. To
>> > view
>> > the
>> > real error, go into your Internet Explorer and select "Tools". Then
>> > "Internet Options", and select the "advanced" tab. Find the option
>> > "Show
>> > friendly error messages" and uncheck it. This will allow you to see
>> > the
>> > real
>> > error.
>> >
>> > And from the sound of it, it appears to be working :)
>> >
>> > "Kory" wrote:
>> >
>> >> Ok. I found the Service Extenstions and allowed perl for cgi and
>> >> asapi.
>> >> That did not help. So i allowed all cgi extensions and all asapi
>> >> extenstions eventhough windows warned me a security risk. Now when I
>> >> try
>> >> to
>> >> execute the script, it tells me HTTP 500 - Internal server error.
>> >> Should
>> >> i
>> >> be assuming the file is being excuted, but somehow fails?
>> >>
>> >> Thank You!
>> >> "APadmin" wrote in message
>> >> news:5B07C153-17AE-40FC-90A0-C1F7CB1F5E71@microsoft.com...
>> >> > Kory,
>> >> >
>> >> > You need to ensure you enabled the "Web Service Extension" for the
>> >> > perl.exe
>> >> > or perlis.dll (cgi or isapi). You can find this in iis. There may
>> >> > already
>> >> > been an extension set but not enabled. Simply enable it. Or if
>> >> > there
>> >> > isn't
>> >> > one by chance, you can simply create one and point it to the perl
>> >> > exe
>> >> > or
>> >> > dll.
>> >> >
>> >> > "Kory" wrote:
>> >> >
>> >> >> Hello! I have a website running on IIS 6.0. The website points to
>> >> >> some
>> >> >> perl files for submissions. The perl files are located in cgi-bin
>> >> >> directory. Here is the problem. When I click on request button,
>> >> >> the
>> >> >> browser tells me file not found. I enable directory browsing and
>> >> >> when
>> >> >> I
>> >> >> open the cgi-bin folder I can see the file. When I click on the
>> >> >> file,
>> >> >> the
>> >> >> error is also the same, "File not found". I installed ActivePerl
>> >> >> 5.8
>> >> >> and
>> >> >> still no help. The file is just not being excuted. What am I
>> >> >> doing
>> >> >> wrong?
>> >> >>
>> >> >> Thank You
>> >> >>
>> >> >>
>> >> >>
>> >>
>> >>
>> >>
>>
>>
>>
Re: Perl File
am 20.02.2006 10:16:17 von v-yren
Hi Kory,
Thanks for posting!
For the current issue, based on my experience, if the static html page can
work well, I think there is no problem in the IIS. In my opinion, the
current issue is caused that the configuration or installation of the Perl
module. The following article demonstrates how to set up Perl/CGI to work
with Windows Server 2003. I hope this will be helpful.
http://www.visualwin.com/Perl/
Regards,
Yuan Ren [MSFT]
Microsoft Online Support