Windows ARM64

2024-01-02 Thread Anthony Roberts
Hello, A small introduction - I work on Linaro's Windows on Arm enablement team, and we work on porting/enabling various open-source projects for the platform. We have recently done a small investigation, and it turns out nginx can be compiled OOB on Windows ARM64 platforms with VS2022 - an examp

Re: Calculating requests per second, per IP address

2024-01-02 Thread Rejaine Monteiro
Hi all!! I appreciate everyone for the help. For now, I used the good old bash (awk, sort, uniq) to get the information I need, but I'll try later to analyze the other tools and tips you guys sent me! Thanks and a great 2024 to everyone. On Tue, Jan 2, 2024 at 12:24 AM jeremy ardley via nginx

Re: Windows ARM64

2024-01-02 Thread Edward Hoffman
Only if all source code is published. > On Jan 2, 2024, at 3:01 AM, Anthony Roberts > wrote: > >  > Hello, > > A small introduction - I work on Linaro's Windows on Arm enablement team, and > we work on porting/enabling various open-source projects for the platform. > > We have recently do

Re: Wrong content served

2024-01-02 Thread Daniel A. Rodriguez
Hi both Francis and Jake. Sorry for the late response This is the content of such file # cat /etc/nginx/snippets/location-letsencrypt.conf location ^~ /.well-known/acme-challenge/ {     alias /var/www/le_root/.well-known/acme-challenge/; } and the directory exists # ls -alh /var/www/le_root/.

Re: Windows ARM64

2024-01-02 Thread Maxim Dounin
Hello! On Tue, Jan 02, 2024 at 11:03:03AM +, Anthony Roberts wrote: > A small introduction - I work on Linaro's Windows on Arm enablement team, > and we work on porting/enabling various open-source projects for the > platform. > > We have recently done a small investigation, and it turns out

Re: Windows ARM64

2024-01-02 Thread Edward Hoffman
Sorry. I misinterpreted the announcement. Is Windows ARM64 open source? > On Jan 2, 2024, at 1:51 PM, Maxim Dounin wrote: > > Hello! > >> On Tue, Jan 02, 2024 at 11:03:03AM +, Anthony Roberts wrote: >> >> A small introduction - I work on Linaro's Windows on Arm enablement team, >> and we