In Apache2 I would like to dynamically Alias urls like this:
Alias /foo /etc/myapp/foo/www
Alias /bar /etc/myapp/bar/www
Alias /noob /etc/myapp/noob/www
and so forth, where /xxx is any existing directory under /etc/myapp that contains a subdirectory 'www'. Is this possible in Apache2?