]> gitweb.fluxo.info Git - puppet-apache.git/commitdiff
Default PidFile for jessie
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 13 Aug 2015 17:27:12 +0000 (14:27 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 13 Aug 2015 17:27:12 +0000 (14:27 -0300)
templates/apache2.conf.erb.jessie

index 5d39e8985608f8beded5b5a73fa1e392450ae445..63c4b6a8b2edde53215e412336ff9af48cb27c0d 100644 (file)
@@ -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.