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.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
I succeeded in setting up a slave DNS (IP 213.251.188.141) at OVH. I suppose their conf files such as /etc/named.conf is automatically modified, since I have no access. As a matter of fact, no "rndc-key" is needed. I just added in /etc/bind/named.conf.local on the master side :
zone "mysite.com"...
Your are absolutely right, and I don't understand either : OVH give the possibility to configure sdns2.ovh.net (213.251.188.141) as slave DNS, but without access to the named.conf file or at least to the MD5 key to be share with the master DNS.
I think the right place to raise this issue is with...
Hello,
I have spent two full days trying to get OVH sdns2.ovh.net (213.251.188.141) as slave DNS, the master DNS being on my OVH VPS (51.178.49.88).
I followed strictly the instructions given in Plesk's "Slave SNS Server" page. In Plesk's Slave DNS manager I keep getting the error (behind the...
Thank you for efficient your help. It worked perfectly.
I guess I can get rid of the php-7.4.4 source after the compilation (in order to save 100MB of memory) ?
Hello !
I need the "shmop" php module for one of my sites. Why is this module not available in the php7.4 automatically installed by Plesk ? Is there a simple way to add it ?
I am on on Debian/Stretch.
Thank you.
Hello,
Whatever I do on my Plesk admin, I almost systematically get that error 502 first. I have to refresh the screen (sometimes several times) in order to get the right page. This is not a fatal issue, just irritating after a while. Anybody experiencing the same thing ?
Thank you.
But there is no domain, that's where the problem lies.
Behind my IP, I have 3 domains where http://my_domain/script.php works perfectly.
My problem is to execute script.php by default, at http://my_ip/script.php
The request : http://my_ip/script.php opens/downloads the php file /vhosts/default/htdocs/script.php instead of executing it ! Obviously /vhosts/default is not considered as a virtual host. It seems I need to modify the configuration somewhere, but I don't known where : Plesk, Apache, nginx ?
VPS / Plesk Obsidian / Debian 9
Hello everybody,
On top of the three sites (located in /var/www/vhosts/) that I run under a single IP, I would like to access and execute from the web (via http) a php script. I thought that if I placed this script in the Apache DocumentRoot...