1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00
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:
pcs
1997-11-25 09:41:46 +00:00
parent c69ca0c8ac
commit b87cc5f7f2
2 changed files with 4 additions and 4 deletions

View File

@@ -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>

View File

@@ -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>