Branch links with serve-branches seem to be wrong when proxying
I installed loggerhead from the current lp revision (revno 269), and I'm running Debian testing with Paste 1.7.1, PasteDeploy 1.3.2, and Apache2 2.2.9-10+lenny2 with mod_proxy and mod_proxy_http. I'm using the loggerheadd init.d script to run serve-branches. After a bit of twiddling I have apache proxying to the loggerhead server. Sort of.
In loggerheadd I changed a couple of things for my local setup and preferences:
URL_PREFIX=/bzr
BZRROOT=
And added this to my apache configuration:
ProxyRequests off
<Proxy http://
Order allow,deny
Allow from all
</Proxy>
<Location /bzr>
Order allow,deny
Allow from all
ProxyPass http://
ProxyPassRe
</Location>
The links to the branches are wrong though; they're relative to / instead of /bzr. When I go to http://
Any clue how to fix this or suggestions about what I'm doing wrong? Thanks.
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- loggerhead Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Andrew Watts
- Solved:
- Last query:
- Last reply: