Mod_Perl is available for Windows. If you take the default Windows Apache binary, and the ActiveState Perl build, you will find that Randy Kobes has built pre-complied mod_Perl for you, and all you need do is configure your PPM for his server, and install it. See perl.apache.org for details.

This does work fine but there are a few things to watch out for in the install, so read the instructions carefully. If all else fails, you can email Randy, he is a very helpful chap, or try one of the many mailing lists or this place for help.

Alas mod_Perl on NT/Apache has some limitations (see multithreading mod_perl on Windows NT), that should go away when Apache 2 is released.

You can also build Apache and Perl on CygWin, and then install mod_Perl as per normal. While this works fine, Apache on Cygwin is about 30% slower than the native NT port, but it's more Unix like.

If you are not running Apache on NT, there are other embedded Perl technologies alailable, including the ActiveState Perl for ISAPI, PerlEx and PerlScript.

Hope this helps.


In reply to Re: mod perl on NT by ajt
in thread mod perl for WinNT by Anonymous Monk

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.