in reply to Re: Running Perl CGI scripts with Cygwin (no cygwin)
in thread Running Perl CGI scripts with Cygwin

The problem is I tried using Apache to do this to make a local web server (localhost). The server works fine with PHP but when I try and put the cgi perl files into the cgi-bin, I can't figure out how to run them because the /localhost directory that pops up when I enter localhost doesnt include files from the cgi-bin that are available to run.

  • Comment on Re^2: Running Perl CGI scripts with Cygwin (no cygwin)

Replies are listed 'Best First'.
Re^3: Running Perl CGI scripts with Cygwin (no cygwin)
by Happy-the-monk (Canon) on Oct 08, 2013 at 03:13 UTC

    because the /localhost directory that pops up when I enter localhost doesnt include files from the cgi-bin that are available to run

    It doesn't work that way. The contents of cgi-bin directory is not supposed to be displayed. You have to know what to ask the web server for, when you want to run a cgi programme.

    Cheers, Sören

    Créateur des bugs mobiles - let loose once, run everywhere.
    (hooked on the Perl Programming language)

Re^3: Running Perl CGI scripts with Cygwin (read)
by Anonymous Monk on Oct 08, 2013 at 02:37 UTC

    The problem ...

    And then what happened? Read the links, find your answer, or something else, bye

Re^3: Running Perl CGI scripts with Cygwin (no cygwin)
by Anonymous Monk on Oct 09, 2013 at 08:09 UTC