bwellsnc
bwellsnc
I am placing my conf files in a conf.d directory. Below is my nginx.conf. user nginx; worker_processes 4; worker_rlimit_nofile 10000; error_log /var/log/nginx/error.log; #error_log /var/log/nginx/error.log notice; #error_log /var/log/nginx/error.log info; pid /var/run/nginx.pid;...
I was trying to place the tcp variable in a file located in the conf.d file. What I did is below. So I have to place this in the main...
Ok, got it now. Thanks again! On Wed, Mar 14, 2012 at 10:13 PM, Weibin Yao(姚伟斌) [email protected] wrote: > No, you are not. The tcp directive should be put out...
This can be compiled together. Please reference this page: https://github.com/borisz/geoip-api-c You will need to add -fms-extensions to your CFLAGS. This built geoip and gridfs together
OS: RHEL 6.3 Python: 2.6
I try to keep with the version of python that comes with the OS. I build everything against the version that Redhat ships with RHEL 6. Upgrading python just for...