Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
Wow, what an oversight! Thank you so much!
/usr/local/psa/bin/php_handler --add -displayname 7.3lts -path /usr/sbin/php-fpm7.3 -phpini /etc/php/7.3/fpm/php.ini -type fpm -clipath /usr/bin/php7.3 -poold /etc/php/7.3/fpm/pool.d -service php7.3-fpm
works perfectly now. thank you again
Understood, but my issue relies on PHP 7.3 & 8.0. I understand that I run older versions at my own risk.
Igor, would you have any clue as to why I would be receiving this error for these two specific versions? I've Googled for days before finally joining for help.
Thank you again.
The same command for adding PHP 5.6 also works like a charm
/usr/local/psa/bin/php_handler --add -displayname 5.6lts -path /usr/bin/php-cgi5.6 -phpini /etc/php/5.6/fpm/php.ini -type fpm -clipath /usr/bin/php5.6 -poold /etc/php/5.6/fpm/pool.d -service php5.6-fpm
PHP 5.6 can be selected for a...
Good day,
I've added sury.org repo, and installed PHP 7.4 & 7.3. Plesk automatically displayed PHP 7.4 by OS vendor, it works perfectly. PHP 7.3 did not automatically populate.
I added it via CLI:
/usr/local/psa/bin/php_handler --add -displayname 7.3lts -path /usr/bin/php-cgi7.3 -phpini...