[SCM] Debian packaging for apache2 branch, master, updated. debian/2.4.4-6-7-g2f27ee5

Arno Töll arno at debian.org
Sat Jul 13 20:22:05 UTC 2013


The following commit has been merged in the master branch:
commit b82a5adb25a507a53d97c7fe737bf51189daa7b4
Author: Arno Töll <arno at debian.org>
Date:   Sat Jul 13 13:27:51 2013 +0200

    Recommend setting ServerName in 000-default

diff --git a/debian/config-dir/sites-available/000-default.conf b/debian/config-dir/sites-available/000-default.conf
index dfa26b1..8b7d501 100644
--- a/debian/config-dir/sites-available/000-default.conf
+++ b/debian/config-dir/sites-available/000-default.conf
@@ -1,4 +1,11 @@
 <VirtualHost *:80>
+	# The ServerName directive sets the request scheme, hostname and port that
+	# the server uses to identify itself. This is used when creating
+	# redirection URLs. In the context of virtual hosts, the ServerName
+	# specifies what hostname must appear in the request's Host: header to
+	# match this virtual host.
+	# ServerName www.example.com
+
 	ServerAdmin webmaster at localhost
 	DocumentRoot /var/www
 

-- 
Debian packaging for apache2



More information about the Pkg-apache-commits mailing list