My concern is that on shared hosting I am limited on what I can break...whereas on VPS, I could quite possibly accidentally take down our production sites which would not be good!

With great power comes great responsibility! ;-)

At $WORK we provide a sort of half-way house option which is a managed VM. We give the customer as much control as they are happy to have via ACLs and sudo (where required). This lets them do some configuration but without access to critical systems like /etc/fstab for example. We take care of the low-level O/S management and leave them to the bits that they want to monkey with which is usually at the application level. Since it's a VM they don't have the restrictions we have to impose on the shared hosting customers such as CPU and database limits because it's only their own systems which they'll be hogging. It's not to everyone's taste but those customers who do use it seem to really like it.


🦛


In reply to Re^6: Perlbrew on shared hosting by hippo
in thread Perlbrew on shared hosting by Bod

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.