ispman/lib/ISPMan ApacheMan.pm,1.61,1.62

Joerg Delker <[email protected]>
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/lib/ISPMan
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13078/lib/ISPMan

Modified Files:
	ApacheMan.pm 
Log Message:
added default for ispmanVhostIpAddress


Index: ApacheMan.pm
===================================================================
RCS file: /cvsroot/ispman/ispman/lib/ISPMan/ApacheMan.pm,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- ApacheMan.pm	1 May 2004 18:16:25 -0000	1.61
+++ ApacheMan.pm	1 May 2004 19:34:48 -0000	1.62
@@ -265,7 +265,11 @@
    $ispmanVhostName=lc($ispmanVhostName);
    $ispmanVhostName=~s/[^a-zA-Z0-9\.-]//g;
    $r->param("ispmanVhostName", $ispmanVhostName);
-      
+
+   unless ($r->param("ispmanVhostIpAddress")){
+     $r->param("ispmanVhostIpAddress","*");
+   }
+
    my ($vhostIp,$vhostPort)=split ":", $r->param("ispmanVhostIpAddress");
    my $domain=$r->param("ispmanDomain");
    



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.