Re: [users@httpd] disable httpd ap_directory_walk() before mpm_itk transfer

2023-03-31 Thread Yann Ylavic
On Fri, Mar 31, 2023 at 2:46 PM Yann Ylavic wrote: > > On Fri, Mar 31, 2023 at 2:27 PM Yann Ylavic wrote: > > > > Hello, > > > > On Fri, Mar 31, 2023 at 8:18 AM Stefan Helmert wrote: > > > > > > in my setup, httpd runs on a specific uid and delegates transfers to > > > mpm_itk with

Re: [users@httpd] disable httpd ap_directory_walk() before mpm_itk transfer

2023-03-31 Thread Yann Ylavic
On Fri, Mar 31, 2023 at 2:27 PM Yann Ylavic wrote: > > Hello, > > On Fri, Mar 31, 2023 at 8:18 AM Stefan Helmert wrote: > > > > in my setup, httpd runs on a specific uid and delegates transfers to > > mpm_itk with AssignUserIDExpr %{reqenv:MAPPED_USER} dynamic uid. > > > > The problem is: httpd

Re: [users@httpd] disable httpd ap_directory_walk() before mpm_itk transfer

2023-03-31 Thread Yann Ylavic
Hello, On Fri, Mar 31, 2023 at 8:18 AM Stefan Helmert wrote: > > in my setup, httpd runs on a specific uid and delegates transfers to > mpm_itk with AssignUserIDExpr %{reqenv:MAPPED_USER} dynamic uid. > > The problem is: httpd runs ap_directory_walk() with its own uid before > delegating to

[users@httpd] disable httpd ap_directory_walk() before mpm_itk transfer

2023-03-31 Thread Stefan Helmert
Hello, in my setup, httpd runs on a specific uid and delegates transfers to mpm_itk with AssignUserIDExpr %{reqenv:MAPPED_USER} dynamic uid. The problem is: httpd runs ap_directory_walk() with its own uid before delegating to mpm_itk with the dynamic uid. This fails, because httpd doesn't