Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate

Advertising

Unnamed
Thursday, October 25th, 2007 at 8:54:54am UTC 

  1. NameVirtualHost *:80
  2. <VirtualHost *:80>
  3. ServerName 192.168.40.54
  4.  
  5.   ProxyRequests off
  6.   <Proxy *>
  7.     Order deny,allow
  8.     Allow from localhost 127.0.0.0/255.0.0.0
  9.   </Proxy>
  10.   <Location />
  11.      ProxyPass        http://localhost:8220/
  12.      ProxyPassReverse http://localhost:8220/
  13.   </Location>
  14. </VirtualHost>
  15.  
  16. --------------------------------
  17.  
  18. loggerhead.conf file
  19. ----------------------
  20.  
  21.  
  22. # use this to change the server's port
  23. server.socket_port = 8220
  24.  
  25. # use this if you're mapping loggerhead within apache via proxy
  26. server.webpath = 'http://192.168.40.54:8220'
  27.  
  28. # where's bzrlib?
  29. # (you only need this if you don't install bzr.)
  30. #bzrpath = '/Users/robey/code/bzr/bzr'
  31.  
  32. # if you want a special title on the front page, set it here:
  33. title = 'BOSS Source through Bazaar'
  34.  
  35. # the access and debug logs can be set up to roll 'daily', 'weekly', or 'never':
  36. log.roll = 'weekly'
  37.  
  38. # group branches by project:
  39. [BOSS GNU/Linux]
  40.  
  41.     # name of this project
  42.     name = 'BOSS GNU/Linux Bazaar Repository'
  43.    
  44.     # for the top browsing page, you can include a description, in raw HTML.
  45.     description = 'Bazaar is a <i>Revision Control System</i>. BOSS source code is maintained using this revision control system because of its advanced features.'
  46.  
  47.     # should we cache revisions and build a text index?  (HIGHLY recommended)
  48.     # this will be a folder containing a few files.  if the folder doesn't
  49.     # exist, it'll be created.
  50.     #
  51.     # all branches in this project will share the same cache, which is usually
  52.     # what you want if they share a repository.  if not, you can also specify
  53.     # this per-branch.
  54.    # cachepath = '/Users/robey/code/bzr/.bzr/loggerhead-files'
  55.  
  56.     # each branch is in a sub-folder of the website, and the config
  57.     # key describes that folder name:
  58.     [[Anant]]
  59.  
  60.         # where is the bazaar branch located?
  61.        # folder = '/var/www/bzr-repo'
  62.         folder= '/opt/bazaar_samples/anant'
  63.         # (optional) is there a friendier name for the branch that i should
  64.         # use on the web pages?
  65.         # you can also define this using the branch's nickname.
  66.         branch_name = 'Anant'
  67.  
  68.         # (optional) short description for the top-level page
  69.         # you can also define this using the "description" config key in the
  70.         # branch's 'branch.conf'.
  71.         description = "bazaar vcs development branch for anant"
  72.  
  73.         # (optional) public branch url for the top-level page
  74.         # you can also define this using the "public_url" config key in the
  75.         # branch's 'branch.conf'.
  76. #        url = 'http://bazaar-ng.org/bzr/bzr.dev'
  77.         url="http://localhost:8220/BOSS/Anant"
  78.  
  79.     [[Tarang]]
  80.  
  81.         # where is the bazaar branch located?
  82.        # folder = '/var/www/bzr-repo'
  83.         folder= '/opt/bazaar_samples/tarang'
  84.         # (optional) is there a friendier name for the branch that i should
  85.         # use on the web pages?
  86.         # you can also define this using the branch's nickname.
  87.         branch_name = 'Tarang'
  88.  
  89.         # (optional) short description for the top-level page
  90.         # you can also define this using the "description" config key in the
  91.         # branch's 'branch.conf'.
  92.         description = "bazaar vcs development branch for tarang"
  93.  
  94.         # (optional) public branch url for the top-level page
  95.         # you can also define this using the "public_url" config key in the
  96.         # branch's 'branch.conf'.
  97. #        url = 'http://bazaar-ng.org/bzr/bzr.dev'
  98.         url="http://localhost:8220/BOSS/Tarang"
  99.  
  100.  
  101.     [[Sethu]]
  102.  
  103.  
  104.         folder= '/opt/bazaar_samples/sethu'
  105.         branch_name = 'Sethu'
  106.         description = "bazaar vcs development branch for sethu"
  107.         url="http://localhost:8220/BOSS/sethu"
  108.  
  109.  
  110.  
  111. # here's an example of an auto-published folder:
  112. [Local Repository]
  113.     name = 'local'
  114.     cachepath = '/opt/bazaar_samples/local/.bzr/loggerhead-files'
  115.    
  116.     # if an auto_publish_folder is given, any bazaar branches discovered in
  117.     # that folder will be published.  using each branch's 'branch.conf' to
  118.     # provide optional descriptions and public urls is a nice way to avoid
  119.     # having to do much configuration here.
  120.     auto_publish_folder = '/opt/bazaar_samples/local'
  121.    
  122.     # if all of the branches under an auto_publish_folder are exported to
  123.     # the same (base) public url, you can specify that url prefix here, and
  124.     # each discovered branch's public url will be generated.
  125.     url_prefix = 'http://localhost:8220/local'
  126.         [[Indraveni]]
  127.                 folder= '/opt/bazaar_samples/local/indu'
  128.                 branch_name = 'Indraveni'
  129.                 description = "Indraveni's Local repo"
  130.                 url="http://localhost:8220/local/indu"
  131.  
  132.         [[Nirupama]]
  133.          folder= '/opt/bazaar_samples/local/niru'
  134.                 branch_name = 'Nirupama'
  135.                 description = "Nirupama's Local repo"
  136.                 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.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



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.

comments powered by Disqus
worth-right
worth-right