Recent content by roberto bruzzese

  1. R

    Issue Wrong Url cannot be handled

    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...
  2. R

    Issue (custom) Error pages not Working

    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...
  3. R

    Resolved THE SITE IS DOWN AFTER HAVING INSTALLED OBSIDIAN 18.0.23

    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!
  4. R

    Resolved THE SITE IS DOWN AFTER HAVING INSTALLED OBSIDIAN 18.0.23

    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...
  5. R

    Resolved THE SITE IS DOWN AFTER HAVING INSTALLED OBSIDIAN 18.0.23

    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...
  6. R

    Resolved THE SITE IS DOWN AFTER HAVING INSTALLED OBSIDIAN 18.0.23

    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...
  7. R

    Resolved THE SITE IS DOWN AFTER HAVING INSTALLED OBSIDIAN 18.0.23

    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)
  8. R

    Resolved THE SITE IS DOWN AFTER HAVING INSTALLED OBSIDIAN 18.0.23

    server { listen 95.110.224.131:80; listen 95.110.224.131:443 ssl http2; ssl_protocols TLSv1 TLSv1.1 TLSv1.2; server_name 95.110.224.131; return 301 https://www.studiopsicologiaabruzzo.it; }
  9. R

    Resolved THE SITE IS DOWN AFTER HAVING INSTALLED OBSIDIAN 18.0.23

    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]...
  10. R

    Resolved THE SITE IS DOWN AFTER HAVING INSTALLED OBSIDIAN 18.0.23

    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
  11. R

    Resolved THE SITE IS DOWN AFTER HAVING INSTALLED OBSIDIAN 18.0.23

    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...
  12. R

    Resolved How to check or to enable SNI as active

    Thank you very much. This was already set in my configuration. Therefore it should be enabled. But I still have problems with my certificate. Bye
  13. R

    Resolved How to check or to enable SNI as active

    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...
  14. R

    Issue Canonicalization of IP address with NGIX

    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...
Back
Top