• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Issue Onyx keeps killing FTP with self-generated config

Prewest

New Pleskian
Hi all,

i`m having a issue with Onyx, i`m using Plesk Onyx Versie 17.0.17 Update #5 at the moment.
Every time the FTP stops working with "retrieving directorylisting".

Its because onyx keeps generating its own config file in proftpd in adding the following lines:

<VirtualHost 172.6.10.240>
MasqueradeAddress *.*.*.* (I have removed the WAN IP address)
</VirtualHost>

If I put a # before these 3 lines, my FTP works without problems.

the problem is located in the file /etc/proftpd.d/50-plesk.conf that onyx keeps regenerating the file with those lines in them.
 
I have made a temporary fix by removing the include from the /etc/proftpd.conf file and manually adding the ssl rules in the proftpd.conf file.
 
No, i have implemented that article into my installation, those passive port range is now defined in the /etc/proftpd.conf file.. (30000-30400)
 
Back
Top