need documentation on how to run loggerhead under apache

Bug #156599 reported by Martin Pool
2
Affects Status Importance Assigned to Milestone
loggerhead
Fix Released
Wishlist
Unassigned

Bug Description

just that.

Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

In a branch that will land soon, README.txt says this:

SERVING LOGGERHEAD FROM BEHIND APACHE
-------------------------------------

If you want to view Bazaar branches from your existing Apache
installation, you'll need to configure Apache to proxy certain
requests to Loggerhead. Adding lines like this to you Apache
configuration is one way to do this::

    <Location "/branches/">
        ProxyPass http://127.0.0.1:8080/
        ProxyPassReverse http://127.0.0.1:8080/
    </Location>

If Paste Deploy is installed, the 'serve-branches.py' script can be
run behind a proxy at the root of a site, but if you're running it at
some path into the site, you'll need to add a 'prefix' argument to the
PrefixMiddleware call in the script. More flexible configuration
should be added soon...

Is this clear enough? The need to edit code sometimes isn't great, I guess...

Martin Albisetti (beuno)
Changed in loggerhead:
importance: Undecided → Wishlist
status: New → Confirmed
Revision history for this message
Martin Albisetti (beuno) wrote :

I think this has been fixed for quite a while

Changed in loggerhead:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.