Source: apache-gone
Section: httpd
Priority: optional
Maintainer: Rumen Damyanov <contact@rumenx.com>
Build-Depends: debhelper-compat (= 13), gcc, make, apache2-dev, libpcre2-dev, libldap-dev
Standards-Version: 4.6.0
Homepage: https://github.com/RumenDamyanov/apache-gone

Package: apache-gone
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         apache2 (>= 2.4.0)
Description: Apache module to return HTTP 410 Gone for removed URIs
 This module reads a URI list from a text file at config time and
 returns HTTP 410 Gone for matching requests. It uses a hash table
 for O(1) exact URI matching and compiled PCRE regex patterns for
 flexible matching.
