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

Diff of /trunk/pts/apache.conf

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1298 by jeroen, Fri Mar 3 01:12:59 2006 UTC revision 1579 by hertzog, Tue Jul 17 13:48:11 2007 UTC
# Line 1  Line 1 
1    
2  <VirtualHost master>  <VirtualHost *>
3  ServerName packages.qa.debian.org  ServerName packages.qa.debian.org
4  ServerAdmin owner@packages.qa.debian.org  ServerAdmin owner@packages.qa.debian.org
5  DocumentRoot /org/packages.qa.debian.org/www/web  DocumentRoot /org/packages.qa.debian.org/www/web
# Line 16  RewriteEngine on Line 16  RewriteEngine on
16  RewriteRule ^/$ /common/index.html [L,R]  RewriteRule ^/$ /common/index.html [L,R]
17  RewriteRule ^/lib([^/])([^/]+)$ /lib$1/lib$1$2.html [L,R]  RewriteRule ^/lib([^/])([^/]+)$ /lib$1/lib$1$2.html [L,R]
18  RewriteRule ^/([^/])([^/]+)$ /$1/$1$2.html [L,R]  RewriteRule ^/([^/])([^/]+)$ /$1/$1$2.html [L,R]
19  RewriteCond %{QUERY_STRING} ^src=lib(.)(.*)$  RewriteCond %{QUERY_STRING} ^src=lib(.)(.+)$
20  RewriteRule ^/common/index.html$ /lib%1/lib%1%2.html? [L,R,NE]  RewriteRule ^/common/index.html$ /lib%1/lib%1%2.html? [L,R,NE]
21  RewriteCond %{QUERY_STRING} ^src=(.)(.*)$  RewriteCond %{QUERY_STRING} ^src=(.)(.+)$
22  RewriteRule ^/common/index.html$ /%1/%1%2.html? [L,R,NE]  RewriteRule ^/common/index.html$ /%1/%1%2.html? [L,R,NE]
23  </VirtualHost>  </VirtualHost>
24    

Legend:
Removed from v.1298  
changed lines
  Added in v.1579

  ViewVC Help
Powered by ViewVC 1.1.5