Re: Reverse proxy configuration on el7

2015-05-06 Thread Aron
Hi , You must configure "X-Forwarded-For " in the apache log format to get real IP client.  Regards Aron On Thursday, May 7, 2015 9:39 AM, Dewangga Bachrul Alam wrote: Hello! Did anyone have same problem when configuring reverse proxy nginx + apache, when the request

Re: Too many open files and unix

2013-10-25 Thread Aron
Hello, Can you tell the output from this command ps -eLF |grep www-data |wc -l ? And What does /proc/sys/fs/nr_open output ?   Regards Aron From: Axel To: nginx@nginx.org Sent: Friday, October 25, 2013 5:37 PM Subject: Too many open files and unix Hello