From: Jan T. <de...@us...> - 2002-10-29 11:55:52
|
Update of /cvsroot/net-script/netscript2/src/perl In directory usw-pr-cvs1:/tmp/cvs-serv20206 Modified Files: configuration Log Message: * added new options to the config file Index: configuration =================================================================== RCS file: /cvsroot/net-script/netscript2/src/perl/configuration,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** configuration 3 May 2002 13:29:06 -0000 1.1 --- configuration 29 Oct 2002 11:55:49 -0000 1.2 *************** *** 9,15 **** #----------------------------------------------------------------------- ! # The base URL where the static files can be found ! STATIC=../../netscript2 --- 9,23 ---- #----------------------------------------------------------------------- ! # The base URL where the static files can be found (relative) ! STATIC=/home/kork/public_html/netscript2/pages + # The base URL where the static files can be found (HTTP-URL) + STATIC_URL=http://insomnia-hq.homeip.net/~kork/netscript2/pages + # The directory where libraries are stored + 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 |