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.
We are not running CentOS so I can't help.
But I have noticed a message pinned to the top of the forum
"If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator."
Maybe that's related to your issue.
For further information, I have checked proftpd.conf and the FTP group is set as psacln
I've also checked the FTP user I created and they are in that group...
We have created an FTP account and it connects fine.
Using the FTP account, we can see all the files and read the files but cannot modify them.
What else do we need to do to give this account write permission?
Thanks Peter.
I am pretty sure it is not a permission error on the .htaccess file. Apache must be able to open it to generate the error it gives! Besides, if I take out the contents of the file and just leave a blank file, the 403 error goes. So it's what is in the file that is clashing with...
Yes!
Ensure you have a complete backup and data dump of your MariaDB databases. Run mariabackup and mysqldump.
Stop your database and run the upgrade tool which will check table compatibility. You might find it easier to start again from your dump file(s). In which case, install a fresh...
I have a .htaccess file that uses the RewriteEngine but as soon as I set this to on, I get a 403 error.
This entry is in the /etc/apache2/apache2.conf file:
<Directory /var/www/>
<Files ~ (\.pl$)>
SetHandler cgi-script
Options ExecCGI
allow from all
</Files>...
Thank you.
As you rightly suggested, the problem was caused by a permission error.
Is there somewhere I can put the Apache directive so it applies to all sites under /var/www/vhosts/ instead of having to add it to every domain?
I'm new to Plesk, having only installed Obsidian Version 18.0.59 yesterday on a Debian 12 VPS. We are moving from shared hosting, which we have outgrown.
Many of our web pages are dynamically generated with Perl. This does not just run in the cgi-bin but sits in many directories as the...