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.
After a few hours CURL doesn't seem to be able to resolve URL's to HTTPS hosts.
Currently using PHP-FPM 5.5.38 and 7.0.17 on different websites, both with the same issue.
The site on PHP 5.5.38 is Magento based and can't resolve live.sagepay.com to process payments
The site on PHP 7.0.17 is...
I'm currently using PHP 5.5.38 (FPM served by Apache)
I added max_input_vars = 30000 to the additional configuration directives box, however when saving the PHP settings i get the error:
PHP will then not function until the server reboots, however once the server reboots the settings have...
I did /httpdocs/mydomain.com/var/cache/mage* as all the cache file names started with "mage", that has worked perfectly.
However am i correct in thinking /httpdocs/mydomain.com/var*/cache/* would exclude the entire cache folder? if so it would probably be better to simply exclude the cache...
Is it possible to exclude an entire folder within the webspace from a backup?
I want to exclude the Magento cache folder, as with every backup i'm getting warnings stating certain files were not backed up as they do not exist anymore.
Edit - I solved the problem
All the cache files start with...
I had one for sending email via SMTP in the past, however it had conflicts with a PDF Invoice Email plugin we used.
I wasn't expecting anyone here to write an extension for me, i was simply inquiring if their was another way of doing so which is transparent to any php script.
It looks like i...
Ah yes very true.
So for example on the PHP config the sendmail_path is /usr/sbin/sendmail -t -i
Can i make that authenticate and sign with DKIM? so the signing is transparent to any PHP scripts?
I'm wanting email's from a Magneto powered website to be signed. It doesn't look like that is...
Hello,
When I send email from the Round Cube web client, the email is signed signed with DKIM.
However when a website sends email via PHP mail it is not signed with DKIM.
OS: Ubuntu 16.04.1 LTS
Product: Plesk Onyx 17.0.17 Update #3
How can i ensure PHP mail also gets signed with DKIM...
Edit - I have managed to solve my own problem.
The problem was after saving website settings in Plesk i get this error:
"Unable to generate the web server configuration file on the host <plesk.ourdomain.co.uk> because of the following errors:
Template_Exception: AH00548: NameVirtualHost has...
Thanks IgorG that appeared to install the update fine: https://www.dropbox.com/s/egnixm0zc0wme4e/plesk-update-2.txt?dl=0
Now on Plesk version:12.0.18 Update #55
Still seems to have lost the DNS options however, when i try to start the bind service i get:
* Starting domain name service...
Hi,
This morning i have an email saying that Plesk has failed to update:
Failed to update Plesk. To solve this problem, you can send the update log to Parallels support.
OS: Ubuntu 14.04.2 LTS
Plesk version: 12.0.18 Update #53 , last updated at July 7, 2015 06:30 AM
Log...
Update, i managed to fix this.
I edited /etc/postfix/main.cf and added "non_smtpd_milters = , inet:127.0.0.1:12768" (without the quotes)
I then connected to the server with SSH and ran the following commands:
sudo /usr/local/psa/bin/domain_pref -u upvcspares4repairs.co.uk -sign_outgoing_mail...
Following the instructions in that article:
1. Server-Wide Mail Settings > DomainKeys spam protection > Allow signing outgoing mail
This is turned on
2. Mail Settings for mydomain.co.uk > Use DomainKeys spam protection system to sign outgoing email messages
This is turned on
3. DKIM TXT...
I have enabled DomainKeys and ticked the box "Use DomainKeys spam protection system to sign outgoing email messages" however messages sent do not have the DomainKeys signature present.
I presume they should be present for email sent with PHP, that is what i'm trying to do anyway so email's from...