File: control

package info (click to toggle)
apache2-mod-xforward 0.6-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 60 kB
  • sloc: ansic: 226; makefile: 6
file content (18 lines) | stat: -rw-r--r-- 692 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: apache2-mod-xforward
Section: httpd
Priority: optional
Maintainer: Andrew Lee (李健秋) <ajqlee@debian.org>
Build-Depends: debhelper (>= 9), dh-apache2, apache2-dev
Standards-Version: 3.9.6
Homepage: https://github.com/openSUSE/apache2-mod_xforward

Package: libapache2-mod-xforward
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Apache module implements redirection based on X-Forward response header
 When this header is seen by Apache it uses the apache mod_proxy
 module to proxy the given URL.
 .
 This is not visible for the client process and can be used to free the
 cgi/rails process pool by long running requests after initial check
 routines.