in reply to Re^2: Running Perl CGI scripts with Cygwin (no cygwin)
in thread Running Perl CGI scripts with Cygwin
From the links,
https://httpd.apache.org/docs/2.2/howto/public_html.html#cgi and Apache Tutorial: Dynamic Content with CGI
explain how to access programs you put inside of your cgi-bin, its one of these, all depending on your configuration
http://localhost/cgi-bin/foo.cgi
http://localhost/cgi-bin/bar.pl
http://localhost/~someusername/cgi-bin/baz.psgi
|
|---|