>For now, to work around the issue, CentOS forum user sercan has provided the following commands to create >a new SELinux policy for Nginx. I've tested it on two of my servers and it works. > . . . And there's one more quick workaround to get running very quickly. Not entirely recommended since this turns off SELinux for nginx (while leaving it on for everything else). # semanaby richardm - Nginx Mailing List - English
I've verified that the update to Centos 6.6 does indeed relabel nginx related directories/files during yum update. And a restart of the nginx process will now have the label "httpd_t". Someone in RH decided to make the nginx webserver follow the same SELinux policy rules as Apache. OK, that works fine so long as all the needed directories/files are in the expected places. It also opeby richardm - Nginx Mailing List - English
An upgrade to Centos 6.6 seems to relabel the standard directories used by nginx with "httpd_" tags. I have two Centos systems nginx installed from the nginx repo. Both were at version 6.5 and showed, ls -lZ /etc/nginx/ drwxr-xr-x. root root system_u:object_r:etc_t:s0 conf.d . . . -rw-r--r--. root root system_u:object_r:etc_t:s0 nginx.conf . . . and ls -lZ /varby richardm - Nginx Mailing List - English
sarahnovotny Wrote: ------------------------------------------------------- > Hello all! > > I’d like to invite you to join the Nginx, Inc. team for our first User > Summit February 25th at Dogpatch Studios in San Francisco. > > The highlights include 2 formal presentations by the NGINX FOSS > project and Nginx, Inc. founder, Igor Sysoev, and well known module &gby richardm - Nginx Mailing List - English
<And if someone can get me that chinese blog for setting 2k concurrent connections using sysctl-settings.> Was it this one? It refers to 2M connections and claimed success. http://rdc.taobao.com/blog/cs/?p=1062 The blog is in Chinese. I used Chrome and clicked on "Translate" to read it.by richardm - Nginx Mailing List - English