Test the environment for TWiki Please read the TWikiInstallationNotes for more information on TWiki installation. Environment variables: COMSPEC C:\WINNT\system32\cmd.exe DOCUMENT_ROOT c:/twiki GATEWAY_INTERFACE CGI/1.1 HOME /twiki HTTP_ACCEPT image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, */* HTTP_ACCEPT_ENCODING gzip, deflate HTTP_ACCEPT_LANGUAGE en-ca HTTP_CONNECTION Keep-Alive HTTP_HOST 127.0.0.1 HTTP_REFERER http://127.0.0.1/bin/testenv HTTP_USER_AGENT Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Honeywell IAC IT LDI) LOGNAME system PATH /cygdrive/d/Program Files/Honeywell/TPS/Base:/cygdrive/d/Program Files/ReflectionDemo:/cygdrive/d/ORacle/ora81/bin:/c/Program Files/Oracle/jre/1.1.7/bin:/c/Program Files/Honeywell/TPS/Base:/c/Program Files/Microsoft Visual Studio/Common/Tools:/c/Program Files/Microsoft Visual Studio/Common/Msdev98/BIN:/c/Program Files/Microsoft Visual Studio/DF98/BIN:/c/Program Files/Microsoft Visual Studio/VC98/BIN:/c/WINNT/system32:/c/WINNT:/c/WINNT/System32/Wbem:/c/ORANT/BIN:.:/c/Program Files/Rational/ClearCase/bin:/cygdrive/d/mssql7/BINN:/cygdrive/d/HMX/RAE/bin:/c/Program Files/Common Files/Adaptec Shared/System PATH_INFO /foo/bar PATH_TRANSLATED c:\twiki\foo\bar QUERY_STRING RCSINIT -x,v/ REMOTE_ADDR 127.0.0.1 REMOTE_PORT 1953 REQUEST_METHOD GET REQUEST_URI /bin/testenv/foo/bar SCRIPT_FILENAME c:/twiki/bin/testenv SCRIPT_NAME /bin/testenv SERVER_ADDR 127.0.0.1 SERVER_ADMIN bill.holly@honeywell.com SERVER_NAME WON09-D1YPMQ01.honeywell.ON30.com SERVER_PORT 80 SERVER_PROTOCOL HTTP/1.1 SERVER_SIGNATURE Apache/1.3.27 Server at WON09-D1YPMQ01.honeywell.ON30.com Port 80 SERVER_SOFTWARE Apache/1.3.27 (Win32) SYSTEMROOT C:\WINNT TEMP /c/temp TERM cygwin TMP /c/temp TZ GMT0BST WINDIR C:\WINNT CGI Setup: Operating system: Windows (cygwin) Perl version: 5.8.0-1 (Cygwin) @INC library path: ../lib /usr/lib/perl5/5.8.0/cygwin-multi-64int /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/cygwin-multi-64int /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl . Note: This is the Perl library path, used to load TWiki modules, third-party modules used by some plugins, and Perl built-in modules. TWiki module in @INC path: OK, TWiki.pm found (TWiki version: 01 Feb 2003) Required Perl modules: CGI (2.81) CGI::Carp (1.23) File::Copy (2.05) Digest::SHA1 (2.02) MIME::Base64 (2.18) Net::SMTP (2.24) Optional Perl modules: Algorithm::Diff (1.01) MIME::Base64 (2.18) POSIX (1.05) PATH_INFO: /foo/bar Note: For a URL such as http://127.0.0.1/bin/testenv/foo/bar, the correct PATH_INFO is /foo/bar, without any prefixed path components. Test this now - particularly if you are using Apache or IIS, or are using a web hosting provider. The page resulting from the test link should have a PATH_INFO of /foo/bar. mod_perl: Not used for this script (mod_perl not loaded) User: system Note: Your CGI scripts are executing as this user. Warning: Since your CGI script is not running as user nobody, you need to change the locks in the *,v RCS files of the TWiki distribution from nobody to system. Otherwise, changes to topics will not be logged by RCS. Group(s): administrators administrators Test of TWiki.cfg Configuration: $wikiHomeUrl: http://127.0.0.1.com/bin/view Note: This is the link of the TWiki icon in the upper left corner. $defaultUrlHost: http://127.0.0.1.com 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 the /pub/wikiHome.gif image below 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. Warning: Security issue: This directory should not be writable by the system user. $dataDir: /twiki/data Note: This is the data directory where TWiki stores all topics. $mailProgram: /usr/sbin/sendmail -t -oi -oeq Note: This is not typically used on Windows - the Perl Net::SMTP module is used instead. $rcsDir: c:/cygwin/bin Note: This is the directory where RCS is located. RCS Version: 5.7 (Cygwin package rcs-5.7-3) Note: This is the version of RCS which will be used. $lsCmd: /bin/ls Note: This is the file list program TWiki uses to list topics. $egrepCmd: /bin/egrep -E Note: This is a program TWiki uses for search. $fgrepCmd: /bin/fgrep -F Note: This is a program TWiki uses for search. $safeEnvPath: /bin Note: This is used to initialise the PATH variable, and is used to run the 'diff' program used by RCS, as well as to run shell programs such as cmd.exe or Cygwin's 'bash'. Since you are using Cygwin Perl, 'bash' will be used without any special setup. Path and Shell Environment Original PATH: /cygdrive/d/Program Files/Honeywell/TPS/Base:/cygdrive/d/Program Files/ReflectionDemo:/cygdrive/d/ORacle/ora81/bin:/c/Program Files/Oracle/jre/1.1.7/bin:/c/Program Files/Honeywell/TPS/Base:/c/Program Files/Microsoft Visual Studio/Common/Tools:/c/Program Files/Microsoft Visual Studio/Common/Msdev98/BIN:/c/Program Files/Microsoft Visual Studio/DF98/BIN:/c/Program Files/Microsoft Visual Studio/VC98/BIN:/c/WINNT/system32:/c/WINNT:/c/WINNT/System32/Wbem:/c/ORANT/BIN:.:/c/Program Files/Rational/ClearCase/bin:/cygdrive/d/mssql7/BINN:/cygdrive/d/HMX/RAE/bin:/c/Program Files/Common Files/Adaptec Shared/System Note: This is the PATH value passed in from the web server to this script - it is reset by TWiki scripts to the PATH below, and is provided here for comparison purposes only. Current PATH: /bin Note: This is the actual PATH setting that will be used by Perl to run programs. It is normally identical to $safeEnvPath, unless that variable is empty. diff: GNU diff was found on the PATH - this is the recommended diff tool. Note: The 'diff' command is used by RCS to compare files. Internationalisation and Locale Setup $useLocale: 0 Note: This TWiki.cfg setting controls whether locales are used by Perl and 'grep'. Warning: Using Perl on Windows, which may have missing or incorrect locales (in Cygwin or ActiveState Perl, respectively) - use of $useLocale = 0 is recommended unless you know your version of Perl has working locale support. $siteLocale: en_US.ISO-8859-1 Note: This TWiki.cfg parameter sets the site-wide locale - for example, de_AT.ISO-8859-1 where 'de' is the language code, 'AT' the country code and 'ISO-8859-1' is the character set. Use the locale -a command on your system to determine available locales. Warning: Unable to set locale to en_US.ISO-8859-1, actual locale is C - please test your locale settings. $upperNational: Note: This TWiki.cfg parameter is used when $useLocale is 0, to work around missing or non-working locales. It is also used with Perl 5.005 for efficiency reasons - upgrading to Perl 5.6.1 with working locales is recommended, and removes the need for this. If required, this parameter should be set to the upper case accented characters you require in your locale. $lowerNational: Note: This TWiki.cfg parameter is used whenever $upperNational is used. This parameter should be set to the lower case accented characters you require in your locale.