# This is an example snippet of apache configuration for using # bazaar-webserve to serve a single branch. # Copy /usr/share/bazaar-webserve/cgi-bin/bazaar-webserve.cgi to the branch # directory and use the following snippet for that directory. (In this example # /srv/bzr/project) DirectoryIndex bazaar-webserve.cgi AllowOverride None Options ExecCGI -MultiViews +SymLinksIfOwnerMatch Indexes Order allow,deny Allow from all AddHandler cgi-script .cgi # You can either modify the script to change the title and template dir, # or use the SetEnv method. To do that add SetEnv BAZAAR_WEBSERVE_TITLE "My Branch" SetEnv BAZAAR_WEBSERVE_TEMPLATES "/srv/bzr/templates"