We have dozens of "multi-user systems." Our support staff will administer them as far as adding/removing users, installing software, setting up mundane things (telnet, ftp, ssh), adhering to corporate policy on things like security, OS patches, etc.

Then we go and put whatever we want on them. Support staff supports/maintains the parts that they put on, and disclaims all support on the rest (e.g., VNC server on AIX). Works ok for us, but as we are not only are software developers ourselves but also require root access for our own jobs, we get away with a lot ;-)

Anyway, that's the term we use for this scenario. We also have corporate-supported webservers that are managed by another group. And they require some annoying levels of paperwork to get into, similar to your concern. I stay away from those. Instead, I use a linux box running Apache, I use CGI::Application and HTML::Template, and don't even have the support staff help with my server. I take backups and copy them via NFS to an AIX box which is properly backed up ;-)


In reply to Re: OT: Is there a word for a semi-official server? by Tanktalus
in thread OT: Is there a word for a semi-official server? by Cody Pendant

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.