mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
PR:
Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79642 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -169,7 +169,7 @@ this file is somewhere else, you can give the real
|
||||
location with the -f argument. For example:
|
||||
|
||||
<PRE>
|
||||
/usr/local/etc/apache/src/httpd -f /usr/local/etc/apache/conf/httpd.conf
|
||||
/usr/local/apache/src/httpd -f /usr/local/apache/conf/httpd.conf
|
||||
</PRE>
|
||||
|
||||
If all goes well this will return to the command prompt almost
|
||||
@@ -228,7 +228,7 @@ attempt to kill the child processes because they will be renewed by
|
||||
the parent. A typical command to stop the server is:
|
||||
|
||||
<PRE>
|
||||
kill -TERM `cat /usr/local/etc/apache/logs/httpd.pid`
|
||||
kill -TERM `cat /usr/local/apache/logs/httpd.pid`
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
|
||||
@@ -169,7 +169,7 @@ this file is somewhere else, you can give the real
|
||||
location with the -f argument. For example:
|
||||
|
||||
<PRE>
|
||||
/usr/local/etc/apache/src/httpd -f /usr/local/etc/apache/conf/httpd.conf
|
||||
/usr/local/apache/src/httpd -f /usr/local/apache/conf/httpd.conf
|
||||
</PRE>
|
||||
|
||||
If all goes well this will return to the command prompt almost
|
||||
@@ -228,7 +228,7 @@ attempt to kill the child processes because they will be renewed by
|
||||
the parent. A typical command to stop the server is:
|
||||
|
||||
<PRE>
|
||||
kill -TERM `cat /usr/local/etc/apache/logs/httpd.pid`
|
||||
kill -TERM `cat /usr/local/apache/logs/httpd.pid`
|
||||
</PRE>
|
||||
|
||||
<P>
|
||||
|
||||
Reference in New Issue
Block a user