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.
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.
Firstly, trying last ...6 hours to make it work again I did an update at proftpd via console (yum upgrade psa-proftpd)... no success.
This is what I have now:
The problem started before did the update via console today, that probably installed via Atomic repository.
That was also the reason that I did the update to 12.5.30 today, in case that this will fix the problem who started
by update #63 on 12.0.18 two days ago.
to optimize nginx, it is wise to use as many "worker_processes" as CPU cores and to raise the standard "worker_connections" from 768 to something more suitable, depending to your hosted sites on the server. As far that I remember, you have more than 300 sites running on your server, so please increase "worker_connections" to for example "10240"
Code:
events {
worker_connections 10240;
}
... and consider raising as well the "worker_rlimit_nofile" to about 64000.
It is wise to set the open files limit for nginx directly in your system configuration "/etc/security/limits.conf" and please make sure, that there is no standard restriction at for example in "90-nproc.conf", when you use CentOS ( standard there is: "* soft nproc 1024", where "*", is used for ALL users on the system ). You can define user - specific settings as for example to nginx, www-data ( "apache" for CentOS ), mysql. A decent setting is for example "64000", when you have got 8 CPU cores.
Guys, regarding nginx start issue - it is really bug (PPPM-3259 for your reference). Workaround: just add NGINX_ENABLED=yes to /etc/sysconfig/nginx file.
For people still dealing with the problem, looking at /var/log/messages will tell you exactly where it bugs. I've commented that include line and everything is ok.
On my version: rpm -qa | grep proftpd shows :
psa-proftpd-xinetd-1.3.6-8.el6.art.x86_64
psa-proftpd-1.3.6-8.el6.art.x86_64
Currently from my side, I've just re-install the whole server (it's brand new).
Igor, just for your information, the update procedure was via Plesk, without touch anything on the files or change repository before or during the update.
Between 2nd to 5th of Sep. there was two updates on 12.0.18 regarding proftpd.
The first update did the ...damage. The second, didn't solve it.
Just a heads up.. we are seeing this message on various servers
proftpd[8023]: error: cannot read configuration path '/etc/proftpd.d': Not a directory
proftpd[8023]: fatal: Include: error including '/etc/proftpd.d/*.conf': Invalid argument on line 95 of '/etc/proftpd.conf'
possibly a problem with updates?
Creating /etc/proftpd.conf manually and restarting xinetd is a quick fix
Hello, This update has broken FTP on our server. I tried commenting out the "/etc/proftpd.d/*.conf" line in our /etc/proftpd.conf and restarting xinetd but when I try to connect with FTP it just times out while waiting for the directory listing. Not sure what to do next.
# rpm -qa | grep proftpd
psa-proftpd-1.3.5a-cos6.build1200150901.11.x86_64
# dpkg -l | grep proftpd
-bash: dpkg: command not found
OSCentOS 6.5 (Final)
Plesk version12.0.18 Update #63, last updated at Sept 5, 2015 03:35 AM
Just for update, seems that everything running fine now regarding proftpf.
I was lucky enough as the server is brand new, prepared for migration, so a clean install (3rd time) to 12.0.18 and then upgrade to 12.5.30 was an easy story.
Proftpd works as expected now, but really I'm curious for the reason that makes proftpd to reject connections after the #62 or #63 update.
At least, I'm not the only one
(Comment out the Include line didn't work at my case)
OK, I figured out my issue. The Plesk update overwrote the part of my proftpd.conf that included my passive ports. Once I put that back in everything is working fine for me again.
[root@www ~]# /usr/local/psa/admin/sbin/autoinstaller --select-release-current --upgrade-installed-components
You already have the latest version of product(s) and all selected components
installed. Installation will not continue.
Doing restart of Parallels Installer...
###############
This servers hase the same OS-version, but nginx is 1.9