~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Andrew Bennetts
  • Date: 2007-12-13 22:22:58 UTC
  • mto: This revision was merged to the branch mainline in revision 3320.
  • Revision ID: andrew.bennetts@canonical.com-20071213222258-mh7mq5gtxqn4yceb
All WSGI tests passing, and manual testing works too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Serving Bazaar with FastCGI
2
2
===========================
3
3
 
4
 
**This feature is EXPERIMENTAL and is NOT SECURE.  It will allow access to
5
 
arbitrary files on your server.**
6
 
 
7
4
This document describes one way to set up a Bazaar HTTP smart server,
8
5
using Apache 2.0 and FastCGI or mod_python.
9
6