Bug#869738: Kill off db2html and html-control
Don Armstrong <[email protected]> Tue, 25 Jul 2017 17:54:35 -0500
| Newsgroups | gmane.linux.debian.devel.debbugs |
|---|---|
| Message-ID | <20170725225435.7pylvy2hpx4vkofn__16617.5189930529$1501023458$gmane$org@geta> |
Package: debbugs Severity: normal Remove db2html and html-control and add in appropriate suggested rewrite rules like this: RewriteRule ^/db/\d+/(\d+)\.html /cgi-bin/bugreport.cgi?bug=$1 [L,R] RewriteRule ^/db/si/(pending|forwarded|done)(\w+)\.html /cgi-bin/pkgreport.cgi?include=pending:$1;severity=$2 [L,R] in the example apache configuration file.