ispman/install-data/templates vhosts.conf.template, 1.26, 1.27

Joerg Delker <[email protected]> Mon, 11 Jun 2007 20:19:42 +0000
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/install-data/templates
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv27840/install-data/templates

Modified Files:
	vhosts.conf.template 
Log Message:
fixed wrong rendering of ServerAlias

Index: vhosts.conf.template
===================================================================
RCS file: /cvsroot/ispman/ispman/install-data/templates/vhosts.conf.template,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- vhosts.conf.template	11 Jun 2007 19:55:50 -0000	1.26
+++ vhosts.conf.template	11 Jun 2007 20:19:40 -0000	1.27
@@ -2,8 +2,9 @@
 	ServerName      <perl>$servername</perl>
 <perl>
 if ($ispmanVhostServerAlias){
-	"ServerAlias ".${join " ", @$ispmanVhostServerAlias}
-}	
+qq|
+	ServerAlias	$ispmanVhostServerAlias
+|;}	
 </perl>
 	<perl>$urlredirect</perl>
 	


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/