Hunter Blanks
unread,Aug 21, 2009, 8:29:01 PM8/21/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to artifex.org
My current thinking is to:
1) run multiple guest Xen instances to separate out web app traffic
from static web, mail & shell access.
2) (possibly) offer vserver instances inside one guest Xen instance
for folks wanting a low power VPS
Doing this lets us do perhaps the two things that are hard to come by
elsewhere, and that we can do well: (1) provide a secure, central
server with shell access, with customizable e-mail, and (2) provide
both static file and custom web application hosting for individuals
and small organizations.
I am strongly inclined to use nginx for static web serving and isolate
it from both cgi and web app servers, which can continue to use
apache.
Thoughts?