You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A WasmMapDir / / directive seems needed in mod_wasm Drupal's demo and other PHP demos.
Apparently, the PHP runtime performs some checks during the bootup that require access to the root directory. When removing this permission, PHP doesn't boot up as expected.
Reproduction steps
Run mod_wasm's Drupal demo, and remove the line WasmMapDir / /, restart Apache and try again.
Expected behavior
PHP should be able to boot up even if the root directory is not pre-open.