summaryrefslogtreecommitdiffstats
path: root/components/congress/test-webapp/www/ubuntu-apache2.conf
diff options
context:
space:
mode:
Diffstat (limited to 'components/congress/test-webapp/www/ubuntu-apache2.conf')
-rw-r--r--components/congress/test-webapp/www/ubuntu-apache2.conf19
1 files changed, 18 insertions, 1 deletions
diff --git a/components/congress/test-webapp/www/ubuntu-apache2.conf b/components/congress/test-webapp/www/ubuntu-apache2.conf
index f5d5408..6561e4b 100644
--- a/components/congress/test-webapp/www/ubuntu-apache2.conf
+++ b/components/congress/test-webapp/www/ubuntu-apache2.conf
@@ -1,10 +1,27 @@
+# Copyright 2015-2016 Open Platform for NFV Project, Inc. and its contributors
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# What this is: Apache configuration file for Ubuntu
+# Status: this is a work in progress, under test.
+#
# This is the main Apache server configuration file. It contains the
# configuration directives that give the server its instructions.
# See http://httpd.apache.org/docs/2.4/ for detailed information about
# the directives and /usr/share/doc/apache2/README.Debian about Debian specific
# hints.
#
-#
+
# Summary of how the Apache 2 configuration works in Debian:
# The Apache 2 web server configuration in Debian is quite different to
# upstream's suggested way to configure the web server. This is because Debian's