Comment 5 for bug 260547

Revision history for this message
Wouter van Heyst (larstiq) wrote :

Yeah, not exactly the same problem alas.

I'm running loggerhead with apache proxying in front of it:

    /usr/bin/serve-branches -- /srv/bzr --log-folder /var/log/loggerhead --prefix=/loggerhead

And then for the SSL vhost:

    <Location /loggerhead/>
            ProxyPass http://localhost:8080/
            ProxyPassReverse http://localhost:8080/
            Order allow,deny
            Allow from all
            Deny from none
    </Location>