[Groonga-commit] groonga/groonga [master] httpd: specify --pid-path explicitly

Back to archive index

HAYASHI Kentaro null+****@clear*****
Thu Aug 23 17:18:28 JST 2012


HAYASHI Kentaro	2012-08-23 17:18:28 +0900 (Thu, 23 Aug 2012)

  New Revision: 673423e0e166994ad59e6892c2b12cfadd14ae69
  https://github.com/groonga/groonga/commit/673423e0e166994ad59e6892c2b12cfadd14ae69

  Log:
    httpd: specify --pid-path explicitly

  Modified files:
    groonga-httpd-conf.sh.in
    vendor/nginx/configure

  Modified: groonga-httpd-conf.sh.in (+1 -0)
===================================================================
--- groonga-httpd-conf.sh.in    2012-08-22 17:18:22 +0900 (6cad40f)
+++ groonga-httpd-conf.sh.in    2012-08-23 17:18:28 +0900 (439ff84)
@@ -14,6 +14,7 @@ export GROONGA_HTTPD_BIN_PATH="${sbindir}/groonga-httpd"
 export GROONGA_HTTPD_CONF_PATH="${pkgsysconfdir}/httpd/groonga-httpd.conf"
 export GROONGA_HTTPD_ERROR_LOG_PATH="${localstatedir}/log/groonga/httpd/error.log"
 export GROONGA_HTTPD_HTTP_LOG_PATH="${localstatedir}/log/groonga/httpd/access.log"
+export GROONGA_HTTPD_PID_PATH="${localstatedir}/run/groonga"
 export GROONGA_HTTPD_DEBUG="@grn_debug@"
 export GROONGA_HTTPD_WITH_PCRE="@WITH_PCRE@"
 export GROONGA_HTTPD_PCRE_CFLAGS="@PCRE_CFLAGS@"

  Modified: vendor/nginx/configure (+1 -0)
===================================================================
--- vendor/nginx/configure    2012-08-22 17:18:22 +0900 (aeea65b)
+++ vendor/nginx/configure    2012-08-23 17:18:28 +0900 (9db98f1)
@@ -51,6 +51,7 @@ cd "../nginx-${nginx_version}"
   --error-log-path="${GROONGA_HTTPD_ERROR_LOG_PATH}" \
   --http-log-path="${GROONGA_HTTPD_HTTP_LOG_PATH}" \
   --add-module="${GROONGA_HTTPD_MODULE_PATH}" \
+  --pid-path="${GROONGA_HTTPD_PID_PATH}" \
   --with-cc-opt="${cc_opt}" \
   --with-ld-opt="${ld_opt}" \
   ${configure_args}
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index