Not much to add with etcshadow and revdiablo hitting all the points, but...

In answer to why you need PHP/mod_perl/Mason... your need may be driven by your developers. If you're the developer, you can do as little or as much as you'd like with any/all of them. But, if you're also creating a system on which others will develop, you may want to provide some options.

For example, PHP is fairly useful for a lot of canned, sysadmin-useful applications. And, the non-Perl, non-Unix admins with whom I work seem to be more comfortable with PHP, even compared to CGI. Also, IMHO, dyed-in-the-wool ASP devleopers tend to take to PHP pretty quickly, so you might be able to leverage existing ASP programming resources with PHP (or Apache::ASP... I've never used it, so I can't comment).

So, I suppose the main point is to let your development needs be your guide. If you have none beyond your own edification, try them all!



--

Amatuers discuss tactics. Professionals discuss logistics. And... my cat's breath smells like cat food.

In reply to Re^2: Perl vs mod_perl and PHP in Apache+MySql setup on WinXP by BravoTwoZero
in thread Perl vs mod_perl and PHP in Apache+MySql setup on WinXP by blackadder

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.