• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Recent content by SlimDeluxe

  1. SlimDeluxe

    Resolved Not seeing X-Robots-Tag from .htaccess

    Ah, sorry, I forgot that this is served by nginx. The solution is to set this custom nginx directive in "Additional nginx directives" under Hosting settings for the domain. location ~* \.pdf$ { add_header X-Robots-Tag "noindex, nofollow"; }
  2. SlimDeluxe

    Resolved Not seeing X-Robots-Tag from .htaccess

    Hi, I have the following in .htaccess: <Files ~ "\.pdf$"> Header set X-Robots-Tag "noindex, nofollow" </Files> This works fine in local development. I can see the header. However, when in production, the header is not there. Please see attached image. What is the reason behind this and how...
  3. SlimDeluxe

    Resolved Plesk + Cloudflare - Get visitors real IP without extension

    @john0001 great, thanks, I've now set it to execute on Monday @ 8:00 :) Btw. sorry that it took me so long to respond. I did not receive any email notification regarding this.
  4. SlimDeluxe

    Resolved Plesk + Cloudflare - Get visitors real IP without extension

    I found that this works except you are missing a newline character between both files. root@tiger:~# ./scripts/nginx_cloudflare_ips.sh nginx: [emerg] host not found in set_real_ip_from "131.0.72.0/222400:cb00::/32" in /etc/nginx/conf.d/cloudflare.conf:16 nginx: configuration file...
  5. SlimDeluxe

    PHP 7.x: webp support in GD

    Please vote for the feature here PHP GD webp support
  6. SlimDeluxe

    Question Change the default account email from [email protected] or update msmtprc permanently

    Related thread Issue - It's not possible to send notification emails from Plesk using and External SMTP (MSMTP)
  7. SlimDeluxe

    Issue It's not possible to send notification emails from Plesk using and External SMTP (MSMTP)

    Hi, I opened a feature suggestion here, please upvote Allow configuration of MSMTP (SMTP relay)
  8. SlimDeluxe

    Resolved Problem installing pear extensions with two php version installed

    On ubuntu 16.04 the required package is named: plesk-php71-dev This will also fix the problem when running /opt/plesk/php/7.1/bin/pecl install sqlsrv uses the OS vendor provided PHP and puts the generated module (.so file) in e.g. /usr/lib/php/20151012/ , even though both PECL and PEAR have all...
  9. SlimDeluxe

    Firewall problem with ProFTPd

    Cool, this worked like a charm, thank you!
  10. SlimDeluxe

    Firewall problem with ProFTPd

    Hi, following that article I added a rule with following: Allow incoming from all on ports 20/tcp, 990/tcp Nothing changed, still times out
  11. SlimDeluxe

    Firewall problem with ProFTPd

    Hi everyone. I have enabled the plesk firewall component on my Plesk 12 / Ubuntu 14.04 machine. Everything works except FTP. Upon connecting, it fails on the MLSD command. Response: 200 Type set to I Command: PASV Response: 227 Entering Passive Mode (x,x,x,x,174,229). Command...
Back
Top