WebDAV and anonymous+authenticated access

2019-09-22 Thread Marc
. Authentication is always required if I try to browse to https://myserver/myshare via a web browser. How can I solve this ? Thanks. -- Marc PGP : E12177BF 24CC9C9B ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Binary upgrade with systemd

2017-04-04 Thread Marc Soda
It seems that it’s working as designed. I thought the old master would exit automatically. But it sticks around in case you want to fail back. Thanks and sorry for the noise. > On Apr 4, 2017, at 7:41 AM, Marc Soda wrote: > > I sent WINCH to the old master. In this case 32277. &

Re: Binary upgrade with systemd

2017-04-04 Thread Marc Soda
I sent WINCH to the old master. In this case 32277. After sending WINCH, I can send QUIT to the old master and it exits. Everything looks fine at that point. But it seems a little odd to have to do this. > On Apr 4, 2017, at 4:43 AM, Lucas Rolff wrote: > > Hello Marc, > >

Binary upgrade with systemd

2017-04-03 Thread Marc Soda
Hello, I’m using nginx 1.10.3 custom built on Ubuntu 16.04. I’m also using the recommended systemd service file: [Unit] Description=The NGINX HTTP and reverse proxy server After=syslog.target network.target remote-fs.target nss-lookup.target [Service] Type=forking PIDFile=/run/nginx.pid ExecSt

virtual or physical?

2014-02-20 Thread Marc-Olivier Meunier
Hi! If I have one host, am I going to get better performances if I run only one nginx on the physical host, or would it be more beneficial to run 4 virtual machines each running a different nginx? Thanks! -- Marc-Olivier Meunier +358 50 4840036

Re: Nginx/iptables passing ipclient ip

2013-11-30 Thread Marc Aymerich
HTTP headers of those requests, you will find that there is and HTTP.X-Forwarded-For set to $remote_addr; no more, no less than that :) br -- Marc ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Honoring ETag of cached content

2013-11-02 Thread Marc Aymerich
On Sat, Nov 2, 2013 at 1:10 PM, Maxim Dounin wrote: > Hello! > > On Sat, Nov 02, 2013 at 02:55:09AM +0100, Marc Aymerich wrote: > > > On Sat, Nov 2, 2013 at 12:16 AM, Maxim Dounin > wrote: > > > > > Hello! > > > > > > On Fri,

Re: Honoring ETag of cached content

2013-11-01 Thread Marc Aymerich
On Sat, Nov 2, 2013 at 12:16 AM, Maxim Dounin wrote: > Hello! > > On Fri, Nov 01, 2013 at 10:29:06PM +0100, Marc Aymerich wrote: > > > Hi, > > I'm using nginx proxy pass to cache content of our dynamic web > application. > > > > In order to sav

Honoring ETag of cached content

2013-11-01 Thread Marc Aymerich
s? Is something that can be achieve by means of configuration? or I would need to write an nginx module in C? Thanks! -- Marc ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx