We have a server, Core i7, 24GB RAM we run some of our own applications on.

I want to offer some clients PHP/MySQL hosting on that server.

Is it feaseable and possible to create a chroot for each client with it's own nginx/php cgi/mysql install?

We have varnish running on the server.

My idea is to configure varnish to forward requests to the chrooted nginx we'd have for each client.

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

While certainly possible, but you might want to check out Lxc http://lxc.sourceforge.net/

link|improve this answer
Thanks, I think that's more along the line of what I was looking to do, but didn't know it existed. – Vasil Mar 1 '11 at 19:43
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.