man tidy-proxy (Commandes) - small http proxy which tidies html
NAME
tidy-proxy - small http proxy which tidies html
SYNOPSIS
tidy-proxy [ --host hostname] [ -p port] [ -d] [ -l {1|2}] [ --action {t|v}] [ --tidy-cmd tidy-command] [ --validate-cmd validate command] [ --pid pid-file]
DESCRIPTION
tidy-proxy is a small proxy server written in perl. using this proxy web-pages are checked for HTML errors with tidy or validate while they are downloaded. The results are displayed on top of that page. tidy-proxy is mainly intended for developing dynamic web-pages.
This manual page was written for the Debian distribution because the original program does not have a manual page.
OPTIONS
- \--host *host*
- the host paramter sets the listening address for tidy-proxy. [default: localhost]
- \-p, --port *port*
- port sets the listening port for tidy-proxy. [default: 9090]
- \-d, --nodaemon
- run tidy-proxy in foreground
- \-l, --level *level*
- level sets the filtering level for tidy-proxy 1: Warnings 2: Errors
- \--action *t|v*
- set if to use *t*idy or *v*alidate. [default: tidy]
- \--tidy-cmd *cmd*
- Command to use for tidy. [default: /usr/bin/tidy]
- \--validate-cmd *cmd*
- Command to use for validate. [default: /usr/bin/validate]
- \--pid *pid-file*
- Create a pid file. Works only in daemon mode.
- \--dest-host *destination host*
- run tidy-proxy in reverse-proxy mode. tidy-proxy acts as normal webserver and forwards every request to *destination host*.
- \--loc-rewrite
- rewrite the Location and the Host header in reverse-proxy mode.
- \-h, -?, --help
- Prints help message.
SEE ALSO
tidy-proxy documentation on http://tidy-proxy.freesources.org/ and in /usr/share/doc/tidy-proxy.
AUTHOR
This manual page was written by Jonas Meurer <jonas@freesources.org> for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts.