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.
Sometimes i ask myself why pepole make simple things so complex....
IF you are using Postfix, there are 2 simple commands you can use in your main.cf:
sender_bcc_maps and recipient_bcc_maps.
Have a look at this example here...
This may be all due to the fact that you are using php as cgi, fcgi or whatever. In that mode php is not running with apache but with the user the vhosts belongs to. So you need to have a look at the correct permissions and owner,group stuff. That's the "bad" side of this. If you re-enable...
You are running into the same problem i already reported to the plesk team. As default, php as apache module is disabled in Plesk 12.5, so any apache instruction trying to access files outside the normal vhost docroot runs into this problem. You have 2 options, you can re-enable apache mod_php...
Meanwhile i found out for myself, but also the ticket cleared some things up. As per default in Plesk 12.5 (fresh install) mod_php is disabled and can only be re-enabled if you change to MPM to Prefork. As per default mod_php is disabled you have to configure a php-handler yourself, in the...
I already have an open ticket for this, mpm-event and no mod_php. Tried to use the Alias function of apache, which doesn't work at all, .php files are downloaded. If you re-enable mod_php, this works.
Since when do i need to do this ? On my old Server, also using Plesk 12.5 but CentOS 6 this worked out of the box without adding an extra handler. This information is just set up in the vhost.conf and/or vhost_ssl.conf so it should use the php version/handler that is already set up for the whole...
Hi there,
Trying my best to explain what i mean. First of all, normal websites function properly, whatever php version and settings i choose, works perfect. When i'm inserting additonal directives for a vhost, in this case an alias for a application, as example (example.com/index.php works...
Well, this won't work then. Python 2.7 and above can only be installed in /usr/local or something, since replacing python 2.66 with 2.7 will break "yum". And as i'm not able to tell the addon-installer to use another path for python :/
Executing /usr/local/psa/admin/plib/modules/letsencrypt/scripts/post-install.php failed: Bootstrapping dependencies for centos 6 x86_64... Creating virtual environment... Updating letsencrypt and virtual environment dependencies... cffi-1.3.0-cp26-none-linux_x86_64.whl is not a supported wheel...