Problem with nginx test

Steve steeeeeveee at gmx.net
Wed Jan 13 19:33:37 MSK 2010


-------- Original-Nachricht --------
> Datum: Wed, 13 Jan 2010 11:11:04 -0500
> Von: "assassin85" <nginx-forum at nginx.us>
> An: nginx at nginx.org
> Betreff: 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 at 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 at server[/]# /usr/local/nginx/sbin/nginx -v
> nginx version: nginx/0.7.63
> 
> 
> 
> 
> root at 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
>
Hmmm... that looks strange. I mean you have Linux kernel 2.6.18-128.2.1.el5.028stab064.7 and I wounder what that comment there about using epoll on Linux kernels 2.6.x is all about? Ahhh! Yes! I see. If you use Linux kernel >= 2.6.0 you should use epoll instead of rtsig.
Ohhh boy. That was hard to fix. Phuu...


> }
> 
> 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 at nginx.org
> http://nginx.org/mailman/listinfo/nginx

-- 
Preisknaller: GMX DSL Flatrate für nur 16,99 Euro/mtl.!
http://portal.gmx.net/de/go/dsl02



More information about the nginx mailing list