Comment 2 for bug 240577

Revision history for this message
Max Kanat-Alexander (mkanat) wrote :

For anybody interested, if you're using Apache to ProxyPass to Loggerhead and your URLs are identical to the actual URLs for the branch, you can use this config in your VirtualHost to make the .bzr directories accessible:

    RewriteEngine On
    RewriteCond %{REQUEST_URI} !\.bzr
    RewriteRule (.*) http://localhost:8080%{REQUEST_URI} [P]
    ProxyPassReverse / http://localhost:8080/