From a2989321e97e9199e238d2670ff1c83ce8f229b5 Mon Sep 17 00:00:00 2001 From: mcrane Date: Thu, 21 Jan 2010 04:37:49 -0700 Subject: vhosts comment out server.port for http because the port is defined within the vvirtual hosts entry. --- config/vhosts/vhosts.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/vhosts') diff --git a/config/vhosts/vhosts.inc b/config/vhosts/vhosts.inc index 7cbdbdb8..3602b40a 100644 --- a/config/vhosts/vhosts.inc +++ b/config/vhosts/vhosts.inc @@ -267,7 +267,7 @@ function vhosts_sync_package_php() $tmp .= "######### Options that are good to be but not neccesary to be changed #######\n"; $tmp .= "\n"; $tmp .= "## bind to port (default: 80)\n"; - $tmp .= "server.port = 8001\n"; + $tmp .= "#server.port = 8001\n"; $tmp .= "\n"; $tmp .= "#the regex method isn't working\n"; $tmp .= "#\$HTTP[\"host\"] =~ \"(^|\\.)host01\\.com\$\" {\n"; -- cgit v1.2.3