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

Contents of /trunk/pts/apache.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1298 - (hide annotations) (download)
Fri Mar 3 01:12:59 2006 UTC (7 years, 2 months ago) by jeroen
File size: 836 byte(s)
Set packages.qa.d.o's ServerAdmin to owner@p.q.d.o, because
webmaster@debian.org doesn't know how to deal with PTS failures
1 jeroen 907
2     <VirtualHost master>
3     ServerName packages.qa.debian.org
4 jeroen 1298 ServerAdmin owner@packages.qa.debian.org
5 jeroen 907 DocumentRoot /org/packages.qa.debian.org/www/web
6     ErrorLog /var/log/apache/packages.qa.debian.org-error.log
7     CustomLog /var/log/apache/packages.qa.debian.org-access.log combined
8    
9 jeroen 1286 # All our html pages are UTF-8
10     AddType "text/html; charset=UTF-8" html
11    
12 jeroen 907 ScriptAlias /cgi-bin /org/packages.qa.debian.org/www/cgi-bin
13 jeroen 1286 ErrorDocument 404 /cgi-bin/error404.cgi
14 jeroen 907
15     RewriteEngine on
16     RewriteRule ^/$ /common/index.html [L,R]
17     RewriteRule ^/lib([^/])([^/]+)$ /lib$1/lib$1$2.html [L,R]
18     RewriteRule ^/([^/])([^/]+)$ /$1/$1$2.html [L,R]
19     RewriteCond %{QUERY_STRING} ^src=lib(.)(.*)$
20     RewriteRule ^/common/index.html$ /lib%1/lib%1%2.html? [L,R,NE]
21     RewriteCond %{QUERY_STRING} ^src=(.)(.*)$
22     RewriteRule ^/common/index.html$ /%1/%1%2.html? [L,R,NE]
23     </VirtualHost>
24    

Properties

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

  ViewVC Help
Powered by ViewVC 1.1.5