Instead of appealing directly to the Web Gods find an administrator or teacher that's willing to go to bat for you. You are insignificant and easy to say "no" to. A tenured full-professor is much harder for them to ignore. :-)
This is really directed at the OP, but I'm replying to that "get faculty backing thing". That may be the wrong way to go.

At larger universities, I think this is quite the opposite of reality. It is oft better to make friends with the web gods, join them, to get changes made. That's how Linux and IMAP became available at my college. Most improvements, in fact, have been from suggestions. Such large universities are probably using some very complicated mess to tie accounts together (AFS, etc), and have to contend with lots of security and reliability issues. Since your cgi-process can do many things (some of them worse than just runing your account space), they are wise to not allow it. Even "full tenured professors" are apt to be told "go run your own server", as the admins are right to do. Faculty might help in acquiring that server for you, though!

Our organization (campus ACM chapter) solved this problem of needing more sophisticated access by running our own server, just another Linux box in the office. From there, we could do just about whatever we wanted, but it took some doing to get a CNAME and to let the department serve up to us. In all, the whole deal worked out rather well.

You should really enjoy your campus web space. Using something for a local templating system before upload (as suggested above) can help you if you only have your web space to deal with.


In reply to Re: Re: (OT)Gaining CGI Access by flyingmoose
in thread (OT)Gaining CGI Access by CloneArmyCommander

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.