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've some domains on this server and all the hosts uses the php5. The phpinfo() shows PHP v.5.2.9.
In /srv/www/cgi-bin is a link "php5" to /usr/bin/php-cgi5.
php -v
PHP 5.3.6 (cli) (built: Apr 6 2011 15:01:55)
Copyright (c) 1997-2011 The PHP Group
Zend Engine v2.3.0, Copyright (c)...
Thanks for the link and your fast respone!
I think, the PHP build is done. But this PHP build isn't active.
"which php5" returns "/usr/bin/php5", but this is the old build.
Here's the result of "make install":
###############
make install
Installing PHP SAPI module...
Next problem:
At first I'll show you the Installations Notes:
#################
To install the Advantage PHP Extension for Linux, follow these steps:
1] Untar and Unzip the PHP source.
#tar -zxvf php-4.x.x.tar.gz
2] Run the Advantage PHP Extension installer.
#setup.pl
or...
Thanks!
I've downloaded the php-package and the installation of the extension returned no error.
The next step "configure" was already successful.
But I can't make the last step "make" and "make install": Command not found.
The gcc is installed and "which gcc" returns /usr/bin/gcc. The...
---------------------------------------------------------------
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE
I'm using a Strato Server with a installed openSUSE 11.1 and Plesk Panel 10.1.1.
PROBLEM DESCRIPTION AND STEPS TO REPRODUCE
I tried to install the "Advantage PHP Extension"...