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 followed this and it's it's not working for me. What am I missing?
I'm getting the following error once commands are done:
git clone XX
Cloning into 'Project-Sample'...
fatal: unable to access 'xx: security library failure.
Which library is exactly missing? How to figure that out?
Hello.
I've new server setup, plesk onyx - clean installation. After installing everything required on the server, we've noticed that we have problems with sending emails via horde webmail. No matter what the content is, this is always in logs:
All emails are rejected/blocking and not a...
Hello.
Example: if you set in mail settings of domain "What to do with mail for non-existent users - Reject" and you send email to such user, you can see error in maillog:
- NOQUEUE: reject: RCPT from xy Recipient address rejected: User unknown in virtual mailbox table
and of course, you...
Because your mysql user on web A exists only as user@localhost or [email protected] - there's no such user as user@webC - so yes, you need to create that user like this:
On webA server connect to mysql:
# mysql -uadmin -p`cat /etc/psa/.psa.shadow`
# CREATE USER...
First of all, your mysql configuration needs to be changed that it doesn't listen only on localhost, so head to my.cnf and comment out bind_address/restart mysql. my.cnf location depends either if you're on centos /etc/my.cnf or debian/ubuntu /etc/mysql/my.cnf.
After that, it should work (in...
Hi there.
I've uploaded new SSL cert, secured plesk with the same, made him default and under IP addresses it is chosen as default one, however some of the domains are still using it.
Now, when I want to remove the SSL cert, it says of course:
Unable to remove certificate: One or several...
Hello.
In my documents I have command:
but it seems like that is no longer working. I've tried to search psa database to find this option "Mail sent to non-existent users", but no success.
What I want to do is list all domains settings for "Mail sent to non-existent users" or even filter...
Hello.
Plesk version is 11.0.9., running windows server 2008.
Here is the situation/problem:
- client has domain1 and domain2/domain3
- on domain2/3 he have php applications and on domain1 there are pictures (he want to write from domain2/3 to domain1)
- now, the part for allowing php to...
New errors today after enabling yesterday DomainKeys signatures and enabling it on few domains (note that verify incoming email is disabled and key strength of keys is 1024):
Plesk 12 is used, latest #MU on CentOS 6.5 final.
Maillog is full of messages like:
I've tried quite few things suggested in threads like:
https://talk.plesk.com/threads/pppm-2612-outgoing-mail-limits-not-limiting-mail.332066/...
In my documents and have this:
But there is also a link to this thread which doesn't exist any more.
However, I do remember that once you run this query you will get list of errors and then you delete row from table - this will solve problem.
Of course, backup psa database before that. I've...