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.
We value your experience with Plesk during 2025 Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025. Please take this short survey: https://survey.webpros.com/
On Plesk for Linux mod_status is disabled on upgrades to improve Apache security. This is a one-time operation that occurs during an upgrade. You can manually enable mod_status later if needed.
Brilliant Mikhail. Thanks. As you say, running ln -s /opt/plesk/php/8.4/bin/php /usr/bin/php solves the problem. So the command below rebuilds the drupal cache...
[root@716881 d10314a]# ./vendor/bin/drush cr
[success] Cache rebuild complete.
Thank you again for sorting this problem.
.
I have successfully installed drush and re-run the install to check all is still good,,,
[root@716881 d10314a]# /opt/plesk/php/8.4/bin/php /usr/lib64/plesk-9.0/composer.phar require drush/dru
sh
Do not run Composer as root/super user! See How do I install untrusted packages safely? Is it safe...
Thank you.
What I want to do is redirect http://example.com/d100x to http://example.com/d100x/web - i.e simply add a sub-directory to the url.
The way to do this in the article seems to be the last option - Make an existing domain a domain forwarder while keeping the website content (Linux...
I want to redirect an url like http://example.com to http://example.com/web. I know this is possible by editing the .htacess but is there a UI way of doing this in Plesk? I've looked hard but can't find what I want. If I've missed something obvious, apologies!
Here is the response from the support team at the hosting company, detailing what they did.
1. Inside Plesk, navigate to > Tools & Settings > Database Servers > Settings > Local MariaDB/MySQL Settings and make sure "Allow local MariaDB/MySQL external..." is checked
2. SSH into the server and...
The hosting company responded as follows "I've made some changes and made sure the port is allowed in the server's firewall too in order to accept external connections." After this ODBC connectivity works!
Interestingly I found this article Resolved - 3306 port is not accessible - how to fix...
Thanks for clarifying the Web Application Firewall setting. I'll raise this issue with the hosting company and post back when I know more. Thanks again.
Thanks for clarifying my confusing terminology. And for your wide range of command line tests.
In the end I opted for sudo ss -tulpn | grep LISTEN run on the host where ODBC connectivity fails. This command shows...
tcp6 0 0 0.0.0.0:3306 :::*...
Thanks for your help.
Running the Powershell comand you cite gives me the same result. But when I repeat the command but with the ip address of a web server where ODBC connectivity works, the test connection works. So, my understanding is that port closure/firewall problem you write about...
I've managed to complete the update with OS Ubuntu 20.x rather than AlmaLinux8.
Here are two articles that helped...
How to Upgrade MariaDB Server to a Newer Version in Ubuntu
https://community.hetzner.com/tutorials/how-to-install-mariadb-10-6-on-ubuntu-20-04
I started with the first article...
Thanks Bitpalast. The outputs for journalctl -xe and /var/log/messages are shown below. /var/log/syslog produces no output. I'm afraid the output gives me no clues as to the problem or how to solve it.
Plesk support is a paid for option and may not be possible as my Plesk licence is in the name...
[peterkaye@128 etc]$ journalctl -xe -u mariadb
Hint: You are currently not seeing messages from other users and the system.
Users in groups 'adm', 'systemd-journal', 'wheel' can see all messages.
Pass -q to turn off this notice.
-- Logs begin at Fri 2024-10-04 11:13:25 UTC, end at...
Thanks. Is this what you want?
[peterkaye@128 mysql]$ sudo systemctl start mysqld
Job for mariadb.service failed because the control process exited with error code.
See "systemctl status mariadb.service" and "journalctl -xe" for details.
Thanks Bitpalast. You were spot on - it includes an error message! Here's the content of my.cnf...
# This group is read both both by the client and the server
# use it for options that affect everything
#
[client-server]
#
# include all files from the config directory
#
!includedir...