On Tue, 2003-07-29 at 07:23, Stas Bekman wrote:
> That's correct. This is because $r->chdir_file in compat doesn't do anything.
> The reason is that under threaded mpm, chdir() affects all threads. Of course 
> we could check whether the mpm is prefork and do things the old way, but that 
> means that the same code won't work the same under threaded and non-threaded 
> mpms. Hence the limbo. Still waiting for Arthur to finish porting safecwd 
> package, which should resolve this problem.

When he does finish it, won't we make the threaded MPM work just like
this?  It seems like it would be reasonable to get prefork working
properly, even if the threaded MPM isn't ready yet. 

- Perrin

Reply via email to