~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/http_smart_server.txt

Improvement thanks to John's review.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
        RewriteRule ^(.*)/\.bzr/smart$ /srv/example.com/scripts/bzr-smart.fcgi
49
49
    </Directory>
50
50
    
 
51
    # bzr-smart.fcgi isn't under the DocumentRoot, so Alias it into the URL
 
52
    # namespace so it can be executed.
51
53
    Alias /srv/example.com/scripts/bzr-smart.fcgi /srv/example.com/scripts/bzr-smart.fcgi
52
54
    <Directory /srv/example.com/scripts>
53
55
        Options ExecCGI