hope to have cought them all:

haggis:~/Devel/varnish-git$ find . -name \*.rst| xargs egrep 'req.http.host *~'
| grep -v '\(\?i\)'
./varnish-cache/doc/sphinx/faq/general.rst:        if (req.http.host ~
"^(www.)?example.com") {
./varnish-cache/doc/sphinx/faq/general.rst:        if (req.http.host ~
"^(www.)?example.com") {
./varnish-cache/doc/sphinx/tutorial/increasing_your_hitrate.rst:  if
(req.http.host ~ "^(www.)?varnish-?software.com") {
./varnish-cache/doc/sphinx/reference/vcl.rst:  if (req.http.host ~
"^(www.)?example.com$") {
./varnish-cache/doc/sphinx/reference/vcl.rst:     if (req.http.host ~ 
"example.com") {
./varnish-cache/doc/sphinx/reference/vcl.rst:     } elsif (req.http.host ~
"example.org") {
./varnish-cache/doc/sphinx/reference/vcl.rst:    if (req.http.host ~
"^(www.)?example.com$") {
./varnish-cache/doc/sphinx/reference/vcl.rst:    if (req.http.host ~
"^(www.)?example.com$") {
./varnish-cache/doc/sphinx/reference/vcl.rst:    } elsif (req.http.host ~
"^images.example.com$") {
./varnish-cache/doc/sphinx/reference/varnishd.rst:    req.http.host ~
"^(www\.)example.com$" && obj.set-cookie ~ "USERID=1663"

-- 

** * * UPLEX - Nils Goroll Systemoptimierung

Schwanenwik 24
22087 Hamburg

tel +49 40 28805731
mob +49 170 2723133
fax +49 40 42949753

http://uplex.de/

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
varnish-dev mailing list
[email protected]
http://www.varnish-cache.org/lists/mailman/listinfo/varnish-dev

Reply via email to