• 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.

Item6087: TSA FastCgi crashes

Item Form Data

AppliesTo: Component: Priority: CurrentState: WaitingFor: TargetRelease ReleasedIn
Extension FastCGIEngineContrib Urgent Waiting for Feedback TWiki:Main.GilmarSantosJr, TWiki:Main.SvenDowideit n/a  

Edit Form Data

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

Detail

I thought I'd try out fastcgi engie in a real world situation - DreamHost

which means you don't get to use Alias or any of the FastCgiServer directives in the htaccess file - you're supposed to just use a .fcgi ending, and it is supposed to work.

it falls flat with a 500 error, and there's not enough info in any logs I could find to fix or diagnose.

-- TWiki:Main/SvenDowideit - 21 Oct 2008

This one can be hard to solve cause I don't have a DreamHost account to test it on...

FastCGI engine in trunk still needs some updates, due to changes I made to trunk after the merge. But it was supposed at least to work for simple and common situations. Currently it really needs an Alias statement, mapping the bin url dir to twiki_fastcgi script, so the action becomes part of the PATH_INFO. I'll try to set up my apache as described at DreamHost documentation and test it.

Maybe, if mod_actions and mod_mime are available and enabled, something like this could work:

# .htaccess of twiki bin directory
SetHandler twiki-fastcgi
Action twiki-fastcgi /twiki/bin/twiki_fastcgi
<Files "twiki_fastcgi">
   SetHandler fastcgi-script
</Files>

-- TWiki:Main.GilmarSantosJr - 22 Oct 2008

i'll set you up an account on DH soon - but in my opinion, the fastcgi support needs to work for the dumbest setup too -

where all you get is

AddHandler fastcgi-script .fcgi
Options +FollowSymLinks +ExecCGI

the lack of logging bothers me quite a bit thou - is there no way you can get some real info logged to debug.txt?

-- TWiki:Main.SvenDowideit - 22 Oct 2008

ItemTemplate
Summary TSA FastCgi crashes
ReportedBy TWiki:Main.SvenDowideit
Codebase

SVN Range TWiki-5.0.0, Sun, 05 Oct 2008, build 17588
AppliesTo Extension
Component FastCGIEngineContrib
Priority Urgent
CurrentState Waiting for Feedback
WaitingFor TWiki:Main.GilmarSantosJr, TWiki:Main.SvenDowideit
Checkins

TargetRelease n/a
ReleasedIn

Edit | Attach | Watch | Print version | History: r3 < r2 < r1 | Backlinks | Raw View |  Raw edit | More topic actions
Topic revision: r3 - 2008-10-22 - SvenDowideit
 
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