Re: username mapping for imap/pop

2014-01-12 Thread Igor Sysoev
On Jan 13, 2014, at 2:27 , bidwell wrote: > I need to map from username to login name where I wish to map from just > username to usern...@domain.org for gmail and windomain\username for an > exchange server. Is there a way for me to build in hooks to change the > username before connecting. I c

Re: monitoring cache statistics

2014-01-12 Thread bodomic
Right, I have found that too, sorry for disturbance, thanks! Posted at Nginx Forum: http://forum.nginx.org/read.php?2,2520,246303#msg-246303 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: nginx port for socket.io

2014-01-12 Thread Andy Tynefield
The nginx configuration provided is valid for this use case. Ensure that the browser is attempting to connect to the domain on port 80 for the socket io stuff and ensure that socket io is listening on the same port along with the node app. [Sent from Andrew's iPhone] > On Jan 12, 2014, at 9:18

nginx port for socket.io

2014-01-12 Thread mrblah
I have a node application that uses websockets. I'm using a custom config file like this. However, when I post to the application, the post isn't appearing in the client side of the application. Since it's using websockets to communicate between client and server, i'm wondering if I have a problem

tefasaf

2014-01-12 Thread wsl5shuai
gsdgdsagdfsahfdahfdjhgshgfshjfs Posted at Nginx Forum: http://forum.nginx.org/read.php?2,246297,246297#msg-246297 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

username mapping for imap/pop

2014-01-12 Thread bidwell
I need to map from username to login name where I wish to map from just username to usern...@domain.org for gmail and windomain\username for an exchange server. Is there a way for me to build in hooks to change the username before connecting. I can to that in my mailauth.pm module but don't know

Re: SSL ciphers, disable or not to disable RC4?

2014-01-12 Thread Darren Pilgrim
On 1/12/2014 9:42 AM, Axel wrote: I juggled around with ssl ciphers and tried to disable RC4, but still be able to serve IE under WinXP. Those ciphers are my choice - if anyone has 'better' ciphers or prefers another order i am pleased to hear... ssl_ciphers ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RS

Re: SSL ciphers, disable or not to disable RC4?

2014-01-12 Thread Axel
I juggled around with ssl ciphers and tried to disable RC4, but still be able to serve IE under WinXP. Those ciphers are my choice - if anyone has 'better' ciphers or prefers another order i am pleased to hear... ssl_ciphers ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-

Re: Connection reset by peer and other problems

2014-01-12 Thread futuredream
Could you tell us how did you fix this problem? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,240477,246289#msg-246289 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: PHP below server root not served

2014-01-12 Thread nano
On 11/01/2014 2:34 AM, Francis Daly wrote: On Fri, Jan 10, 2014 at 10:37:50PM +1100, nano wrote: On 10/01/2014 8:36 PM, Francis Daly wrote: On Fri, Jan 10, 2014 at 02:07:34PM +1100, nano wrote: On 10/01/2014 7:58 AM, Francis Daly wrote: Hi there, This mail is going to sound a bit negative.

Re: 403 error for one of my server blocks

2014-01-12 Thread Francis Daly
On Sat, Jan 11, 2014 at 11:04:35PM -0500, nginxmike wrote: Hi there, > In the directory for my other server block, I setup a node app. That's the > one where I'm getting the 403 error. > > Anyone know why this might be happening and how I might debug and/or fix > it? What http request do you ma