Advertising
- Unnamed
- Thursday, October 25th, 2007 at 8:54:54am UTC
- NameVirtualHost *:80
- <VirtualHost *:80>
- ServerName 192.168.40.54
- ProxyRequests off
- <Proxy *>
- Order deny,allow
- Allow from localhost 127.0.0.0/255.0.0.0
- </Proxy>
- <Location />
- ProxyPass http://localhost:8220/
- ProxyPassReverse http://localhost:8220/
- </Location>
- </VirtualHost>
- --------------------------------
- loggerhead.conf file
- ----------------------
- # use this to change the server's port
- server.socket_port = 8220
- # use this if you're mapping loggerhead within apache via proxy
- server.webpath = 'http://192.168.40.54:8220'
- # where's bzrlib?
- # (you only need this if you don't install bzr.)
- #bzrpath = '/Users/robey/code/bzr/bzr'
- # if you want a special title on the front page, set it here:
- title = 'BOSS Source through Bazaar'
- # the access and debug logs can be set up to roll 'daily', 'weekly', or 'never':
- log.roll = 'weekly'
- # group branches by project:
- [BOSS GNU/Linux]
- # name of this project
- name = 'BOSS GNU/Linux Bazaar Repository'
- # for the top browsing page, you can include a description, in raw HTML.
- description = 'Bazaar is a <i>Revision Control System</i>. BOSS source code is maintained using this revision control system because of its advanced features.'
- # should we cache revisions and build a text index? (HIGHLY recommended)
- # this will be a folder containing a few files. if the folder doesn't
- # exist, it'll be created.
- #
- # all branches in this project will share the same cache, which is usually
- # what you want if they share a repository. if not, you can also specify
- # this per-branch.
- # cachepath = '/Users/robey/code/bzr/.bzr/loggerhead-files'
- # each branch is in a sub-folder of the website, and the config
- # key describes that folder name:
- [[Anant]]
- # where is the bazaar branch located?
- # folder = '/var/www/bzr-repo'
- folder= '/opt/bazaar_samples/anant'
- # (optional) is there a friendier name for the branch that i should
- # use on the web pages?
- # you can also define this using the branch's nickname.
- branch_name = 'Anant'
- # (optional) short description for the top-level page
- # you can also define this using the "description" config key in the
- # branch's 'branch.conf'.
- description = "bazaar vcs development branch for anant"
- # (optional) public branch url for the top-level page
- # you can also define this using the "public_url" config key in the
- # branch's 'branch.conf'.
- # url = 'http://bazaar-ng.org/bzr/bzr.dev'
- url="http://localhost:8220/BOSS/Anant"
- [[Tarang]]
- # where is the bazaar branch located?
- # folder = '/var/www/bzr-repo'
- folder= '/opt/bazaar_samples/tarang'
- # (optional) is there a friendier name for the branch that i should
- # use on the web pages?
- # you can also define this using the branch's nickname.
- branch_name = 'Tarang'
- # (optional) short description for the top-level page
- # you can also define this using the "description" config key in the
- # branch's 'branch.conf'.
- description = "bazaar vcs development branch for tarang"
- # (optional) public branch url for the top-level page
- # you can also define this using the "public_url" config key in the
- # branch's 'branch.conf'.
- # url = 'http://bazaar-ng.org/bzr/bzr.dev'
- url="http://localhost:8220/BOSS/Tarang"
- [[Sethu]]
- folder= '/opt/bazaar_samples/sethu'
- branch_name = 'Sethu'
- description = "bazaar vcs development branch for sethu"
- url="http://localhost:8220/BOSS/sethu"
- # here's an example of an auto-published folder:
- [Local Repository]
- name = 'local'
- cachepath = '/opt/bazaar_samples/local/.bzr/loggerhead-files'
- # if an auto_publish_folder is given, any bazaar branches discovered in
- # that folder will be published. using each branch's 'branch.conf' to
- # provide optional descriptions and public urls is a nice way to avoid
- # having to do much configuration here.
- auto_publish_folder = '/opt/bazaar_samples/local'
- # if all of the branches under an auto_publish_folder are exported to
- # the same (base) public url, you can specify that url prefix here, and
- # each discovered branch's public url will be generated.
- url_prefix = 'http://localhost:8220/local'
- [[Indraveni]]
- folder= '/opt/bazaar_samples/local/indu'
- branch_name = 'Indraveni'
- description = "Indraveni's Local repo"
- url="http://localhost:8220/local/indu"
- [[Nirupama]]
- folder= '/opt/bazaar_samples/local/niru'
- branch_name = 'Nirupama'
- description = "Nirupama's Local repo"
- url="http://localhost:8220/local/niru"
advertising
Update the Post
Either update this post and resubmit it with changes, or make a new post.
You may also comment on this post.
Please note that information posted here will not expire by default. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.