Re: Running Apache in chroot jail

2014-10-15 Thread Dan Egli
This is a Linux list, right? Of course I'm using Linux. :) Gentoo Linux to be precise. Been using it for years, but like anything I've not learned it as well as I could have, yet. I'll get there eventually. :) I'll check Docker out. Thanks for the tip! On Tue, Oct 14, 2014 at 11:01 PM, Ken Jordan

Re: Running Apache in chroot jail

2014-10-15 Thread Matthew Frederico
I believe "betterlinux.com" has a system of doing this... On Tue, Oct 14, 2014 at 1:09 AM, Dan Egli wrote: > Hey plug folks, > I was wondering if anyone had any good URLs for how-to's or FAQs that > explain how to run Apache in a chroot jail. I'm in process of going through > my server configurat

Re: Running Apache in chroot jail

2014-10-15 Thread Levi Pearson
On Wed, Oct 15, 2014 at 10:12 AM, James Noble wrote: > On Wed, Oct 15, 2014 at 12:40 AM, Levi Pearson > wrote: > >> On Wed, Oct 15, 2014 at 12:01 AM, Ken Jordan >> wrote: >> > I should've mentioned previously though that Docker is >> > totally dependent on Linux. You can only run it on Linux I m

Re: Running Apache in chroot jail

2014-10-15 Thread Jonathan Duncan
On Wed, Oct 15, 2014 at 10:12 AM, James Noble wrote: > On Wed, Oct 15, 2014 at 12:40 AM, Levi Pearson > wrote: > > > On Wed, Oct 15, 2014 at 12:01 AM, Ken Jordan > > wrote: > > > I should've mentioned previously though that Docker is > > > totally dependent on Linux. You can only run it on Linu

Re: Running Apache in chroot jail

2014-10-15 Thread James Noble
On Wed, Oct 15, 2014 at 12:40 AM, Levi Pearson wrote: > On Wed, Oct 15, 2014 at 12:01 AM, Ken Jordan > wrote: > > I should've mentioned previously though that Docker is > > totally dependent on Linux. You can only run it on Linux I mean. > > I noticed Docker is coming to Windows. http://www.pcwo

Re: Running Apache in chroot jail

2014-10-15 Thread Jonathan Duncan
On Tue, Oct 14, 2014 at 1:16 AM, Ken Jordan wrote: > You may want to look into Docker then if you're jailing everything. > Docker is pretty much AWESOME. It's designed to run applications in a > sandbox environment. Any command/daemon you can think of will probably > run inside a Docker container

Re: Running Apache in chroot jail

2014-10-15 Thread John Nielsen
> On Oct 15, 2014, at 12:01 AM, Ken Jordan wrote: > > So if you > are using a BSD variant then you have jails which are also pretty cool, but > I think lagging a bit when it comes to support from config management tool. > But I did notice something that may be interesting while double checking my

Re: Running Apache in chroot jail

2014-10-14 Thread Levi Pearson
On Wed, Oct 15, 2014 at 12:01 AM, Ken Jordan wrote: > I should've mentioned previously though that Docker is > totally dependent on Linux. You can only run it on Linux I mean. Although that was absolutely true in the past, they've apparently abstracted over the container mechanism now and you can

Re: Running Apache in chroot jail

2014-10-14 Thread Ken Jordan
> Sounds interesting. Got a URL? I think I may have heard mention of Docker > on the list before, but don't recall it's web site address. https://www.docker.com Here is the interactive tutorial If you have access to ye olde Youtube.com watch this video for a great

Re: Running Apache in chroot jail

2014-10-14 Thread Dan Egli
Sounds interesting. Got a URL? I think I may have heard mention of Docker on the list before, but don't recall it's web site address. Thanks for the tip! --- Dan On Tue, Oct 14, 2014 at 12:16 AM, Ken Jordan wrote: > You may want to look into Docker then if you're jailing everything. > Docker is

Re: Running Apache in chroot jail

2014-10-14 Thread Matt Melvin
On Tue, Oct 14, 2014 at 1:09 AM, Dan Egli wrote: > I was wondering if anyone had any good URLs for how-to's or FAQs that > explain how to run Apache in a chroot jail. This seems to outline the steps to do just that: http://www.linux-faqs.info/apache/running-apache-in-chroot-

Re: Running Apache in chroot jail

2014-10-14 Thread Andy Bradford
Thus said Dan Egli on Tue, 14 Oct 2014 00:09:12 -0700: > I was wondering if anyone had any good URLs for how-to's or FAQs that > explain how to run Apache in a chroot jail. Apache httpd runs with chroot by default on OpenBSD from base. You have to intentionally disable it with -u if you don't w

Re: Running Apache in chroot jail

2014-10-14 Thread Ken Jordan
You may want to look into Docker then if you're jailing everything. Docker is pretty much AWESOME. It's designed to run applications in a sandbox environment. Any command/daemon you can think of will probably run inside a Docker container. I'm not great with it myself, but if you take about 15 minu

Running Apache in chroot jail

2014-10-14 Thread Dan Egli
Hey plug folks, I was wondering if anyone had any good URLs for how-to's or FAQs that explain how to run Apache in a chroot jail. I'm in process of going through my server configuration and moving everything possible into a chroot jail for the extra security. The way I figure it, if someone does ma