• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Problem with FTP-Account-Managment in Plesk 11.0.9#55

Bernd_S

New Pleskian
On my system are some firewall rules active. This rules are blocking the standard-Plesk-Port :8443
on every domain except one domain for my customers. I don’t like this, when every domain has an open port.

The rules are working fine. 99,9% of all points of menue in Plesk are running normal.
But not the FTP-Account-Management. Please look at my attached screenshot.

The URL,
https://myserverpleskdomain.xyz/smb/web/ftp-access

will be redirected to:
https://myserverpleskdomain.xyz/smb...src=/smb/web/view&srcController=WebController
And after this redirect, my users see the 404´er error in their browser.

Here are my rules from vhost_ssl.conf:
<IfModule mod_proxy.c>

SSLProxyEngine On
ProxyRequests Off

ProxyPass /phpMyAdmin !
ProxyPass /manual !
ProxyPass /picture_library !
ProxyPass /plesk-stat !

ProxyPass / https://127.0.0.1:8443/
ProxyPassReverse / https://127.0.0.1:8443/

<Proxy *>
Order deny,allow
Deny from none
Allow from all
</Proxy>

</IfModule>



Here are my rules from vhosts.conf
Redirect / https://myserverpleskdomain.xyz/

I know, you don´t like any changes like this.
But I don´t like any open ports in my system.

I have one domain with Plesk-Access for my customers.

Should I kill the firewall rules?
Do you know any workarounds for this problem?
Why does the Plesk-Panel work different in FTP-Account-Settings (99,9% works fine)?
What do you think about my question? Can you help me?

Thanks for your help!!!
Nice day....

bye Bernd S.

ftp.jpg
 
Last edited:
Back
Top