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

Plesk 9.0 Linux, htaccess and php over fcgi

unlo

New Pleskian
Hello, everyone!

I`ve got an new problem with PLESK 9.0:
seem`s to be not all functions working in htaccess, when i`m using php-over-fcgi.
One of it - i can`t set php_values, like: display_errors, memory_limit and other.

Is it a bug or ?
 
This is a design limitation of FastCGI. Since you are running PHP in CGI mode, it cannot get variables and other things from .htaccess anymore.

If you switch back to mod_php mode, it should again start recognizing .htaccess variables for php.ini settings (and others).

NOTE: The Fast-CGI does not affect things like mod_rewrite commands in .htaccess, only PHP related commands.

-Will
P.S. You don't get any performance benifit out of using FastCGI over mod_php. FastCGI is significantly slower than mod_php. You may get a slight security boost, but that is also debatable.
 
Back
Top