Changeset 812 for trunk/core/lib/Foswiki/Configure/Checkers/MSWin32.pm
- Timestamp:
- 11/19/08 16:05:12 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/lib/Foswiki/Configure/Checkers/MSWin32.pm
r809 r812 15 15 my $n = $perl5shell . $this->NOTE(<<HERE); 16 16 This environment variable is used by Win32 Perls to run 17 commands from TWiki scripts - it determines which shell program is used to run17 commands from Foswiki scripts - it determines which shell program is used to run 18 18 commands that use 'pipes'. Examples of shell programs are cmd.exe, 19 19 command.com (aka 'DOS Prompt'), and Cygwin's 'bash' … … 29 29 if ($isActivePerl) { 30 30 $n .= $this->WARN(<<HERE); 31 ActiveState Perl on IIS does not support safe pipes, which is the mechanism used by TWiki to prevent a range31 ActiveState Perl on IIS does not support safe pipes, which is the mechanism used by Foswiki to prevent a range 32 32 of attacks aimed at arbitrary command execution on the server. You are <b>highly</b> recommended not to use this 33 33 particular configuration on a public server (one exposed to the internet)
Note: See TracChangeset
for help on using the changeset viewer.
