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.
I just installed php7 and wanted to use it. But my website needs php sybase, is it available for plesk? How can I install it? I tried to install it with apt-get install php7.0-sybase and the package could not be found.
Did you use the Plesk - PHP - package?
If this is the case, "sybase" is not included.
Code:
apt-cache search php7 | grep plesk
plesk-php70-process - Modules for PHP script using system process interfaces
plesk-php70-opcache - The Zend OPcache
plesk-php70-pspell - A module for PHP applications for using pspell interfaces
plesk-php70-tidy - Standard PHP module provides tidy library support
plesk-php70-pdo - A database access abstraction module for PHP applications
plesk-php70-cli - Command-line interface for PHP
plesk-php70-gd - A module for PHP applications for using the gd graphics library
plesk-php70-dba - A database abstraction layer module for PHP applications
plesk-php70-pgsql - A PostgreSQL database module for PHP
plesk-php70-soap - A module for PHP applications that use the SOAP protocol
plesk-php70-bcmath - A module for PHP applications for using the bcmath library
plesk-php70-xmlrpc - A module for PHP applications which use the XML-RPC protocol
plesk-php70-mcrypt - Standard PHP module provides mcrypt library support
plesk-php70-ldap - A module for PHP applications that use LDAP
plesk-php70-odbc - A module for PHP applications that use ODBC databases
plesk-php70 - PHP scripting language for creating dynamic web sites
plesk-php70-enchant - Enchant spelling extension for PHP applications
plesk-php70-imagick - Provides a wrapper to the ImageMagick library
plesk-php70-pear - PHP Extension and Application Repository framework
plesk-php70-snmp - A module for PHP applications that query SNMP-managed devices
plesk-php70-mysql - A module for PHP applications that use MySQL databases
plesk-php70-xml - A module for PHP applications which use XML
plesk-php70-imap - A module for PHP applications that use IMAP
plesk-php70-intl - Internationalization extension for PHP applications
plesk-php70-mbstring - A module for PHP applications which need multi-byte string handling
plesk-php70-release - Plesk PHP 7.0 repository configuration
plesk-php70-fpm - PHP FastCGI Process Manager
plesk-php70-dev - Files needed for building PHP extensions
You have to add for example the well-known repository from "Ondřej Surý" to be able to install php7.0-sybase.
Code:
apt-cache search php7 | grep sybase
php7.0-sybase - Sybase module for PHP
php7.1-sybase - Sybase module for PHP
pls. make sure that the PATH is correct, according to your installed PHP - version - - - my example is just an example... not a guide for all operating systems and all possible, available PHP versions. Pls. locate your paths and binaries and correct the example to your individual, unique system configuration and modification.
pls. explain the steps ( step by step, pls. ), that you used to install the extension, so that people willing to help are able to investigate ( possible ) issues/errors/problems and misconfigurations. In addition, pls ALWAYS include the output of the command "plesk version" ( logged in as user "root" over SSH ), so that there are no guessings.