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 have spent a lot of time trying to solve errors in handling the wrong url requests with Plesk.
If the Wong url is typed in the address space the following error appears:
Not Found
The requested URL /psicologo/index.html(888 was not found on this server.
Additionally, a 404 Not Found error...
In the last few days I have noticed that if a wrong url is written in my domain , a redirection to the custom error pages does not follow. Perhaps something happened in the last update. So I have rewritten the custom error page directives in my apache as follow:
Alias /custom_error_pages...
I HAVE SOLVED!
By setting on
nginx settings
(Proxy mode Nginx proxies requests to Apache. Turn off to stop using Apache.)
I do not know what happend , but only after obsidian update!
whit this checker Redirection Checker | Website Redirection Checker: Site24x7 Tools
i discovered that the loop redirection is from
https://www.studiopsicologiaabruzzo.it/psicologo/index.html to
https://www.studiopsicologiaabruzzo.it/psicologo/index.html
But i do not understand where this can...
I have modified the nginx.conf in this way:
server {
listen 95.110.224.131:80;
listen 95.110.224.131:443 http2;
server_name 95.110.224.131;
return 301 https://www.studiopsicologiaabruzzo.it;
}
Now when i give the url on safari the answer is :
error: load cannot follow more than 20...
I think the problem is that no certificate ssl is defined. This is happened only after having installed obsidian version 18.0.3
see the message error:
New configuration files for the Apache web server were not created due to the errors in configuration templates: nginx: [emerg] no...
LLine 41 is
server {
i should cancel all the following lines till } or only some line inside the parenthesis ?
I have deleted all the lines inside but the site is down (the error seem to be disapperared)
After the repair all -v the result is:
[root@www studiopsicologiaabruzzo.it]# plesk repair all -v
Reconfiguring the Plesk installation
Checking the structure of the Plesk database ........................ [OK]
Checking the consistency of the Plesk database ...................... [OK]...
I have some custom directives in Nginx.
I have tried with the trobleshouter and also with rebuild configuration files . But did not work.
Now i am trying with this command from the shh:
plesk repair all -v
THE SERVER IS DOWN
and I receive this error
New configuration files for the Apache web server were not created due to the errors in configuration templates: nginx: [emerg] no "ssl_certificate" is defined for the "listen ... ssl" directive in /etc/nginx/nginx.conf:41 nginx: configuration file...
I am still having some troubles with certificates on the domains I have on my dedicated server.
I have read that SNI must be enabled on the server for assigning an SSL certificate to a website hosted on a shared IP address, otherwise the server will associate that certificate with all other...
Analyzing my site with the SEO analyzer (Semalt) tells me a problem of Canonicalization of the IP address. That is, this address does not redirect to the URL of the website. Therefore I should insert a redirect 301 somewhere. from 95.110.224.131 to www.studiopsicologiaabruzzo.it. But where to...