From: Silvio Rhatto Date: Thu, 13 Aug 2015 17:27:12 +0000 (-0300) Subject: Default PidFile for jessie X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4384492539dd9a76d8c9b9a16a19e156e2ad13a9;p=puppet-apache.git Default PidFile for jessie --- diff --git a/templates/apache2.conf.erb.jessie b/templates/apache2.conf.erb.jessie index 5d39e89..63c4b6a 100644 --- a/templates/apache2.conf.erb.jessie +++ b/templates/apache2.conf.erb.jessie @@ -63,7 +63,7 @@ Mutex sem # PidFile: The file in which the server should record its process # identification number when it starts. # -PidFile /var/run/apache2.pid +PidFile ${APACHE_PID_FILE} # # Timeout: The number of seconds before receives and sends time out.