-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
This commit is contained in:
mxi1 2009-01-08 10:12:05 +00:00
parent 02135314e6
commit 9a9ef9d94c
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -6,7 +6,7 @@ AliasMatch ^/install/(.*)$ "/install/$1"
AliasMatch ^/tftpboot/(.*)$ "/tftpboot/$1"
<Directory "/tftpboot">
Options Indexes
Options Indexes +FollowSymLinks +Includes MultiViews
AllowOverride None
Order allow,deny
Allow from all