Navigation Menu

Skip to content

Commit

Permalink
httpd: specify --pid-path explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Aug 23, 2012
1 parent 8f85693 commit 673423e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions groonga-httpd-conf.sh.in
Expand Up @@ -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@"
Expand Down
1 change: 1 addition & 0 deletions vendor/nginx/configure
Expand Up @@ -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}
Expand Down

0 comments on commit 673423e

Please sign in to comment.