add new url stripping option:
authorchrisz <chrisz@openbsd.org>
Sun, 4 Jan 2015 22:23:58 +0000 (22:23 +0000)
committerchrisz <chrisz@openbsd.org>
Sun, 4 Jan 2015 22:23:58 +0000 (22:23 +0000)
commit4624b10aa033d27387c2c73a4ef73a9336d9afc2
treefd27ae9a3f5dfb54b3391d768a5a53b94b4a07fe
parentaa6b23b0fff464cd5e4cd49124ad4591bb6932eb
add new url stripping option:

strip number
Strip number path components from the beginning of the
request URI before looking up the stripped-down URI at
the document root.

reviewed with much patience and OK by reyk@
usr.sbin/httpd/httpd.conf.5
usr.sbin/httpd/httpd.h
usr.sbin/httpd/parse.y
usr.sbin/httpd/server_fcgi.c
usr.sbin/httpd/server_file.c
usr.sbin/httpd/server_http.c