diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-04-12 14:45:46 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-04-12 14:45:46 +0000 |
commit | bd310ff40867bc1ea863eca5a55d0b4b34185140 (patch) | |
tree | 36b1d3a32ac2285f815c24df72445cbc648beff2 /usr.sbin/relayd/relayd.conf.5 | |
parent | 9503c81a3321b794f811dbe2280d39669517a6db (diff) |
add a new relay 'path' action to filter the URL path and arguments.
ok pyr@
Diffstat (limited to 'usr.sbin/relayd/relayd.conf.5')
-rw-r--r-- | usr.sbin/relayd/relayd.conf.5 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5 index 5830c964590..ec622b851be 100644 --- a/usr.sbin/relayd/relayd.conf.5 +++ b/usr.sbin/relayd/relayd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: relayd.conf.5,v 1.41 2007/04/10 21:45:11 reyk Exp $ +.\" $OpenBSD: relayd.conf.5,v 1.42 2007/04/12 14:45:45 reyk Exp $ .\" .\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org> .\" @@ -460,6 +460,12 @@ Look up the entity in the application protocol headers, like HTTP headers in .Ic http mode. +.It Ic path +Look up the entity as a value in the URL path when using the +.Ic http +protocol. +This type is only available with the direction +.Ic request . .It Ic url Look up the entity as a GET variable in the URL when using the .Ic http @@ -693,6 +699,7 @@ protocol http_ssl { header change "Keep-Alive" to "$TIMEOUT" url hash "sessid" cookie hash "sessid" + path filter "*command=*" from "/cgi-bin/index.cgi" ssl { sslv2, ciphers "MEDIUM:HIGH" } } |