0

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.

Vasil
  • 495
  • 1
  • 4
  • 7

1 Answers1

1

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

johnshen64
  • 5,865
  • 24
  • 17
  • Thanks, I think that's more along the line of what I was looking to do, but didn't know it existed. – Vasil Mar 01 '11 at 19:43