14 replies
I'm trying to install a cgi script from the ebook traffic signups and sales. I've uploaded it in ascii and have chmoded to 755. When I go to start it up via my web browser (i'm in firefox 3 on ubuntu) it asks me what it wants to do, according to the directions I should be getting a login page where I can configure everything. I'm on 000webhost.

Thanks for any help

it is at www.nocahsnecessary.com/cgi-bin/classifieds.cgi
#cgi #issue
  • Profile picture of the author jonhel
    I can't get any pages to display from your site, even the homepage. Just get a page cannot be displayed error.
    {{ DiscussionBoard.errors[229475].message }}
  • Profile picture of the author jonhel
    Are you certain that the file extension is .cgi?
    {{ DiscussionBoard.errors[229483].message }}
  • Profile picture of the author cypherslock
    sorry about that I just realized the typo. Yes it is a .cgi The site is nocashnecessary.com
    {{ DiscussionBoard.errors[229533].message }}
  • Profile picture of the author jonhel
    I am not sure what is the problem with this. My knowledge of cgi is almost non-existent.

    For me, both Firefox and IE 7.0 do not recognise the file type for some reason.
    {{ DiscussionBoard.errors[229556].message }}
  • Profile picture of the author Techie Turtle
    Is this your path to perl: /usr/bin/perl ??
    {{ DiscussionBoard.errors[229577].message }}
  • Profile picture of the author cypherslock
    Er....the instructions didn't mention anything regarding that. I just created a cgi-bin directory and plunked it in there. My host supports cgi, perl etc. I must admit I'm clueless and could really use the help.
    {{ DiscussionBoard.errors[229591].message }}
    • Profile picture of the author Techie Turtle
      When you log in to your website using your FTP program, do you see a cgi-bin folder? It should be in the public_html (root directory). You mentioned you had to create one but most hosts have a /cgi-bin directory already in place.

      As far as your perl path, log in to your cPanel and look for your server specs. Some cPanels skins show all kinds of good information like php build, path to mail, path to perl, etc. If you don't see it on your cPanel sidebar, look through your web host's FAQ's. It bound to be there.
      {{ DiscussionBoard.errors[229614].message }}
  • Profile picture of the author rwil02
    I get a "download this file" prompt.

    Which means that the .cgi extension is being treated as static content rather than being processed.

    So you are missing a configuration option somewhere.

    Can you tell us that the server is (apache vs iis, etc)
    Signature

    Roger Willcocks
    L-Space Design
    Please vote to help me win a 3kW solar array

    {{ DiscussionBoard.errors[229612].message }}
  • Profile picture of the author Techie Turtle
    Looks like it's on apache
    {{ DiscussionBoard.errors[229618].message }}
  • Profile picture of the author rwil02
    My guess would be that the cgi-bin folder has not been set to allow execution. Not sure how you would enable that though.
    Signature

    Roger Willcocks
    L-Space Design
    Please vote to help me win a 3kW solar array

    {{ DiscussionBoard.errors[229917].message }}
    • Profile picture of the author Techie Turtle
      Originally Posted by rwil02 View Post

      My guess would be that the cgi-bin folder has not been set to allow execution. Not sure how you would enable that though.
      CHMOD 775 or 777?
      {{ DiscussionBoard.errors[229923].message }}
  • Profile picture of the author jonhel
    Also does the script have a shebang line at the top with the path - e.g.
    #!/usr/bin/perl
    {{ DiscussionBoard.errors[230015].message }}
    • Profile picture of the author Techie Turtle
      Originally Posted by jonhel View Post

      Also does the script have a shebang line at the top with the path - e.g.
      #!/usr/bin/perl
      It does, I checked.
      {{ DiscussionBoard.errors[230017].message }}
  • Profile picture of the author cypherslock
    I've set it (file and folder) to 755
    {{ DiscussionBoard.errors[230127].message }}

Trending Topics