welcome: please sign in

Diff for "ProspectiveMemberFaq"

Differences between revisions 8 and 10 (spanning 2 versions)
Revision 8 as of 2006-08-07 02:34:44
Size: 4223
Editor: AdamChlipala
Comment: Colocation
Revision 10 as of 2006-08-26 17:42:31
Size: 5141
Editor: AdamChlipala
Comment: Use mod_*?
Deletions are marked like this. Additions are marked like this.
Line 45: Line 45:
= Basic Procedures =

== Q: What are the basic ideas behind how I create and maintain Internet sites with an HCoop account? ==

We've developed a suite of custom command-line and web-based tools for managing everything. See DomainTool for one of these and our FrontPage for links to all of the documentation related to our infrastructure.
Line 65: Line 71:
= Web =

== Q: Can I use mod_python, Zope, mod_perl, etc.? ==

Yes, you can use these customized web server modules or web servers, but you will probably need to run your own web daemon to do it. Most of these are not designed to work in an environment like ours, where resources are shared by mutually untrusting users; as a result, they run all scripts as the same user, which would let others trample your data, either intentionally or through negligence. We '''do''' support running your own daemons and proxying from our main Apache, though, so no worries!

TableOfContents()

1. The Most Important Question

1.1. Q: Can I do <something> with an HCoop membership?

A: The answer is more or less a qualified "yes" for anything! We have no fixed technical structure. Everything is decided democratically by the members through their equal voting power. As long as there are enough members willing to share the added cost of the new service that you propose, we can make it happen. In some of the answers below, we address particular common requests that we've already taken the time to set ourselves up to handle, but the sky's the limit.

2. Meta

2.1. Q: Can I edit this wiki before joining?

A: Yes!

2.2. Q: Can I use an HCoop account for commercial purposes?

A: Yes, though we hope that you'll be willing to pay a (not much) greater share of our costs if you are reaping a huge profit by way of our services. :-)

2.3. Q: How does HCoop exist legally? What makes it likely that HCoop will be around a few years down the road, and what prevents the arbitrary whims of the founders or admins from messing it up?

We're a registered Pennsylvania (USA) non-profit corporation with HcoopBylaws that put complete control and ownership of the co-op in the hands of the members. Each member has an equal vote on issues like electing the board of directors. The board makes all of the day-to-day decisions that control how the co-op works socially and technically.

2.4. Q: How can I get answers to questions not covered here?

Come to our IrcChannel, [irc://irc.freenode.net/#hcoop #hcoop] on [http://freenode.net/ Freenode]!

3. Payment

3.1. Q: How much does membership cost?

This is addressed on [http://hcoop.net/ our front page], but here's some additional anecdotal information: At the moment, each member pays about $3/mo., with no "plans" distinguishing what different members may do. We are planning an expansion under the criterion that we can offer full membership for $5/mo., with a "sliding scale" plan or some similar way of letting members who value our services more contribute more and keep costs low for others.

3.2. Q: What are the entire co-op's monthly expenses?

We currently pay around $200/mo. for all services, and that amount should rise to around $800/mo. after our planned expansion.

3.3. Q: How much does it cost to pay with PayPal?

See [http://www.paypal.com/cgi-bin/webscr?cmd=_display-fees-outside their fees information]. We have a business account.

3.4. Q: I've heard that PayPal sometimes does nasty things like closing accounts without refunding their balances. Since you use PayPal as the primary dues payment method, could something like this happen to bankrupt HCoop?

No, several times a month we transfer our PayPal balance to a Wells Fargo bank account in the name of our corporation. It's from that account that we pay our providers.

4. Basic Procedures

4.1. Q: What are the basic ideas behind how I create and maintain Internet sites with an HCoop account?

We've developed a suite of custom command-line and web-based tools for managing everything. See DomainTool for one of these and our FrontPage for links to all of the documentation related to our infrastructure.

5. Hardware

5.1. Q: What are your hardware specs?

See HardwareSpecs.

5.2. Q: Do you offer colocation or anything else beyond "shared hosting"?

Not at the moment, but we provide the structure for members to decide on new services and implement them, so let us know if you would be interested in purchasing such a service through the co-op, and it can happen with enough people registering interest.

6. Domains

6.1. Q: Can I use multiple domain names that I own with an HCoop account?

A: Yes, and we even have our own DomainTool to let you do so without superuser intervention.

6.2. Q: Do you do back-up MX and secondary DNS hosting for domains primarily hosted elsewhere?

Yes; see DomainTool.

7. Web

7.1. Q: Can I use mod_python, Zope, mod_perl, etc.?

Yes, you can use these customized web server modules or web servers, but you will probably need to run your own web daemon to do it. Most of these are not designed to work in an environment like ours, where resources are shared by mutually untrusting users; as a result, they run all scripts as the same user, which would let others trample your data, either intentionally or through negligence. We do support running your own daemons and proxying from our main Apache, though, so no worries!

8. E-mail

8.1. Q: Can I do fancy things with e-mail sent to my mailbox on HCoop, like both saving it on your server and forwarding it elsewhere?

Yes, members can use [http://www.exim.org/exim-html-4.60/doc/html/filter.html Exim filters] to do this and more.

9. Customization

9.1. Q: Can I compile binaries myself?

A: Yes. You can install your own compilers, and we'll install system-wide most any compiler that's found in Debian testing.

9.2. Q: Can I run my own daemons?

A: Yes, though whether or not this is feasible in terms of resource use depends on the kind of server.

ProspectiveMemberFaq (last edited 2021-06-05 12:10:53 by BjörnLindström)