Nginx 0.8.34 segmentation fault
    Hoang Hoang 
    lists at ruby-forum.com
       
    Wed Mar 10 11:38:36 MSK 2010
    
    
  
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=200m;
    proxy_temp_path   /usr/local/nginx/proxy_temp;  # must be on the
same filesystem as cache
When I tried to test the configuration to see if there were something
wrong, it crashed
[sys at k78-web1 ~]# /usr/local/nginx/sbin/nginx -t
Segmentation fault
If I removed the above mentioned directives,
"/usr/local/nginx/sbin/nginx -t" said it was OK.
Am I doing anything wrong?
Regards,
Hoang
-- 
Posted via http://www.ruby-forum.com/.
    
    
More information about the nginx
mailing list