From e0499cd178272599ff9683f4e274fe9a8bc8ee65 Mon Sep 17 00:00:00 2001 From: studersi Date: Thu, 17 May 2018 07:52:05 +0200 Subject: [PATCH] Add PidFile directive. --- tutorial-3/README.md | 1 + tutorial-4/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/tutorial-3/README.md b/tutorial-3/README.md index 0f0a88c..fda0a9b 100644 --- a/tutorial-3/README.md +++ b/tutorial-3/README.md @@ -24,6 +24,7 @@ ServerAdmin root@localhost ServerRoot /apache User www-data Group www-data +PidFile logs/httpd.pid ServerTokens Prod UseCanonicalName On diff --git a/tutorial-4/README.md b/tutorial-4/README.md index f6f750e..70abb9b 100644 --- a/tutorial-4/README.md +++ b/tutorial-4/README.md @@ -43,6 +43,7 @@ ServerAdmin root@localhost ServerRoot /apache User www-data Group www-data +PidFile logs/httpd.pid ServerTokens Prod UseCanonicalName On