>you can do more than that. unless the web server uses suexec, all the
There are ways to stop virtual hosted sites from having access to their neighbors or even having direct access to their own log files. This can be done through chroot, a sandbox, or jail. The problem is that all of these protection mechanisms breakdown if you inherit an open descriptor. The jail or sandbox would have to fstat thousands of file descriptors to see if they are open and close them before exec'ing the cgi. This is a performance hit and therefore unlikely. Apache 1.3.27 doesn't have this problem.
Cheers, Steve Grubb Received on Mon Feb 24 16:20:52 2003
This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:07:38 EDT