in reply to Re^2: Deploying Catalyst App On Shared Server
in thread Deploying Catalyst App On Shared Server

Hi,

The server has mod_fastcgi rather than mod_fcgid installed so the parameter name is slightly different.

You mentioned "fcgid-script" , but mod_fastcgi docs only mentions "fastcgi-script", so if you're sure you have mod_fastcgi, try "fastcgi-script" as the handler.

I don't think there is a FastCgiIpcDir set. The examples I've seen use /tmp/fcgi but that means nothing to me.)

If it still doesn't work, create "~/FastCgiIpcDir" and point to it in .htaccess and see what happens

  • Comment on Re^3: Deploying Catalyst App On Shared Server

Replies are listed 'Best First'.
Re^4: Deploying Catalyst App On Shared Server
by varanasi (Scribe) on Aug 28, 2017 at 11:55 UTC

    beech, I was wrong: the server actually has the fcgid_mod installed. WHM identifies it as Mod FastCGI so I was told fastcgi_mod.

    I'll see whether I can figure out what entry might go in my .htaccess and give your suggestion a try.