~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead.conf.example

  • Committer: Launchpad Patch Queue Manager
  • Date: 2008-03-07 04:58:09 UTC
  • mfrom: (149.1.1 socket_host)
  • Revision ID: launchpad@pqm.canonical.com-20080307045809-10xzgg4o8hpu94gl
[r=mwhudson] patch from Mattias Eriksson to allow binding to a specific interface

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
# use this if you're mapping loggerhead within apache via proxy
6
6
#server.webpath = 'http://example.com/branches'
7
7
 
 
8
# use this if you want loggerhead to listen to another interface than 127.0.0.1
 
9
# server.socket_host = 'your_hostname_or_ip'
 
10
 
8
11
# where's bzrlib?
9
12
# (you only need this if you don't install bzr.)
10
13
#bzrpath = '/Users/robey/code/bzr/bzr'