• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

FastCGI Unavailable

O

oleo80

Guest
Hi all,
I've recently upgraded Plesk Panel to 11.x and I can't set FastCGI as the default PHP handler for domains.

When I create Service Plans, the FastCGI option is available but inside the settings for each domain I can only see "CGI Application".

You can see what I'm talking about in the attached screenshot (it's in italian, sorry)

That's quite strange: any ideas?

Thanks!
 

Attachments

  • Impostazioni di hosting per erilab.com - Parallels Plesk Panel 11.0.9.png
    Impostazioni di hosting per erilab.com - Parallels Plesk Panel 11.0.9.png
    105.8 KB · Views: 28
What sort of output command

# /usr/local/psa/bin/domain -u domain.com -php_handler_type fastcgi -fastcgi true

?
 
/usr/local/psa/bin/domain -u erilab.com -php_handler_type fastcgi -fastcgi true

WARNING: mod_php è disabilitato perchè Parallels Panel funziona in modalità*ottimizzata per VPS fastcgi è disabilitato perchè Parallels Panel funziona in modalità* ottimizzata per VPS
WARNING: fastcgi è disabilitato perchè Parallels Panel funziona in modalità* ottimizzata per VPS
SUCCESS: Update of domain 'erilab.com' completed.

Translated from Italian:
WARNING: mod_php is disabled because Parallels Panel works optimized for VPS
WARNING: fastcgi is disabled because Parallels Panel works optimized for VPS
 
Ok, thanks!
I didn't know these kind of optimizations. I've a VPS on a big italian hosting service provider (Aruba) so I haven't setup Plesk on my own.

Is there any possibility to enable fastcgi in these conditions?
There's another guide that I can follow to start learning more about Plesk?

Many thanks!
 
Ok! That's a good starting point! I'll read the guides on my holidays... this is the "long term solution".

And what about my first question? Is there a "short term solution" in order to have fastcgi enabled?
 
Look at the options:

# /usr/local/psa/bin/vps_optimized --help
Option "help" is not recognized.
Usage: /usr/local/psa/bin/vps_optimized [ options ]
--status Gets status of the VPS-optimized mode settings
--turn-on Enables the VPS-optimized mode for the specified aspect
--turn-off Disables the VPS-optimized mode for the specified aspect
--aspect <string> Specifies aspects to be affected. See a list of available aspects below
The following can be specified as an aspect:
mysql-innodb
apache-modules-all
apache-modules-except-php
apache-modules-except-scripting
If an aspect is not specified, the default set of aspects will be used.
And try to disable it.
 
The command
# /usr/local/psa/bin/vps_optimized --status

returns that I've apache-modules-all enabled, so I've tried:

# /usr/local/psa/bin/vps_optimized --aspect apache-modules-all --turn-off

...but it seems having no effect because status is still apache-modules-all = on.

Now I've opened a ticket at my HSP.
Thanks a lot for your help and the link to the guides!
 
I have the same problem, but the command
Code:
# /usr/local/psa/bin/domain -u domain.com -php_handler_type fastcgi -fastcgi true
only gives this message:
Code:
Wrong value of php_handler_type, it can take only CGI application, Apache module
Are there any other possible reasons why FastCGI is not available within the Hosting Configuration of one Domain? (But it is available as an option in the Service Plan)
 
Back
Top