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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Deploying Catalyst App On Shared Server
by varanasi (Scribe) on Aug 28, 2017 at 11:55 UTC |