Great idea, jcwren, ++ for that one and good luck :)
Some security thoughts:
I'm not an ISP myself but I work for the University of Vienna, where we provide webspace (and mailing and much more) for about 40.000+ users. My advice: don't give them mod_perl or PHP. Plain CGI is ok, as long as the scripts run under the user-ID of the script's owner, and not under the Apache user-id, so the chance is minimal that someone messes around in someone elses stuff. Neither mod_perl nor PHP may run as any other user-ID than the webserver's, AFAIK.
Next, propagate ssh and scp over telnet and ftp.
And finally, introduce some kind of resource limit, like quotas and CPU-limits per user, so the pigs don't mess around to much.
Just my 0.02 Euro.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.