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

  1. F

    rebuild_awstats.sh will fail on IP v6 Clients

    The script to rebuild AWstats will fail if the first client to hit the server is from an IP v6 address. This change will fix the problem: log_first_rec_dtime=`head -n 1 $http_log | awk -F'[[/:]' '{print $3,$2,$4}'` log_first_rec_dtime=`head -n 1 $http_log | awk '{print $4}' | awk -F'[[/:]'...
Back
Top