Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

posted as a discussion prolly should have posted here so doing it again (sorry for the double post)

is there a mod perl equivalent for the NT platform

Edit Masem 2001-11-02 - added whitespace

Replies are listed 'Best First'.
Re: mod perl
by growlf (Pilgrim) on Nov 02, 2001 at 13:35 UTC
    Most definitely! Have you gone to the Apache site and downloaded the recent Win port? Also, there is another version that is exceptionally useful if you are deving on a Win box. It marries CygWin (Linux inside win - stable) and Apache into one install for the beginner to the pro - called CAMP (http://apache.dev.wapme.net/packages/) - really kick-starts the transition from one platform to another.

    I am not a "real" Windows hater (those that know me, know my dark past ;) ..but I gotta say, this tool makes straddling the fence a heluva lot easier.
Re: mod perl on NT
by ajt (Prior) on Nov 02, 2001 at 14:23 UTC
    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.

Re: mod perl for Windows NT
by dthacker (Deacon) on Nov 02, 2001 at 12:55 UTC
    Remember, Super Search is your friend!!! Take a look at this link

    Dave