Test the environment for TWiki

Please read the TWikiInstallationNotes for more information on TWiki installation.

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, */*
HTTP_ACCEPT_ENCODINGgzip, deflate
HTTP_ACCEPT_LANGUAGEen-us
HTTP_CONNECTIONKeep-Alive
HTTP_HOSTpdnts
HTTP_USER_AGENTMozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.1.4322)
LOGNAMEsystem
PATH/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/Program Files/Dell/OpenManage/oma/bin:/c/Program Files/Dell/OpenManage/LU/bin:/c/Program Files/Dell/OpenManage/oldiags/bin:/c/Program Files/Dell/OpenManage/Array Manager:/usr/bin:/usr/X11R6/bin
QUERY_STRING
RCSINIT-x,v/
REMOTE_ADDR10.20.5.2
REMOTE_PORT3824
REQUEST_METHODGET
REQUEST_URI/bin/testenv
SCRIPT_FILENAMEc:/twiki/bin/testenv
SCRIPT_NAME/bin/testenv
SERVER_ADDR10.20.5.2
SERVER_ADMINsteve.anthony@jenzabar.net
SERVER_NAMEpdnts.jenzabar.net
SERVER_PORT80
SERVER_PROTOCOLHTTP/1.1
SERVER_SIGNATURE
Apache/1.3.33 Server at pdnts.jenzabar.net Port 80
SERVER_SOFTWAREApache/1.3.33 (Win32)
SYSTEMROOTC:\WINDOWS
TEMP/c/temp
TERMcygwin
TMP/c/temp
TZEST5EDT
WINDIRC:\WINDOWS

CGI Setup:

Operating system:Windows (cygwin)
Perl version:5.8.6-4 (Cygwin)
@INC library path:/twiki/lib
/usr/lib/perl5/5.8/cygwin
/usr/lib/perl5/5.8
/usr/lib/perl5/site_perl/5.8/cygwin
/usr/lib/perl5/site_perl/5.8
/usr/lib/perl5/site_perl/5.8
/usr/lib/perl5/vendor_perl/5.8/cygwin
/usr/lib/perl5/vendor_perl/5.8
/usr/lib/perl5/vendor_perl/5.8
.
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: 02 Sep 2004 $Rev: 1742 $)
Required Perl modules:
CGI (3.05)
CGI::Carp (1.28)
File::Copy (2.08)
File::Spec (3.01)
FileHandle (2.01)
Digest::SHA1 (2.10)
MIME::Base64 (3.05)
Net::SMTP (2.29)
Optional Perl modules:
Algorithm::Diff (1.02)
MIME::Base64 (3.05)
POSIX (1.08)
Encode (2.08)
Error: 'Can't locate Unicode/MapUTF8.pm in @INC (@INC contains: /twiki/lib /usr/lib/perl5/5.8/cygwin /usr/lib/perl5/5.8 /usr/lib/perl5/site_perl/5.8/cygwin /usr/lib/perl5/site_perl/5.8 /usr/lib/perl5/site_perl/5.8 /usr/lib/perl5/vendor_perl/5.8/cygwin /usr/lib/perl5/vendor_perl/5.8 /usr/lib/perl5/vendor_perl/5.8 .) at (eval 35) line 2. BEGIN failed--compilation aborted at (eval 35) line 2. 'Note: Optional module 'Unicode::MapUTF8' not installed - check TWiki documentation to see if your configuration needs this module.
Digest::MD5 (2.33)
GD (2.19)
PATH_INFO:
Note: For a URL such as http://pdnts/bin/testenv/foo/bar, the correct PATH_INFO is /foo/bar, without any prefixed path components. Test this now - particularly if you are using mod_perl, 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 into Apache)
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.
Fix: If needed, relock all the rcs files to user system
Group(s): administrators administrators root

Test of TWiki.cfg Configuration:

c:\cygwin\bin\perl.exe (5480): *** unable to remap c:\cygwin\bin\cygfreetype-6.dll to same address as parent(0x1030000) != 0x10C0000 13 [main] perl 5832 fork_parent: child 5480 died waiting for dll loading
$defaultUrlHost:http://pdnts
Note: This must match the protocol and host part (with optional port number) of the TWiki URL.
$scriptUrlPath:/bin
Note: This must match the 'cgi-bin' part of the URL used to access the TWiki cgi-bin directory.
$pubUrlPath:/pub
Note: This must be the URL 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.