From 9a9ef9d94cfec8eb036d2e0606af0925415b0f8d Mon Sep 17 00:00:00 2001 From: mxi1 Date: Thu, 8 Jan 2009 10:12:05 +0000 Subject: [PATCH] -updated xcat.conf for SLES11 installation git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2580 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Client.pm | 2 +- xCAT/xcat.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-xCAT/xCAT/Client.pm b/perl-xCAT/xCAT/Client.pm index a0af61389..9119f8ac6 100644 --- a/perl-xCAT/xCAT/Client.pm +++ b/perl-xCAT/xCAT/Client.pm @@ -230,7 +230,7 @@ sub plugin_command { @nodes = xCAT::NodeRange::noderange($req->{noderange}->[0]); if (xCAT::NodeRange::nodesmissed()) { # my $rsp = {errorcode=>1,error=>"Invalid nodes in noderange:".join(',',xCAT::NodeRange::nodesmissed)}; - my $rsp->{serverdone} = {}; + #my $rsp->{serverdone} = {};#minjun print "Invalid nodes in noderangex:".join(',',xCAT::NodeRange::nodesmissed())."\n"; # if ($sock) { # print $sock XMLout($rsp,RootName=>'xcatresponse' ,NoAttr=>1); diff --git a/xCAT/xcat.conf b/xCAT/xcat.conf index 28af33d93..88cc2d7fd 100644 --- a/xCAT/xcat.conf +++ b/xCAT/xcat.conf @@ -6,7 +6,7 @@ AliasMatch ^/install/(.*)$ "/install/$1" AliasMatch ^/tftpboot/(.*)$ "/tftpboot/$1" - Options Indexes + Options Indexes +FollowSymLinks +Includes MultiViews AllowOverride None Order allow,deny Allow from all