×
日本語のページを検索
  • すべての言語
  • 日本語のページを検索
すべての結果
The mismatch is the reason it is failing. If something is exporting PIDFILE, then that value would be preferred over the fallback in pidfile=${PIDFILE-/var/run ...
One possibility could be to specify the default location of httpd.pid at compile time by setting DEFAULT_PIDLOG to /var/run/httpd.pid, in the spec file: CFLAGS= ...
This example configuration ensures optimal compatibility and performance for Apache, making it easy to set up and adjust to meet your needs.
2015/05/04 · I have an apache server which has some problem for restarting. Everytime I restart it, it threw me into error as below.
2009/07/05 · In that script, there is a line that says pidfile=${PIDFILE-/var/run/httpd/httpd.pid}. ... Change your script to match the Fedora 9 line and that ...
The hard-coded default is the server root + logs + httpd.pid. In your case I think it's already overridden in a config file.
# Short-Description: start and stop Apache HTTP Server. # Description: The ... pidfile=${PIDFILE-/var/run/httpd/httpd.pid}. lockfile=${LOCKFILE-/var/lock ...
関連する質問
2012/05/10 · The reason is that third parties can use signals, by means of kill(1), to control the running Apache instance.