diff options
Diffstat (limited to 'templates/apache2.conf.erb.jessie')
-rw-r--r-- | templates/apache2.conf.erb.jessie | 2 |
1 files changed, 1 insertions, 1 deletions
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. |