From e495c1fe9f2215b7d68016a6fd6860716ab2528a Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 25 Mar 2009 01:57:16 +0000 Subject: [PATCH] Update vhost apache configuration: add port 80 * vhost should contain explicit port binding to port 80. --- INSTALL | 4 ++-- debian.sarge/vhost-apache-authentic | 2 +- debian/vhost-apache-authentic | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 4bff054..411dcc6 100644 --- a/INSTALL +++ b/INSTALL @@ -34,7 +34,7 @@ SCGI (version 1.8 or later is recommended since they have SCGIMount directive). An example configuration (mod_python, Apache 2) looks like this:: - + ServerAdmin webmaster@locahost ServerName www.example.com DocumentRoot /usr/share/authentic/web/ @@ -47,7 +47,7 @@ An example configuration (mod_python, Apache 2) looks like this:: An other example configuration (SCGI, Apache 1.3):: - + ServerAdmin webmaster@locahost ServerName www.example.com DocumentRoot /usr/share/authentic/web/ diff --git a/debian.sarge/vhost-apache-authentic b/debian.sarge/vhost-apache-authentic index e4b46d0..affbc0b 100644 --- a/debian.sarge/vhost-apache-authentic +++ b/debian.sarge/vhost-apache-authentic @@ -1,4 +1,4 @@ - + ServerName authentic.example.com include /usr/share/authentic/apache2.conf CustomLog /var/log/apache2/authentic-access.log combined diff --git a/debian/vhost-apache-authentic b/debian/vhost-apache-authentic index e4b46d0..affbc0b 100644 --- a/debian/vhost-apache-authentic +++ b/debian/vhost-apache-authentic @@ -1,4 +1,4 @@ - + ServerName authentic.example.com include /usr/share/authentic/apache2.conf CustomLog /var/log/apache2/authentic-access.log combined