From e95718ac0e5d4a677cc0ac9040c72c3f3648e649 Mon Sep 17 00:00:00 2001 From: Jon Bonilla Date: Wed, 27 Feb 2013 17:30:35 +0000 Subject: [PATCH] Don't listen again if port 80 --- etc/apache.site | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/apache.site b/etc/apache.site index d723ba2..67deee1 100644 --- a/etc/apache.site +++ b/etc/apache.site @@ -1,5 +1,5 @@ [% TAGS [- -] %] -[% IF www_admin.apache.port != 443 %] +[% IF www_admin.apache.port != 443 && www_admin.apache.port != 80 %] Listen [% www_admin.apache.port %] [% END %]