• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Recent content by Marcseeber

  1. Marcseeber

    Issue Browser Caching dont working

    http://www.metasearch.eu/?q=reisen css and Picture don't working http://www.metasearch.eu/php.PNG error http://www.seebi.net/php.PNG remove this form .htaccess all working gzip on; gzip_disable "msie6"; gzip_vary on; gzip_proxied any; gzip_comp_level 6; gzip_buffers 16 8k...
  2. Marcseeber

    Issue Browser Caching dont working

    gzip on; gzip_disable "MSIE [1-6]\.(?!.*SV1)"; remove form the nginx.conf and testet nginx: [emerg] "worker_processes" directive is not allowed here in /etc/nginx/conf.d/gzip.conf:1 nginx: configuration file /etc/nginx/nginx.conf test failed
  3. Marcseeber

    Issue Browser Caching dont working

    nginx: [emerg] "gzip" directive is duplicate in /etc/nginx/conf.d/gzip.conf:1 nginx: configuration file /etc/nginx/nginx.conf test failed ________________________________________________________ #user nginx; worker_processes 1; #error_log /var/log/nginx/error.log; #error_log...
  4. Marcseeber

    Issue Browser Caching dont working

    i use this gzip on; gzip_disable "msie6"; gzip_vary on; gzip_proxied any; gzip_comp_level 6; gzip_buffers 16 8k; gzip_http_version 1.1; gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript application/javascript...
Back
Top