http://nginx.net/nginx.gif

Insatall

  • mod_wsgi
    •  ソース修正が必要。
      objs/addon/src/ngx_http_wsgi_handler.o: In function `ngx_http_wsgi_handler':
      ngx_http_wsgi_handler.c:(.text+0x62): undefined reference to `ngx_http_discard_body'
      collect2: ld はステータス 1 で終了しました
      make[1]: *** [objs/nginx] エラー 1
      make[1]: ディレクトリ `/home/hdknr/nginx-0.6.37' から出ます
      
  • fastcgi

Django/Python

Management

  • 起動
    % sudo /usr/local/nginx/sbin/nginx
    
  • 停止
     % sudo kill `cat /usr/local/nginx/logs/nginx.pid`
    
    • workprocessが残ってい場合がある
      24357 ?        Ss     0:00 nginx: master process /usr/local/nginx/sbin/nginx
      24358 ?        S      0:00 nginx: worker process
      
  • 基本認証