Re: Information on Setting up a Jailed Webserver

2009-08-29 Thread krad
2009/8/28 Ruben de Groot > On Thu, Aug 27, 2009 at 12:28:26PM -0400, APseudoUtopia typed: > > Two more questions then I should be ready to go with my jail(s). > > > > In order to minimize the HDD space of the jail, can I add things in my > > src.conf such as > > WITHOUT_BOOT, WITHOUT_ACPI, WITHOU

Re: Information on Setting up a Jailed Webserver

2009-08-28 Thread Ruben de Groot
On Thu, Aug 27, 2009 at 12:28:26PM -0400, APseudoUtopia typed: > Two more questions then I should be ready to go with my jail(s). > > In order to minimize the HDD space of the jail, can I add things in my > src.conf such as > WITHOUT_BOOT, WITHOUT_ACPI, WITHOUT_PF? Yes you can. Another option is

Re: Information on Setting up a Jailed Webserver

2009-08-27 Thread Albert Shih
Le 26/08/2009 à 22:59:34-0400, APseudoUtopia a écrit > Hello, > > I have a small site which runs PostgreSQL, Nginx, and PHP. I'm looking > into running nginx inside a jailed host on my server for security > reasons (eg, if there is a hole in a php script). > > The website root is actually a work

Re: Information on Setting up a Jailed Webserver

2009-08-27 Thread APseudoUtopia
On Thu, Aug 27, 2009 at 11:03 AM, Adam Vande More wrote: > On Thu, Aug 27, 2009 at 9:13 AM, APseudoUtopia > wrote: >> >> On Wed, Aug 26, 2009 at 11:35 PM, Erich Dollansky >> wrote: >> > Hi, >> > >> > On 27 August 2009 am 11:10:37 Adam Vande More wrote: >> >> On Wed, Aug 26, 2009 at 9:59 PM, APseud

Re: Information on Setting up a Jailed Webserver

2009-08-27 Thread Adam Vande More
On Thu, Aug 27, 2009 at 9:13 AM, APseudoUtopia wrote: > On Wed, Aug 26, 2009 at 11:35 PM, Erich Dollansky > wrote: > > Hi, > > > > On 27 August 2009 am 11:10:37 Adam Vande More wrote: > >> On Wed, Aug 26, 2009 at 9:59 PM, APseudoUtopia > > wrote: > >> > > >> > Also, how memory-intensive is a jail?

Re: Information on Setting up a Jailed Webserver

2009-08-27 Thread APseudoUtopia
On Wed, Aug 26, 2009 at 11:35 PM, Erich Dollansky wrote: > Hi, > > On 27 August 2009 am 11:10:37 Adam Vande More wrote: >> On Wed, Aug 26, 2009 at 9:59 PM, APseudoUtopia > wrote: >> > >> > Also, how memory-intensive is a jail? >> >> Very light when compared to other virtualization methods. > > jail

Re: Information on Setting up a Jailed Webserver

2009-08-26 Thread Thomas Wahyudi
may be it will better to imagine that jail is a different computer, so if your jail need connection to main host it will connect like other computer that not running in jail. you can do file:// from main host to jail but not from jail to main host. As far I know jail is a method so memory intens

Re: Information on Setting up a Jailed Webserver

2009-08-26 Thread Erich Dollansky
Hi, On 27 August 2009 am 11:10:37 Adam Vande More wrote: > On Wed, Aug 26, 2009 at 9:59 PM, APseudoUtopia wrote: > > > > Also, how memory-intensive is a jail? > > Very light when compared to other virtualization methods. jails share the kernel but not the world. So, there will be only one kern

Re: Information on Setting up a Jailed Webserver

2009-08-26 Thread Adam Vande More
On Wed, Aug 26, 2009 at 9:59 PM, APseudoUtopia wrote: > Hello, > > I have a small site which runs PostgreSQL, Nginx, and PHP. I'm looking > into running nginx inside a jailed host on my server for security > reasons (eg, if there is a hole in a php script). > > The website root is actually a worki

Information on Setting up a Jailed Webserver

2009-08-26 Thread APseudoUtopia
Hello, I have a small site which runs PostgreSQL, Nginx, and PHP. I'm looking into running nginx inside a jailed host on my server for security reasons (eg, if there is a hole in a php script). The website root is actually a working copy of my subversion repository. I have svnserve running throug