File: control

package info (click to toggle)
mod-proxy-html 3.0.0-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 160 kB
  • ctags: 128
  • sloc: ansic: 1,330; sh: 58; makefile: 35
file content (15 lines) | stat: -rw-r--r-- 687 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: mod-proxy-html
Section: web
Priority: optional
Maintainer: Emmanuel Lacour <elacour@home-dn.net>
Build-Depends: debhelper (>= 4.0.0), apache2-prefork-dev (>> 2.2), libxml2-dev (>> 2.5.10)
Standards-Version: 3.7.2

Package: libapache2-mod-proxy-html
Architecture: any
Depends: ${shlibs:Depends}, apache2, apache2.2-common, libxml2 (>> 2.5.10)
Description: Apache2 filter module for HTML links rewriting
 mod_proxy_html is an output filter to rewrite HTML links in a proxy
 situation, to ensure that links work for users outside the proxy. It
 serves the same purpose as Apache's ProxyPassReverse directive does for
 HTTP headers, and is an essential component of a reverse proxy.