Results 1 to 3 of 3

Thread: IIS Problem : "The specified CGI application misbehaved by not returning..."

  1. #1

    Thread Starter
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359

    IIS Problem : "The specified CGI application misbehaved by not returning..."

    I have a few perl scripts running on a server on a hosting company.
    Problem is, that from time to time we get the above error.

    I thought it might have been my scripts originally, so then I put up a simple test.pl script :

    Code:
    #! /usr/bin/perl
    print "Content-Type: text/html\n\n";
    print "<h1>Hello World</h1>\n";
    But that crashes with the same error as above.
    Does anyone know what could cause perl to bomb like that ?
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  2. #2
    Frenzied Member Lightning's Avatar
    Join Date
    Oct 2002
    Location
    Eygelshoven
    Posts
    1,611
    I don't know perl, but it looks like you don't have an END statement. So maybe that is the problem

  3. #3
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Remove the space from the first line.

    Other than that, I can't see anything wrong.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width