~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/user-guide/http_smart_server.txt

  • Committer: Ian Clatworthy
  • Date: 2007-11-14 03:50:56 UTC
  • mto: (3054.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 3055.
  • Revision ID: ian.clatworthy@internode.on.net-20071114035056-72l6odzpby4bcmub
First cut at new look User Guide including chapters 1 and 2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
===========================
2
1
Serving Bazaar with FastCGI
3
2
===========================
4
3
 
14
13
.. _smart server documentation: server.html
15
14
 
16
15
Example
17
 
=======
 
16
-------
18
17
 
19
18
You have a webserver already publishing `/srv/example.com/www/code` as
20
19
`http://example.com/code/...` with plain HTTP.  It contains bzr branches and
190
189
 
191
190
 
192
191
Advanced configuration
193
 
======================
 
192
----------------------
194
193
 
195
194
Because the Bazaar HTTP smart server is a WSGI application, it can be used with
196
195
any 3rd-party WSGI middleware or server that conforms the WSGI standard.  The
217
216
 
218
217
 
219
218
Pushing over ``bzr+http://``
220
 
----------------------------
 
219
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
221
220
 
222
221
It is possible to allow pushing data over the http smart server. The
223
222
easiest way to do this, is to just supply ``readonly=False`` to the