• Do not register here on develop.twiki.org, login with your twiki.org account.
• Use View topic Item7848 for generic doc work for TWiki-6.1.1. Use View topic Item7851 for doc work on extensions that are not part of a release. More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
Does this site look broken?. Use the LitterTray web for test cases.

Item6561: mod_perl2 incompatible check for ENV{GATEWAY_INTERFACE}

Item Form Data

AppliesTo: Component: Priority: CurrentState: WaitingFor: TargetRelease ReleasedIn
Engine   Urgent Closed   patch 5.0.1

Edit Form Data

Summary:
Reported By:
Codebase:
Applies To:
Component:
Priority:
Current State:
Waiting For:
Target Release:
Released In:
 

Detail

/bin scripts check for environment variable GATEWAY_INTERFACE to determine if they are run via CLI or CGI/mod_perl. However, mod_perl 2 defines MOD_PERL environment variable instead. The check should be:
 if ( defined $ENV{GATEWAY_INTERFACE} or defined $ENV{MOD_PERL} )

-- TWiki:Main/AvishaiIshShalom - 2010-08-21

Thank you AvishaiIsh for reporting and for providing a solution. I patched all twiki/bin files and twiki/lib/TWiki.pm accordingly. SVN trunk and 5.0 branch are updated.

-- TWiki:Main.PeterThoeny - 2010-08-22

ItemTemplate
Summary mod_perl2 incompatible check for ENV{GATEWAY_INTERFACE}
ReportedBy TWiki:Main.AvishaiIshShalom
Codebase 5.0.0, ~twiki4
SVN Range TWiki-5.0.0, Sat, 21 Aug 2010, build 19345
AppliesTo Engine
Component

Priority Urgent
CurrentState Closed
WaitingFor

Checkins TWikirev:19349 TWikirev:19350 TWikirev:19351 TWikirev:19352
TargetRelease patch
ReleasedIn 5.0.1
Edit | Attach | Watch | Print version | History: r7 < r6 < r5 < r4 < r3 | Backlinks | Raw View |  Raw edit | More topic actions
Topic revision: r7 - 2010-10-12 - PeterThoeny
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2023 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback