Fix AllowHosts when setting more than 2 IP

tags/0.2.14_el5 0.2.14_el5
Daniel Berteaud 9 years ago
parent 6115dc46e7
commit 51133cdbf1
  1. 2
      root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/WebAppVirtualHost/50Content

@ -72,7 +72,7 @@ if ($allow ne ''){
$allow = "$localAccess $externalSSLAccess";
}
else{
$allow =~ s/[,;]/ /;
$allow =~ s/[,;]/ /g;
}
$OUT .=<<"EOF"

Loading…
Cancel
Save