[Groonga-commit] groonga/groonga at 103cb27 [master] httpd: enable stub status module by default

アーカイブの一覧に戻る

HAYASHI Kentaro null+****@clear*****
Tue Mar 25 17:00:22 JST 2014


HAYASHI Kentaro	2014-03-25 17:00:22 +0900 (Tue, 25 Mar 2014)

  New Revision: 103cb270d6c2dc48105713a51613d7a11083e023
  https://github.com/groonga/groonga/commit/103cb270d6c2dc48105713a51613d7a11083e023

  Message:
    httpd: enable stub status module by default
    
    see http://wiki.nginx.org/NginxHttpStubStatusModule
    
    Suggested by Masahiro Nagano. Thanks!!!

  Modified files:
    src/httpd/configure

  Modified: src/httpd/configure (+1 -0)
===================================================================
--- src/httpd/configure    2014-03-25 15:42:45 +0900 (c8bf6fc)
+++ src/httpd/configure    2014-03-25 17:00:22 +0900 (cd6fc0e)
@@ -78,6 +78,7 @@ cd "${nginx_directory_in_build_directory}"
   --pid-path="${GROONGA_HTTPD_PID_PATH}" \
   --with-cc-opt="${cc_opt}" \
   --with-ld-opt="${ld_opt}" \
+  --with-http_stub_status_module \
   ${configure_args}
 
 if [ "${GROONGA_HTTPD_DEBUG}" = "yes" ]; then
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る