Rev 3705: Tweak http smartserver docs in http://bazaar.launchpad.net/%7Evila/bzr/bzr.integration

Vincent Ladeuil v.ladeuil+lp at free.fr
Fri Sep 12 08:33:44 BST 2008


At http://bazaar.launchpad.net/%7Evila/bzr/bzr.integration

------------------------------------------------------------
revno: 3705
revision-id: v.ladeuil+lp at free.fr-20080912073246-jfc53rntkod8tgwz
parent: pqm at pqm.ubuntu.com-20080911142801-kssx0sqg51xsvqzr
parent: jml at canonical.com-20080911060944-so6kz674y1blbeav
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: trunk
timestamp: Fri 2008-09-12 09:32:46 +0200
message:
  Tweak http smartserver docs
modified:
  doc/en/user-guide/http_smart_server.txt fastcgi.txt-20061005091552-rz8pva0olkxv0sd8-3
    ------------------------------------------------------------
    revno: 3702.2.1
    revision-id: jml at canonical.com-20080911060944-so6kz674y1blbeav
    parent: pqm at pqm.ubuntu.com-20080910204500-1hs4q0smfcsk7wz0
    committer: Jonathan Lange <jml at canonical.com>
    branch nick: http-smartserver-doc-tweaks
    timestamp: Thu 2008-09-11 16:09:44 +1000
    message:
      Update the location of modpywsgi and the location of pocoo.
    modified:
      doc/en/user-guide/http_smart_server.txt fastcgi.txt-20061005091552-rz8pva0olkxv0sd8-3
-------------- next part --------------
=== modified file 'doc/en/user-guide/http_smart_server.txt'
--- a/doc/en/user-guide/http_smart_server.txt	2008-01-04 03:12:11 +0000
+++ b/doc/en/user-guide/http_smart_server.txt	2008-09-11 06:09:44 +0000
@@ -132,7 +132,7 @@
     from bzrlib.transport.http import wsgi
 
     smart_server_app = wsgi.make_app(
-        root='/srv/example.com/code',
+        root='/srv/example.com/www/code',
         prefix='/code/',
         path_var='REQUEST_URI',
         readonly=True)
@@ -156,7 +156,7 @@
     from bzrlib.transport.http import wsgi
 
     smart_server_app = wsgi.make_app(
-        root='/srv/example.com/code',
+        root='/srv/example.com/www/code',
         prefix='/code/',
         path_var='REQUEST_URI',
         readonly=True)
@@ -166,12 +166,12 @@
         wsgi_server = modpywsgi.WSGIServer(smart_server_app)
         return wsgi_server.run(request)
         
-The `modpywsgi` module can be found at http://trac.pocoo.org/wiki/ModPyWsgi.  It
-is part of pocoo_.
-You sould make sure you place modpywsgi.py in the same directory as
-bzr-smart.py (ie. /srv/example.com/scripts/).
+The `modpywsgi` module can be found at
+http://dev.pocoo.org/projects/pocoo/browser/pocoo/wrappers/modpy.py. It is
+part of pocoo_. You sould make sure you place modpywsgi.py in the same
+directory as bzr-smart.py (ie. /srv/example.com/scripts/).
 
-.. _pocoo: http://trac.pocoo.org/wiki/
+.. _pocoo: http://dev.pocoo.org/projects/pocoo/
 
 Clients
 -------



More information about the bazaar-commits mailing list