aliases config for a tool doesn't seem to be working as expected
My config lighttpd.conf
alias.url += ("/api" => "/data/project/interaction-timeline/tool/server/src/public")
on the logs
2018-01-30 18:20:29: (response.c.545) Doc-Root : /data/project/interaction-timeline/public_html 2018-01-30 18:20:29: (response.c.546) Basedir : /data/project/interaction-timeline/public_html/ 2018-01-30 18:20:29: (response.c.547) Rel-Path : /interaction-timeline/api/hello 2018-01-30 18:20:29: (response.c.548) Path : /data/project/interaction-timeline/public_html//api/hello 2018-01-30 18:20:29: (response.c.565) -- handling physical path 2018-01-30 18:20:29: (response.c.566) Path : /data/project/interaction-timeline/public_html//api/hello 2018-01-30 18:20:29: (response.c.624) -- file not found 2018-01-30 18:20:29: (response.c.625) Path : /data/project/interaction-timeline/public_html//api/hello
The same config is applied to a container using phpdocker-registry.tools.wmflabs.org/toollabs-php-web image and it works just fine