CVS: ispman/lib/ISPMan ApacheMan.pm,1.35,1.36
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:/tmp/cvs-serv10712
Modified Files:
ApacheMan.pm
Log Message:
complement patch for ServerAlias bug
Index: ApacheMan.pm
===================================================================
RCS file: /cvsroot/ispman/ispman/lib/ISPMan/ApacheMan.pm,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -r1.35 -r1.36
*** ApacheMan.pm 6 Jan 2004 21:23:24 -0000 1.35
--- ApacheMan.pm 6 Jan 2004 21:26:51 -0000 1.36
***************
*** 264,267 ****
--- 264,274 ----
my $scriptdiroptions=$self->as_arrayref($r->param("ispmanVhostScriptDirOption"));;
+ if ($r->param("ispmanVhostServerAlias")) {
+ my $serveralias=[split(/\s\s*/, $r->param("ispmanVhostServerAlias"))];
+ $r->param("ispmanVhostServerAlias", $serveralias) if $serveralias;
+ } else {
+ $r->param("ispmanVhostServerAlias", " ");
+ }
+
my $data;
$data ={
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click