IngmarThiele
My feedback
1 result found
-
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 IngmarThiele supported this idea ·
I could really use this feature when setting up a staging environment for our Shop system to pretest an upgrade. When i use a subdomain i have problems with the licenses for our bought plugins (should work fine under main domain).
I tried the following:
<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>
which results in an error 503 (altered path, tried putting php8|php7| )
i also tried this suggestion but it doesnt change the PHP Version:
AddHandler application/x-httpd-php80 .php
AddHandler application/x-httpd-php56 .php5 .php4 .php .php3 .php2 .phtml
I tried both variants using a symlink or normal folder.
So now if i want to test the upgrade i have to change the main PHP resulting in the main shop to be not working any more.
Using Plesk obsidian 18.0.36, can anyone explain this further?