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.
Hi,
I need to upgrade plesk from version 12.5.30 to Onyx.
It's better upgrade to 17.0.17 first and than upgrade to 17.5.3 or can I upgrade directly to 17.5.3 version?
Thanks in advance
Hi UFHH01,
sorry but your answer does not answer my question. The second problem is clearly related to the first and is simply a consequence.
The main problem is that when I try to add a domain, plesk does not create the web space (in "/var/www/vhosts"), the configuration (in...
Hi,
I try to add a domain but when save the configuration appears some errors:
Attached I have included the images that best explain the procedure. I tried to follow the instructions provided in error but I have not solved.
Thanks for help
ok thanks, but the cURL is only an example...my question is this: there is some setting in plesk or centOS 7 that allows me to set output IP for any kind of request?
Hi,
I have 2 IP for my server (IP-001, IP-002): I moved some domains to IP-002 and all work fine in the browser but if I send requests cURL/sockets the request appears to come from the IP-001. Anyone have any idea on how to change this setting?
Thanks in advance
Hi,
I added a second IP for my server in Tools & Settings -> IP Addresses and when I moved a site with SSL to new IP, the certificate is no longer valid in some browser (Edge/Explorer/Firefox). When I moved the site on the old IP everything is back to work fine.
Does anyone know what could be...
Hi,
I have a function in php that import a dump sql in a database: I'm using this command
shell_exec ( "mysqldump -h localhost -u $username -p$password $databaseName | mysql -h localhost -u $username -p$password $databaseName &> /dev/null &" )
If the command run for more then 30 seconds, apache...
Hi,
I'm using php 7 and I get that error: "Warning: stream_socket_enable_crypto(): Peer certificate CN=`*.aruba.it' did not match expected CN=`pop3.sogisnc.it' "
I read that the error from php >= 5.6 occurs, does anyone know how to fix it?
Thanks
Hello Ivalics,
if this is a security reaseon, why the old file not has problem? I'll explain: on the old server everything worked fine...when I migrated the data on the new server, the files already present are downloaded without problems (with file_get_contents()) instead the anomaly occurs...
Hi,
I have a php script, placed in virtual host 1, that has to download files placed in another virtualhost.
I try to download this file via http ("http://www.site1.com/file.pdf") or directly on the server ("/var/www/...") but I can not access to this file: the function used is...
ok, with the same password of plesk?
I need to prepare a command that optimize all database (mysqlcheck -u admin -pxxxxx --optimize --all-databases) but I get this error "mysqlcheck: Got error: 1045: Access denied for user 'admin'@'localhost' (using password: YES) when trying to connect"