I have a question. How would the following mod_jk directives be interpreted?
<VirtualHost *:443>
ServerName backend.example.com
...
JkMount /api/prod worker1
JkMount /api/prod/* worker1
JkMount /api/prod worker2
JkMount /api/prod/* worker2
...
</VirtualHost>