I am running Linux/Apache with mod_perl 1.26. Well, I'm not actually running mod_perl yet. I've been to perl.apache.org and it taught me a great deal. I'm ready to take the next leap but as I understand it, I have to change this:

Alias /perl/ /home/stas/modperl/ PerlModule Apache::PerlRun <Location /perl/> SetHandler perl-script PerlHandler Apache::PerlRun Options ExecCGI PerlSendHeader On allow from all </Location>

I've copied my perl scripts to the new directory but I'm hesitant to push the 'button'. I don't have a development box - this is our 'In house' web server! Is there anyway to test one or two scripts with mod_perl before I take the complete leap?

Every scripts has been written under the strict pragma so as I understand it they should work ok.

Anyone have any thoughts on this?

peppiv

Hey, I've been able to talk our company into being our own web host -> dedicated T1, apache/linux and I write every application in Perl! Score one more for us!


In reply to mod_perl question by peppiv

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.