Re: [users@httpd] Best way to host scripts

2005-05-30 Thread Abu Hurayrah
Patrick Donker wrote: Abu Hurayrah wrote: Patrick Donker wrote: Guys, What is the best way, security wise, to host cgi, perl or php scripts? Should I start using a jail or are there other ways to keep my server from being a worm or spam platform. Links to howtos or other threads are mo

RE: [users@httpd] Best way to host scripts

2005-05-29 Thread Jacob Miller
I was trying to do the same thing. I settled on running one apache per virtualhost, and proxy-ing them through the main virtualhost. This way each apache only has permission to use it's own files, and only one server is comprimised if someone writes a security hole into their php/perl scripts. Yo

Re: [users@httpd] Best way to host scripts

2005-05-29 Thread Patrick Donker
Abu Hurayrah wrote: Patrick Donker wrote: Guys, What is the best way, security wise, to host cgi, perl or php scripts? Should I start using a jail or are there other ways to keep my server from being a worm or spam platform. Links to howtos or other threads are most welcomed. Thanks -Patr

Re: [users@httpd] Best way to host scripts

2005-05-29 Thread Abu Hurayrah
Patrick Donker wrote: Guys, What is the best way, security wise, to host cgi, perl or php scripts? Should I start using a jail or are there other ways to keep my server from being a worm or spam platform. Links to howtos or other threads are most welcomed. Thanks -Patrick -