X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=examples%2Fapache.conf;h=a09086bf872b90ef1b0805e828dbef2bc09ffb7b;hb=9e493e54fc34d4fbcffe5c1b85dcff63d55b8f15;hp=e322c0fbdca8ce8e162c62f0fbae8c345aaeaa5d;hpb=0bcab28df52f69d78d262c1284bfe0c0a29b683e;p=debbugs.git diff --git a/examples/apache.conf b/examples/apache.conf index e322c0f..a09086b 100644 --- a/examples/apache.conf +++ b/examples/apache.conf @@ -27,6 +27,9 @@ RewriteRule ^/severity:([^/]+)$ /cgi-bin/pkgreport.cgi?severity=$1 [L,R,NE] RewriteRule ^/tag:([^/]+)$ /cgi-bin/pkgreport.cgi?tag=$1 [L,R,NE] # RewriteMap fix-chars int:noescape + RewriteCond %{REQUEST_URI} ^/(Access\.html|Developer\.html|Reporting\.html|server-request\.html|server-control\.html|server-refcard\.html).* [NC] + RewriteRule .* - [L] + RewriteRule ^/([0-9]+)$ /cgi-bin/bugreport.cgi?bug=$1 [L,R,NE] RewriteRule ^/([^/]+)$ /cgi-bin/pkgreport.cgi?pkg=$1 [L,R,NE]