~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to README.txt

  • Committer: Michael Hudson
  • Date: 2009-02-24 21:13:30 UTC
  • Revision ID: michael.hudson@canonical.com-20090224211330-4pkn8g30rtioqdoy
* make example Apache stanza more correct with how PasteDeploy works
  (you learn something every day!)
* make serve-branches more forgiving about the argument to --prefix

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
configuration is one way to do this::
87
87
 
88
88
    <Location "/branches/">
89
 
        ProxyPass http://127.0.0.1:8080/
90
 
        ProxyPassReverse http://127.0.0.1:8080/
 
89
        ProxyPass http://127.0.0.1:8080/branches/
 
90
        ProxyPassReverse http://127.0.0.1:8080/branches/
91
91
    </Location>
92
92
 
93
93
If Paste Deploy is installed, the 'serve-branches' script can be