John Pye wrote: > > The only bit that's not nicely resolved with this is the need to provide > > the robots.txt file so that google etc leave you alone. The ProxyPass directive lets you exclude paths using "!". Putting ProxyPass /robots.txt ! ProxyPass /favicon.ico ! _before_ ProxyPass / http://localhost:8011/ works for me.