Skip to content
Snippets Groups Projects
Commit b5d39870 authored by pcs's avatar pcs
Browse files

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
parent dbe062a9
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment