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 have the permissions to read the directory.

How can I disable ap_directory_walk() or delegate it to mpm_itk?

Best regards

Stefan Helmert

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to