~ubuntu-branches/ubuntu/oneiric/bugzilla/oneiric

« back to all changes in this revision

Viewing changes to debian/examples/vh-custom-static.conf

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Bossek
  • Date: 2008-06-27 22:34:34 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080627223434-0ib57vstn43bb4a3
Tags: 3.0.4.1-1
* Update of French, Russian and German translations. (closes: #488251)
* Added Bulgarian and Belarusian translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<VirtualHost bugzilla.domain.com>
 
2
    ServerAdmin bugzilla@domain.com
 
3
    ServerName bugzilla.domain.com
 
4
 
 
5
    DocumentRoot /var/www/bugzilla-custom
 
6
    ScriptAlias /cgi-bin/ /var/www/bugzilla-custom/cgi-bin/
 
7
    
 
8
    SetEnv X_BUGZILLA_SITE "custom"
 
9
    SetEnv X_BUGZILLA_WEBPATH "/"
 
10
    
 
11
    # This is needed for keeping a good url in lots of links
 
12
    RewriteEngine On
 
13
    RewriteRule ^(.*/cgi-bin/bugzilla)/?$ $1/index.cgi [R]
 
14
 
 
15
</VirtualHost>