Test the CGI environmentTest the CGI environment for TWiki Read the TWikiInstallationNotes. Environment variables: COMSPECC:\WINDOWS\system32\cmd.exe DOCUMENT_ROOTc:/twiki GATEWAY_INTERFACECGI/1.1 HOME/twiki HTTP_ACCEPTimage/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, */* HTTP_ACCEPT_ENCODINGgzip, deflate HTTP_ACCEPT_LANGUAGEda,en-gb;q=0.5 HTTP_CONNECTIONKeep-Alive HTTP_HOSTduron1000:1711 HTTP_USER_AGENTMozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705) LOGNAMEsystem PATH/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem QUERY_STRING RCSINIT-x,v/ REMOTE_ADDR10.11.12.2 REMOTE_PORT1135 REQUEST_METHODGET REQUEST_URI/bin/testenv SCRIPT_FILENAMEc:/twiki/bin/testenv SCRIPT_NAME/bin/testenv SERVER_ADDR10.11.12.200 SERVER_ADMINpeloprivat@stofanet.dk SERVER_NAMEhttp://10.11.12.200 SERVER_PORT1711 SERVER_PROTOCOLHTTP/1.1 SERVER_SIGNATUREApache/1.3.27 Server at http://10.11.12.200 Port 1711 SERVER_SOFTWAREApache/1.3.27 (Win32) SYSTEMROOTC:\WINDOWS TEMP/c/temp TERMcygwin TMP/c/temp TZGMT0BST WINDIRC:\WINDOWS CGI User and Group: User:SYSTEM Note: This is the user your cgi-bin scripts are executing. Warning: Since your CGI script is not running as user nobodyyou need to change the locks in the *,v RCS files of the TWiki distribution from nobody to SYSTEM. Member of groups:Administrators Administrators Test of TWiki.cfg Configuration: $wikiHomeUrl:http://duron1000/twiki Note: This is the link of the TWiki icon in the upper left corner. $defaultUrlHost:http://duron1000:1711 Note: This must be the protocol and host part (with optional port number) of the TWiki URL. $scriptUrlPath:/bin Note: This must be the URI of the TWiki cgi-bin directory. $pubUrlPath:/pub Note: This must be the URI of the public directory.This is not set correctly if below /pub/wikiHome.gif image is broken: $pubDir:/twiki/pub Note: This is the public directory, as seen from the file system. It must correspond to $pubUrlPath. $templateDir:/twiki/templates Note: This is the TWiki template directory, as seen from the file system. $dataDir:/twiki/data Note: This is the data directory where TWiki stores all topics. $mailProgram:/usr/sbin/sendmail -t -oi -oeq Note: This is the mail program TWiki uses to send mail. Warning: Mail program /usr/sbin/sendmail not found. Check the path. $rcsDir:c:/cygwin/bin Note: This is the directory where RCS is located. $lsCmd:/bin/ls Note: This is the file list program TWiki uses to list topics. $egrepCmd:/bin/grep -E Note: This is a program TWiki uses for search. $fgrepCmd:/bin/grep -F Note: This is a program TWiki uses for search.