/[qa]/trunk/apache.conf
ViewVC logotype

Contents of /trunk/apache.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1017 - (show annotations) (download)
Tue May 31 11:39:52 2005 UTC (7 years, 11 months ago) by tbm
File size: 478 byte(s)
Add a rewrite rule for the SF watch file, see #242884.  Let's hope this
actually works.
1 <VirtualHost *>
2 ServerAdmin debian-qa@lists.debian.org
3 DocumentRoot /org/qa.debian.org/web
4 ServerName qa.debian.org
5 DirectoryIndex index.html index.php
6 ErrorLog /var/log/apache/qa.debian.org-error.log
7 CustomLog /var/log/apache/qa.debian.org-access.log combined
8
9 Alias /data /org/qa.debian.org/data
10
11 RewriteRule ^/watch/sf.php/(.*) /watch/sf.php?project=$1
12
13 </VirtualHost>
14 <Directory /org/qa.debian.org/data>
15 Options Indexes FollowSymLinks
16 </Directory>

Properties

Name Value
svn:eol-style native
svn:keywords Author Date Id Revision

  ViewVC Help
Powered by ViewVC 1.1.5