Skip to content

Mark lane

My feedback

3 results found

  1. 20 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Mark lane supported this idea  · 
    An error occurred while saving the comment
    Mark lane commented  · 

    Any update on this? It'd be nice to be able to change the frequency of these updates to not be daily.

  2. 88 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Mark lane commented  · 

    So 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.php

    Using 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 commented  · 

    I too vote for this suggestion.

    Mark lane supported this idea  · 
  3. 174 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Mark lane commented  · 

    Please include this in 17.8

Feedback and Knowledge Base