Re: [jetty-users] Virtual hosts and wildcards

2021-08-11 Thread Joakim Erdfelt
The VirtualHost wildcard behavior is for domain names only (not IP addresses), and the string must start with "*.", there's no support for trailing wildcard. Virtual Hosts based on IP address is usually an anti-pattern that is better addressed using @named virtualhosts to establish the Context

[jetty-users] Virtual hosts and wildcards

2021-08-11 Thread John English
I have a webapp set up to respond to a wildcarded domain and some local IP addresses, which I use to connect to a warm backup locally and bring it online when necessary, or to use local test rigs without having to have multiple configuration files: *.foo.com 10.0.0.200

Re: [jetty-users] How can I accurately count visits?

2021-08-11 Thread gouessej
Thank you for your guidance, PushCacheFilter is going to be an excellent source of inspiration.   > Message du 11/08/21 11:08 > De : "Simone Bordet" > A : goues...@orange.fr, "JETTY user mailing list" > Copie à : > Objet : Re: [jetty-users] How can I accurately count visits? > > Hi, > > On

Re: [jetty-users] How can I accurately count visits?

2021-08-11 Thread Simone Bordet
Hi, On Tue, Aug 10, 2021 at 11:20 PM wrote: > > Hello > > I would like to count visits. I use Jetty 11, my logs are in combined log > format (I guess from a line produced by a silly script kiddy): > 209.141.54.8 - - [10/Aug/2021:05:40:17 +] "POST /boaform/admin/formLogin > HTTP/1.1" 404