To make your browser see it you need to make sure you have either IIS 3.0 or 4.0 installed and running on the machine. I have not had good luck with the latest build of active perl on the NT machine. I ended up installing build 522. On IIS 3.0 I installed 522 and then had to copy the perl.exe off of a NT resource disk. In the documentation that is copied to you machine when you install, there is a document on setting the perl.exe as a service of the web server which then allows the web server run them.

If you did that and are getting this <file> is not supported then try to make associations with the .pl extension in the web server and windows(build 522 does this for you).

If you get a 501 server error either the Iuser does't have permissions for the Perl.exe service or they don't have execute access on the script.

To make it recognize a .cgi you need to associate the .cgi as a perl file in the web browser and windows machine itself. The documentation on the activeperl will tell you how to make the registry changes.

--BigJoe

In reply to RE: Installing CGI by BigJoe
in thread Installing CGI by Bourgeois_Rage

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.