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.
No solution ??
Is there a way to override Plesk blocking?
In summary, I want to delete an IP with the manager. Plesk refuses with the message:
Unable to remove the IP address x.x.x.x because it is used by the DNS zone of one or more domains
Ip is not used with a domain.
Ip is not used in DNS...
Hi Peter,
#grep -R <ip address> /etc/nginx/*/*/*.conf
=> nothing
The problem is not with the domain ips. IP i want to delete is not used.
But Plesk doesn't want to delete it because it says the ip is apparently used in a DNS zone on the server.
If I search in the DNS zones (see previous...
# for domain in $(plesk db -Ne 'SELECT name FROM domains WHERE parentDomainId=0 ORDER BY name;'); do plesk bin dns --info $domain | grep <myip>; done
The DNS zone for this domain is switched off.
exit status 1
The DNS zone for this domain is switched off.
exit status 1
The DNS zone for this...
So i try:
# DNSLIST='alldnszones.txt'; plesk bin domain --list | while read i; do echo -e “n—– DOMAIN: $i —–n” >> $DNSLIST; plesk bin dns --info $i >> $DNSLIST; done
But the Ip is not in the list.
The is error message with the command:
exit status 1
The DNS zone for this domain is switched off...
Hi all,
We want to remove IP addresses that we no longer use (15 ip).
No domain affected.
It's ok with 14 but not for 1, we have a message:
Unable to remove the IP address x.x.x.x because it is used by the DNS zone of one or more domains
There is no domain that use this IP:
plesk db "SELECT...
Hi all,
When setting up a new instance, everything works fine... except Bind which fails.
In the /var/log/syslog file, i've this:
open: /etc/named.conf: permission denied
named[33696]: loading configuration: permission denied
named[33696]: exiting (due to fatal error)
systemd[1]...
#plesk repair db -y
Checking the Plesk database using the native database server tools
DB query failed: SQLSTATE[HY000] [2002] Connection refused
The database structure is corrupted. You can try to repair it with "plesk repair installation" and "plesk repair db".
exit status 1
# plesk repair...
Hi all,
After installing Plesk on a new instance, everything works fine.
I perform a reboot and i've thsi result after identification:
DB query failed: SQLSTATE[42S02]: Base table or view not found: 1932 Table 'psa.smb_users' doesn't exist in engine, query was: DESCRIBE `smb_users`
Why this...
Grrrr.. yes it change...
It was on. When i turn off, email is correct.
It is possible to turn on (this is a server with multiple clients) and to desactivate this option for one domain only?
Peter,
Because i've found example on the php documentation without whitespace: PHP: mail - Manual
But i've also tested with a whitespace:
$to = '[email protected]';
$subject = 'Test';
$message = 'Hello !';
$headers = 'From: [email protected]' . "\r\n" .
'Reply-To: [email protected]' ...
Obsedian 18.0.34 / Centos 7.9 / FPM by Apache
If i put command in "Additional Apache directives", error:
Configuration Apache invalide : AH00526: Syntax error on line 1 of /var/www/vhosts/system/mydomainA.com/conf/vhost_ssl.conf: Invalid command 'sendmail_path="/usr/sbin/sendmail', perhaps...
Hi Peter,
No, this is not the header that i want.
I want "From": [email protected]
But Plesk change it to: [email protected] (default domain).
PHP
$to = '[email protected]';
$subject = 'Test';
$message = 'Hello !';
$headers = 'From: [email protected]' . "\r\n" .
'Reply-To...