Welcome! Log In Create A New Profile

Advanced

Re: Problem with nginx test

Glen Lumanau
January 13, 2010 11:24AM
Inside events tags

- use rtsig;
+ use epoll;



Best Regards,

Glen Lumanau


-----Original Message-----
From: "assassin85" <nginx-forum@nginx.us>
Date: Wed, 13 Jan 2010 11:11:04
To: <nginx@nginx.org>
Subject: Re: Problem with nginx test

i don't know actually i followed instructions how to install nginx On cpanel servers

here is the output for command



root@server[/]# uname -rsmvp
Linux 2.6.18-128.2.1.el5.028stab064.7 #1 SMP Wed Aug 26 15:47:17 MSD 2009 i686 i686


additonal informations


root@server[/]# /usr/local/nginx/sbin/nginx -v
nginx version: nginx/0.7.63




root@server[/]# cat /usr/local/nginx/conf/nginx.conf
user nobody;
# no need for more workers in the proxy mode
worker_processes 1;

error_log logs/error.log info;

worker_rlimit_nofile 8192;

events {
worker_connections 512; # you might need to increase this setting for busy servers
use rtsig; # Linux kernels 2.6.x change to epoll
}

http {
server_names_hash_max_size 2048;

include mime.types;
default_type application/octet-stream;

sendfile on;
tcp_nopush on;
tcp_nodelay on;

keepalive_timeout 10;

gzip on;
gzip_min_length 1100;
gzip_buffers 4 32k;
gzip_types text/plain text/html application/x-javascript text/xml text/css;
ignore_invalid_headers on;

client_header_timeout 3m;
client_body_timeout 3m;
send_timeout 3m;
connection_pool_size 256;
client_header_buffer_size 4k;
large_client_header_buffers 4 32k;
request_pool_size 4k;
output_buffers 4 32k;
postpone_output 1460;

include "/usr/local/nginx/conf/vhost.conf";
}



this box running on CENTOS 5.4 i686 virtuozzo with cPanel

thanks for reply

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,40664,40738#msg-40738


_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
Subject Author Posted

Problem with nginx test

assassin85 January 13, 2010 07:44AM

Re: Problem with nginx test

Igor Sysoev January 13, 2010 08:10AM

Re: Problem with nginx test

assassin85 January 13, 2010 11:11AM

Re: Problem with nginx test

Glen Lumanau January 13, 2010 11:24AM

Re: Problem with nginx test

Steve January 13, 2010 11:38AM

Re: Problem with nginx test

assassin85 January 13, 2010 11:49AM

Re: Problem with nginx test

Steve January 13, 2010 12:10PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 273
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready