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

404 - FastCGI

BlackMoon

Basic Pleskian
i try this in Version 9.3 and 9.5 ... same error ...

CGI and ISAPI works ... FastCGI dont work ... no error on PleskPanel ... only the Site have a 404 ...
When i go back to CGI oder ISAPI Site will work normal ...
All Sites have this Problem.

Is a Windows2003 with IIS6
 
The fact is that at the moment PHP functional is not able to run two versions so that they would have worked equally. By default PHP4 configured as more flexible for customers - each domain can read the personal php.ini from domain's root directory.
But this possibility is available only when PHP running in CGI mode. In modes FastCGI and ISAPI PHP always read the main php.ini. For PHP4 it is C:\Windows\php.ini. For PHP5 it is C:\Program Files (x86)\Parallels\Plesk\Additional\PleskPHP5\php.ini. Personal php.ini is not available.
I can assume that you have customized main php.ini and it is a reason of this issue. Did you tried to check it?
 
i know you cant run two versions ... :)

i go to Plesk Panel ... switch to FastCGI ... "Save" and look to website ... 404 ... go back to PleskPanel switch back ti ISAPI .. look at website .. work normal ...

the main php.ini in PleskPHP5 is only the Memory up to 256MB ^^ rest is "normal" or "Plesk Standart"
 
Although this is an 'old' post, I also encounter this issue.

All site run fine in ISAPI, But when switched to FastCGI it fails. Even when creating a new domain (setup with FastCGI).

What to do next? We want to use FastCGI

Plesk 9.5.2 - WIN2008R2
 
I don;t know if the previous writers already solved it.

i did, well, for me ;-)

I uncommented the module php_mbstring.dll in php.ini. Seems to be that this need to be loaded as the first one.

It solved it for me.
 
Back
Top