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.
Reinstalled the Server with Debian 8 and latest Plesk stable (Plesk Onyx 17.8.11 Update #33). Exactly same issue on this server.
If i start xinetd manually, then FTP work. Maybe it is something to do with xinetd and systemctl
I don't know if it is something to do with server hardware as we...
I installed Plesk on another Debian 9 Server. On this server FTP works fine. I compared config. they are same.
Result of "proftpd -td10" is same as other plesk server where FTP is not working.
This is from test server running Debian 9 where FTP works fine
root@ip-172-31-25-178:~# proftpd...
This is default install of plesk. Here is the packages installed
root@root861:/etc# dpkg -l | grep ssl
ii libio-socket-ssl-perl 2.044-1 all Perl module implementing object oriented interface to SSL sockets
ii libnet-smtp-ssl-perl...
Thanks for the reply, here is the result of proftpd -td10 command
root@root861:~# proftpd -td10
Checking syntax of configuration file
2018-12-07 04:54:08,725 root861.premium-rootserver.net proftpd[9205]: using TCP receive buffer size of 87380 bytes
2018-12-07 04:54:08,725...
If i manually start xinetd, then FTP works
/usr/sbin/xinetd -d -dontfork
When i run xinetd with
systemctl start xinetd
Then FTP service won't start. Nothing listens on port 21.
Any idea why this is happening ?
Thanks for the reply. Here is the content of /etc/proftpd.conf
root@root861:~# cat /etc/proftpd.conf
#
# To have more informations about Proftpd configuration
# look at : http://www.proftpd.org/
#
# This is a basic ProFTPD configuration file (rename it to
# 'proftpd.conf' for actual use. It...
Please see the result below
root@root861:~# cat /etc/xinetd.d/ftp_psa
service ftp
{
disable = no
socket_type = stream
protocol = tcp
wait = no
user = root
instances = UNLIMITED
server =...
I removed all httpd packages using yum.
Then login to plesk and installed apache from
Plesk > Tools & Settings > Updates and Upgrades
before doing this, i removed /etc/httpd folder, so i have fresh configs. Once i installed, i had plesk related configs missing, i run "plesk repair web" to get...
I for the problem with apache resolved. It was due to the server had some other repo installed, that cuased some module compatability. I replaced /etc/yum.repo.d folder on this server from a fresh plesk install and it worked.
Now i am getting following error in Plesk
New configuration files...