/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: mernst at mit
  • Date: 2008-10-20 09:26:03 UTC
  • mto: (3805.1.1 doc)
  • mto: This revision was merged to the branch mainline in revision 3806.
  • Revision ID: mernst@csail.mit.edu-20081020092603-1rujv34uamb0gza8
Improvements suggested by Andrew Bennetts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
    import fcgi
132
132
    from bzrlib.transport.http import wsgi
133
133
 
134
 
    from bzrlib.plugin import load_plugins
135
 
    load_plugins()
136
 
 
137
134
    smart_server_app = wsgi.make_app(
138
135
        root='/srv/example.com/www/code',
139
136
        prefix='/code/',
160
157
    import modpywsgi
161
158
    from bzrlib.transport.http import wsgi
162
159
 
163
 
    from bzrlib.plugin import load_plugins
164
 
    load_plugins()
165
 
 
166
160
    smart_server_app = wsgi.make_app(
167
161
        root='/srv/example.com/www/code',
168
162
        prefix='/code/',