From: Wolfram Schneider Date: Tue, 8 Apr 2014 11:10:02 +0000 (+0000) Subject: get rid of the "apache2: Could not reliably determine the server's fully qualified... X-Git-Tag: 1.0.0~987 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=2ebcea35cc7d85736dc81ab391579e6ef821d4a4 get rid of the "apache2: Could not reliably determine the server's fully qualified domain name, using 10.0.0.5 for ServerName" warning --- diff --git a/tools/apache2/jasmine-dev.template b/tools/apache2/jasmine-dev.template index d1f2279..5486688 100644 --- a/tools/apache2/jasmine-dev.template +++ b/tools/apache2/jasmine-dev.template @@ -7,6 +7,7 @@ User ${APACHE_RUN_USER} Group ${APACHE_RUN_GROUP} PidFile ${APACHE_PID_FILE} +ServerName localhost ServerRoot ${APACHE_SERVER_ROOT} NameVirtualHost *:${APACHE_PORT} Listen ${APACHE_PORT}