From: Jan T. <de...@us...> - 2003-06-02 21:49:59
|
Update of /cvsroot/net-script/netscript2/src/perl In directory sc8-pr-cvs1:/tmp/cvs-serv7847/perl Modified Files: configuration Log Message: * added <?netscript include ?> directive Index: configuration =================================================================== RCS file: /cvsroot/net-script/netscript2/src/perl/configuration,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** configuration 31 May 2003 22:39:32 -0000 1.3 --- configuration 2 Jun 2003 21:49:15 -0000 1.4 *************** *** 18,32 **** LIBDIR=/home/kork/public_html/cgi-bin/netscript2/NetScript/Libraries ! # Allow http-scriptURLs and HTTP-imports (yes/no) ? # Most people will say no here because # it allows an attacker to run arbitrary code on the system. ALLOW_REMOTE_SCRIPTS=no # The DOM Abstraction Layer (DAL) to use. Set this according to the # available Modules. ! # ! DAL=XML::DAL::LibXMLDAL # Use this only if you cannot find a better DOM implementation. XML::DOM2 is # fairly slow and should be used as last resort, only ! #DAL=XML::DAL::XMLDOM2DAL --- 18,36 ---- LIBDIR=/home/kork/public_html/cgi-bin/netscript2/NetScript/Libraries ! # Allow http-scriptURLs (yes/no) ? # Most people will say no here because # it allows an attacker to run arbitrary code on the system. ALLOW_REMOTE_SCRIPTS=no + # Allow access to remote locations (remote imports/includes/files) + # Most people will say yes here, no is the paranoid setting. + ALLOW_REMOTE_ACCESS=yes + # The DOM Abstraction Layer (DAL) to use. Set this according to the # available Modules. ! # The DAL for XML::LibXML ! #DAL=XML::DAL::LibXMLDAL # Use this only if you cannot find a better DOM implementation. XML::DOM2 is # fairly slow and should be used as last resort, only ! DAL=XML::DAL::XMLDOM2DAL |