View Single Post
Old 20th November 2009
gpatrick gpatrick is offline
Spam Deminer
 
Join Date: Nov 2009
Posts: 245
Default

I'm coming from OpenSolaris where I used zones (similar to FreeBSD jails) so chroot is different to me. On OpenSolaris I had an ipf zone to rdr to my nginx reverse proxy zone which then directed traffic to each specific domain which had its own zone and own Apache instance. I also had a separate MySQL zone and mail zone. Just want to replicate this somehow on OpenBSD.

chroot lighthttpd as a reverse proxy and then send to the chroot apache with multiple virutal hosts doesn't sound like it will work either since chroot can't talk to other chroot's?

If I can't chroot lighthttpd as a reverse proxy, then how do I direct traffic to multiple domains with chroot?
Reply With Quote