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.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
What should be fixed? This is an expected behaviour.
http://autoinstall.plesk.com/Parallels_Installer/parallels_installer_CentOS_6_x86_64 has version 3.17.22
Do you have any troubles with it? Can you describe your case in details?
The binary is downloading from http://autoinstall.plesk.com/Parallels_Installer/parallels_installer_<OS>_<ver>_<arch>
for example:
http://autoinstall.plesk.com/Parallels_Installer/parallels_installer_Ubuntu_14.04_x86_64...
Hello,
Yes, the plesk updater package included in Plesk 12 distribution is 3.16.20. But if executing version of autoinstaller is lower than required then autoinstaller is automatically downloaded from autoinstall.plesk.com (or mirror server) and self restarted. Actual binary of autoinstaller...
Ok. I understand what do you mean now. There is no "Enable" or "Activate" button because iptables is allways working and Plesk Firewall gives only GUI to manage its rules. Enabling Firewall Management actually applies the listed rules to iptables which are by default works in "allow all" mode...
Plesk Firewall is just a wrapper for iptables. If conntrack_ftp module isn't loaded then passive ftp will be blocked by iptables.
For example (no conntrack_ftp module is loaded):
active ftp works:
~$ ftp 10.52.53.101
Connected to 10.52.53.101.
220 ProFTPD 1.3.5 Server (ProFTPD) [10.52.53.101]...
Hello,
In your case domain's hosting IP should be internal but all DNS records should points to the external IP. Most probably when you change hosting IP to the internal IP you site resolves few hours to the external IP due SOA TTL but after that it stops resolving and became inaccessible.
It...
Hello,
Make sure that ip_conntrack_ftp module is loaded - see details in KB article: My server is behind a firewall. How do I configure a passive ports range for ProFTPd?
Hello,
It looks the issue was caused by temporary license problems on the Atomicorp side. It was reproducing w/o update #52 yesterday.
As I see the issue is fixed now.
The error appeared after update because Plesk update and Web Application Firewall rule set update tasks are sequentially run...
Hello,
The fix was done to make actual DNS zone correspond DNS zone in Plesk. Most probably you don't have the NS DNS record pointed to your hostname (which is proper full DNS name) in you Plesk DNS zone. Just add the record in your zones in Plesk using Plesk interface or command line "dns.exe"...
Plesk installer adds the Plesk PHP repositories only for period when it is installing packages. If you want to install plesk-php*-devel packages you need to install them manually as described above. Once installed plesk-php*-devel packages will be updated by plesk-installer automatically on...
Hello,
Check if there are wheezy sources in /etc/apt/sources.list:
# cat /etc/apt/sources.list
deb http://http.debian.net/debian wheezy main contrib non-free
deb http://http.debian.net/debian wheezy-updates main contrib non-free
deb http://security.debian.org/ wheezy/updates main contrib...
Hello,
Looks like xinetd restart work very unstable, we will try to fix it in one of nearest update.
As workaround you can try to:
1. Update xinetd with fix of https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=129086
or
2. Enable watchdog for xinetd service:
- Install Watchdog extension via...
Turn on debug in panel.ini
# plesk conf panel.ini
[debug]
enabled = on
[log]
filter.priority = 7
show.util_exec = on
show.util_exec_io = on
and check output of panel.log
# plesk log panel.log
Hi, check if xinetd is in the processes table:
# ps afxww | grep xinetd | grep -v grep
30939 ? Ss 0:00 /usr/sbin/xinetd -pidfile /var/run/xinetd.pid -stayalive
and how do you usually workaround this issue ?