From 2ebcea35cc7d85736dc81ab391579e6ef821d4a4 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Tue, 8 Apr 2014 11:10:02 +0000 Subject: [PATCH] get rid of the "apache2: Could not reliably determine the server's fully qualified domain name, using 10.0.0.5 for ServerName" warning --- tools/apache2/jasmine-dev.template | 1 + 1 file changed, 1 insertion(+) 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} -- 1.7.10.4