Share

submit to reddit Newsvine Delicious Facebook Post to MySpace! Stumble Fark More

Collection View

Nginx

"Nginx open source web server and proxy"
by Cyprix as at Mar 11 2010 1:14am
Mar 10 2010
8:38am
Nginx 0.8.34 segmentation fault
Hi all, I tried to put the following directive into http {} proxy_cache_path /usr/local/nginx/proxy_temp levels=1:2 keys_zone=wlcstaticfiles:10m inactive=7d max_size=20... more
Mar 9 2010
7:27pm
SSI not evaluated in memcache response
_______________________________________________ nginx mailing list nginx-jCiJ2l+ov5bYtjvyW6yDsg< at >public.gmane.org http://nginx.org/mailman/listinfo/nginx ... more
Mar 9 2010
2:20pm
ubuntu PPA for Jaunty and Karmic
_______________________________________________ nginx mailing list nginx-jCiJ2l+ov5bYtjvyW6yDsg< at >public.gmane.org http://nginx.org/mailman/listinfo/nginx ... more
Mar 9 2010
11:12am
How can I keep a large list in apache memory
Hello all, I am new to nginx , I am using ngnix as a Load balancer for two imap servers. All machines are RHEL5 64 bit The nginx calls an apache php script that determines... more
Mar 9 2010
10:40am
How to not process request from monitoring services
Hi all, I have a lot of requests like this 85.73.113.168 - - [09/Mar/2010:04:36:10 -0600] "-" 400 0 "-" "-" 85.73.113.168 - - [09/Mar/2010:04:36:10 -0600] "-" 400 0 "-" "-" ... more
Mar 8 2010
10:51pm
keepalive_timeout 1 1 & client_body_buffer_size question
Hello, Iam currently exploring the following directives First keepalive_timeout 1 1 ... Suppose Iam getting a slowloris attack, I think this is a great parameter to reduce ... more
Mar 8 2010
8:39pm
Best way to only allow specific file extensions?
Hello, Iam running a reverse proxy and I would like only to relay certain type of extensions to the backend.. (and ofcourse any directory) location / { proxy_p... more
Mar 8 2010
8:36pm
server_name _; doesn't work
Hello, when I set a default vhosts with server_name _; it doesn't work. Here the example file: server { listen 80; server_name _ ; # underdash means for all ho... more
Mar 8 2010
4:30pm
Performance plateau when keepalives enabled
Hi, I am benchmarking nginx 0.7.65 with httperf simulating a typical user visit which lasts max 10 seconds including pause time (i.e. hit page, grab inline elements such as i... more
Mar 8 2010
4:16pm
socket CLOSE_WAIT problem and 404.html
_______________________________________________ nginx mailing list nginx-jCiJ2l+ov5bYtjvyW6yDsg< at >public.gmane.org http://nginx.org/mailman/listinfo/nginx ... more
Mar 8 2010
1:26pm
authorization problem
now i have successfully set the 'nginx.conf ' like this: 29 auth_basic "LTP Web Service"; 30 auth_basic_user_file ltpasswd; and when visit the web site, it will pop ... more
Mar 8 2010
8:30am
nginx eval with memc set command very slowly
_______________________________________________ nginx mailing list nginx-jCiJ2l+ov5bYtjvyW6yDsg< at >public.gmane.org http://nginx.org/mailman/listinfo/nginx ... more
Mar 8 2010
6:22am
fastcgi.conf file
There is a new fastcgi.conf seems better than the old fastcgi_params file. Why do nginx.conf NOT include the new fastcgi.conf instead of fastcgi_params file? ... more
Mar 8 2010
6:17am
proxy_cache_purge for nginx/0.8.34
Can somebody confirm that proxy_cache_purge is working with nginx/0.8.34. I have this config and cannot get it to delete anything from the cache, I just get a 404: location... more
Mar 8 2010
12:36am
accept() failed (24: Too many open files) .. how to confirm how manyfile descriptors nginx is running with?
Hello, I have been getting that error a lot now.. I pressume because of the amount of traffic. My simultaneous connection is set to 10 000... does that mean I need one file... more
Mar 7 2010
10:26pm
Caching IP exception... possible?
Hello! I have setup nginx with caching as a reverse proxy and it works great. Is there anyway I can setup a list of IPs to whom nginx should always request to the upstream? I... more
Mar 7 2010
6:07pm
directio question
Hi, My name is Stefan Parvu, Im working on http://www.systemdatarecorder.org and I have started to test and consider replacing for our solution apache over nginx. Im getting... more
Mar 7 2010
11:55am
proxy_cache_key
Hello, I want to generate the file path of proxy cached data from the proxy_cache_key variable. Is there some pseudo-code to generate the same hash as nginx does internally? ... more
Mar 7 2010
10:26am
error 400
suppose client send too many cookies to nginx, nginx will return error 400, how to resolve it thanks Posted at Nginx Forum: http://forum.nginx.org/read.php?2,61022,61022#ms... more
Mar 7 2010
2:13am
nginx using access.log.1 after using a logrotate script under ubuntu(from source)
_______________________________________________ nginx mailing list nginx-jCiJ2l+ov5bYtjvyW6yDsg< at >public.gmane.org http://nginx.org/mailman/listinfo/nginx ... more