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

Recent content by dengolius

  1. dengolius

    Resolved Firewall settings disappeared from Tools & Settings

    But why it's turned off? I don't touch it :D
  2. dengolius

    Resolved Firewall settings disappeared from Tools & Settings

    Hi there! I can't find Firewall configuration menu in Plesk. How to resolve this issue or maybe I have turned off it somewhere ?
  3. dengolius

    Issue ERROR: Unable to set php_value 'request_slowlog_timeout

    I set these directives in the web form that add configs from web plesk into domains.conf files
  4. dengolius

    Issue ERROR: Unable to set php_value 'request_slowlog_timeout

    There were enable some directives in php configuration for debugging: error_log /var/www/vhosts/mypool/logs/error_debug_php.log debug; slowlog = /var/log/php/slow.log; request_slowlog_timeout = 10s; access.format = "%R - %u %t \"%m %r%Q%q\" %s %f %{mili}d %{kilo}M %C%%"; [23-Feb-2018...
  5. dengolius

    Resolved How to monitor NGINX stats with Zabbix on Plesk?

    How to monitor NGINX stats with Zabbix on Plesk? Monitor Nginx with Zabbix | badllama.com https://goo.gl/icsv8Q All this things are nor work, because I cant't understand how to create localhost domain with Plesk admin panel... It there any help page with information how I can monitor nginx...
  6. dengolius

    Resolved custom error page don't work

    There is resolving Resolved - Custom 500 error page
  7. dengolius

    Resolved custom error page don't work

    I am using apache+nginx on Server. I added this config into Additional directives for HTTP: ErrorDocument 500 /var/www/vhosts/site.com/error_docs/error503.html And this into Additional nginx directives error_page 500 /error503.html; error_page 501 /error503.html; error_page 502...
  8. dengolius

    Resolved How to modify "scheduled maintenance" template on Plesk

    I am using apache+nginx on Server. I added this config into Additional directives for HTTP: ErrorDocument 500 /var/www/vhosts/site.com/error_docs/error503.html And this into Additional nginx directives error_page 500 /error503.html; error_page 501 /error503.html; error_page 502...
  9. dengolius

    Resolved Failed to resolve the challenge for www.domain.com

    Thanks, there was another ip addresss in A record into for www subdomain :rolleyes:.
  10. dengolius

    Resolved Failed to resolve the challenge for www.domain.com

    Failed to resolve the challenge for www.domain.com Works Nginx + apache2 - nginx as reverse proxy - so I can't get certs for domain . What I'm doing wrong? Also I have a problem to get image in link https://example.com/A/images/233/image.png and if I create .htaccess with "Allow from all" file...
Back
Top