Re: Internal Server Error messages nginx proxy POP/IMAP/SMTP

2015-03-13 Thread dominus.ceo
Thanks for the tips and the corrections , after a long night i have finished the proxy configuration with ldap auth php authentication . Does anybody know if it it possible share configurations into ngnix page ? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,257206,257245#msg-257245

Re: Does anybody know what does "Undefined index: HTTP_X_AUTH_PORT " mean?

2015-03-13 Thread dominus.ceo
Thanks Posted at Nginx Forum: http://forum.nginx.org/read.php?2,257239,257244#msg-257244 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

nginx + SabreDAV: Error 405 when accessing location via WebDAV, SabreDAV web interface works without problems

2015-03-13 Thread Sebastian Schwaiger
Dear nginx team, I'm trying to set up a WebDAV server using SabreDAV. I successfully set up the server with Apache and now I want to achieve the same result with nginx. Currently, the SabreDAV web GUI works without problems, but access via a WebDAV client is not possible (I'm using Caro

Re: Does anybody know what does "Undefined index: HTTP_X_AUTH_PORT " mean?

2015-03-13 Thread Edho Arief
On Fri, Mar 13, 2015 at 8:01 PM, dominus.ceo wrote: > Does anybody know what does "Undefined index: HTTP_X_AUTH_PORT " mean? > It means your php application is incorrectly written or you missed some nginx configuration for that specific application. (it's php error message) _

Does anybody know what does "Undefined index: HTTP_X_AUTH_PORT " mean?

2015-03-13 Thread dominus.ceo
Does anybody know what does "Undefined index: HTTP_X_AUTH_PORT " mean? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,257239,257239#msg-257239 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Multiple proxy_pass destinations from a single location block

2015-03-13 Thread AmitChauhan
When you say " but ALSO set up another proxy_pass from this location block to say bar.mydomain.com" Do you mean the request should go to both? i.e foo.mydomian and bar.mydomain. If thats the case than upstream will not work because it will actually load balance the requests between 2 servers. Inf

Re: Echo sub request not working

2015-03-13 Thread AmitChauhan
Can anyone help me with this? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,257211,257237#msg-257237 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Hide static file from sniffer

2015-03-13 Thread arty777
Hi , how it possible with nginx to hide static file from simple sniffer (like chrome) ? This directive add_header X-Content-Type-Options nosniff; does't help me . Help please with solution . Posted at Nginx Forum: http://forum.nginx.org/read.php?2,257236,257236#msg-257236