Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^3: Deploying Catalyst App On Shared Server

by beech (Parson)
on Aug 28, 2017 at 07:15 UTC ( [id://1198134]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1198134]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-04-25 12:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found