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.
Issue is now fixed, thanks to plesk. There were issues with my plesk installation, which once fixed allowed killall -9 postdrop to work, so thanks to
maartenv for helping me out.
I've followed the below article and the last point suggests to alter
https://linux.m2osw.com/snapwebsites-postfixpostdrop18189-warning-mailqueueenter-create-file-maildrop25937318189-permission
NoNewPrivileges = false
Don't know which file to alter
The changes don't seem to update
I did the following:
cd /var/spool/postfix
systemctl stop postfix
chmod 730 maildrop
chmod 710 pubic
systemctl start postfix
ls -l /var/spool/postfix
Also, how do you convert the letters into numbers :)
Here's mine, maildrop and public slightly different, but I don't know how to change them :confused:
drwx------. 2 postfix root 12288 Jun 10 16:42 active
drwx------. 2 postfix root 4096 Jun 10 16:42 bounce
drwx------. 2 postfix root 4096 Feb 8 02:46 corrupt
drwx------. 18...
I've got thousands of warnings appearing in my mail log browser. All messages are the same apart from the ID numbers
I've just recovered from running a chmod -R 777 / o_O
ran the 2 below codes in single user mode to fix the server
# for p in $(rpm -qa); do rpm --setperms $p; done
# for p in...
I just tried to upgrade magento to 2.4.3 using the same as above on another domain and this time the duplicate "/" was stated in additional directives.
I commented out location section as shown below.
#location / {
# try_files $uri $uri/ /index.php**?$args**...
Plesk Obsidian
Version 18.0.40
Plesk was unable to update mariadb from 10.3 to 10.4, so I manually upgraded. The mariadb upgrade deleted some of plesks extensions.
Reinstalled plesk sucessfully, however, since mariadb 10.4, they have changed the table mysql.user to mysql.global_priv and now...
I finally got it working.
cp /usr/local/psa/admin/conf/templates/default/domain/nginxDomainVirtualHost.php /usr/local/psa/admin/conf/templates/custom/domain/
add new nginxDomainVirtualHost.php attached
/usr/local/psa/admin/sbin/httpdmng --reconfigure-all
vi...