Mark lane
My feedback
3 results found
-
20 votes
Thanks for submitting this suggestion. It definitely looks useful, so we’ll consider adding it in upcoming Plesk / WPT updates.
Everyone, please continue to vote for this feature so we could evaluate its popularity.
—AK
Mark lane supported this idea ·An error occurred while saving the comment -
92 votes
Thank you for your input. We will consider this functionality in upcoming releases, if it will be popular.
Everyone, please continue voting for this feature if you consider it important.- SU
An error occurred while saving the comment Mark lane commentedSo this is what i was able to get working with the help of plesk support's suggestion.
---
1. Let's assume you have a domain example.com with "httpdocs" set to vhost root folder and "httpdocs/sub" subfolder inside.
2. PHP set to PHP7.3 php-fpm server by Apache (PHP Settings):
3. Nginx used as a proxy for Apache (Apache and Nginx settings):
In order to enable a different version for PHP for "httpdocs/sub" please apply the following steps:
1. Create a subdomain "php.example.com"
2. Set PHP version to PHP7.1 PHP-FPM served by apache (select the version you need) for the subdomain in p1.
3. Put ".htaccess" file with the following content in "httpdocs/sub" folder:
<FilesMatch ".(php4|php5|php3|php2|php|phtml)$">
SetHandler proxy:unix:///var/www/vhosts/system/php.example.com/php-fpm.sock|fcgi://127.0.0.1:9000
</FilesMatch>
4. Put info.php in "httpdocs/sub" folder in order to verify the version (optional):
https://example.com/sub/info.phpUsing the instruction above you can manage version of PHP for the subfolder by changing the version of PHP for the subdomain php.example.com
An error occurred while saving the comment Mark lane commentedI too vote for this suggestion.
Mark lane supported this idea · -
184 votes
Thank you for your input! We will consider this functionality in upcoming releases if it will be popular.
Everyone, please continue voting for this feature if you consider it important.
—
IGAn error occurred while saving the comment Mark lane commentedPlease include this in 17.8
Any update on this? It'd be nice to be able to change the frequency of these updates to not be daily.