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 have a Debian 6 VPS hosting with Plesk 11. I wonder how can I increase php memory limit from 128Mb to 192Mb. I've edited /etc/php5/apache2 but my drupal status page still shows 128Mb.
And, second, where/how can I know the php memory limit?
If your domain runs as Apache module, then sure, you're editing the correct file ("/etc/php5/apache2/php.ini").
If your domain runs as FastCGI application, then you have to edit "/etc/php5/cgi/php.ini".
You can check that by clicking on your domain name (when you're on tab "Websites & Domain in your control panel), and there under "Web Scripting and Statistics" is "PHP support" (also make sure that drupal support is checked if you're doing something with that).
Or create new ".php" file, something like "test.php" and type there:
<?php phpinfo(); ?>
Save the file and check it in your browser, and you can check there also for "Configuration File (php.ini) Path".