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 resolved this flawlessly by following some of the configuration steps in this article and skipping the installation part as I had already installed Redis: How To Install and Configure Redis on Ubuntu 16.04 | DigitalOcean
For those that come across this thread please note that the above is for...
Thanks for the reply.
I run the command as you have stated to enable the service: # systemctl enable redis_6379
It did not like the command because apparently it is not a native service and this was the result:
redis_6379.service is not a native service, redirecting to /sbin/chkconfig...
OS: CentOS Linux 7.4.1708 (Core)
Product: Plesk Onyx 17.5.3 Update #44
Hi,
I have followed this article to install Redis: Instruction - How to install latest Redis server
I would like to use it with Magento 2 for caching.
After following the step by step guide above, I got this:
After...
Hi @Brujo
Thanks for catching up with me.
No, unfortunately, I have not. I found an article about fail2ban through google but was no help.
I ran these commands again:
grep ssh /var/log/fail2ban.log and grep 213.136.74.205 /var/log/fail2ban.log
Nothing came up for both commands, it just...
Hi @Brujo
After running command:
# grep ssh /var/log/fail2ban.log or grep 213.136.74.205 /var/log/fail2ban.log
I get the following:
I see that it states:
2018-04-08 11:11:46,001 fail2ban.actions [3575]: ERROR Failed to stop j
2018-04-08 11:11:46,001 fail2ban.actions...
Thanks for the response, I ran the command as you have suggested @Brujo
fail2ban-regex --print-all-matched /var/log/secure /etc/fail2ban/filter.d/sshd.conf
The output after starting the tests:
As can be seen, there have been 165651 attempts :( I had to remove the new Jail I created which...
Will check the filter based on the previous link documentation you have sent and hopefully resolve the issue as I still believe it is not working as it should.
Thanks for the updated command and I ran that command and got the same result as previously provided in my last message.
Thanks.
Hi @Brujo
Thanks for the reply and sorry for not entering my OS and Plesk Version, I have now updated my original post to reflect this and will do so moving forward (Will also change my other posts with this information too).
Thanks for the links too, Fail2Ban Jails Management this one...
OS: CentOS Linux 7.4.1708 (Core)
Product: Plesk Onyx 17.5.3 Update #44
Hi,
There are warnings on some of my domains when running this command: plesk repair fs -vhosts
For example:
There are files or directories with suspicious permissions in the
root directory of the domain...
OS: CentOS Linux 7.4.1708 (Core)
Product: Plesk Onyx 17.5.3 Update #44
Hi,
I logged in to my server today as root there was a message "There were 4524 failed login attempts since the last successful login."
Fail2Ban jails are all enabled and green.
There is only one IP address banned in...
After searching and adding "Plesk" at the front of the error, I found and followed this article: Error appears during start of mysql service: Missing system table mysql.roles_mapping; please run mysql_upgrade to create it
1) I run the command suggested: "MYSQL_PWD=`cat /etc/psa/.psa.shadow`...
Hi,
When I restart Mariadb and check status (I found the commands today on how to do this), I have the following error and warnings:
Apr 07 11:18:54 myserver.com mysqld[17688]: 2018-04-07 11:18:54 139961483360000 [Note] InnoDB: Dumping buffer pool(s) not yet started
Apr 07 11:18:54...
Hi Igor and anyone else that can assist.
I have the same issue with running the command:
httpdmng --reconfigure-domain dubb.mydomain.com
Returning: bash: httpdmng: command not found
When I run:
rpm -qf /usr/local/psa/admin/bin/httpdmng
plesk-core-17.5.3-cos7.build1705170317.16.x86_64...
Hi Peter,
I am trying to optimize the etc/my.cnf for my database.
I was reading some articles for example from a hosting providerto optimize Mariadb.
Based on your answer to use this command in CLI and it should return empty, it didn't: grep innodb /etc/my.cnf.d/*.*
It resulted to this...