Tregar said:

It sounds great, but I know how badly it works in practice. That's exactly how Bricolage works. In practice there's just too many ways to setup an Apache install. Trying to adapt to them all automatically, even with a bunch of configuration options, is an endless game of whack-a-mole. I'm determined to find something better.

I'm not understaning why you don't just create a conf file that sets up a name virtual server and add

# --- added by Bricolage configurator --- Include /htc/httpd/bricolage.conf # --- added by Bricolage configurator ---
at the end of their apache server config.

And, we can find easy answers to answers to general "where do I put this?" questions for alll the major distros.

OTOH, if they don't have a competently installed Apache, sending a package that builds one from source would be a blessing to them. Why not give them the option to migrate from their distro apache to a "good" apache?

And finally, I'd feel concerned about the consequences of your apache forking 30 children on a heavily used site: If the admins lack enough clue to install Apache from source, they won't know what hit them. Then again, a mod_perl site used that heavily would have a more competent sysadmin, I think.

Who's your target audience: have they clue or not?


In reply to Re: Re: Re: Installation System Design for a Large Apache/mod_perl Application by cleverett
in thread Installation System Design for a Large Apache/mod_perl Application by samtregar

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.