• 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

webp

  1. P

    Issue WP-Optimize WebP Shell Functions

    I have installed the WordPress WP-Optimize plugin but when I check the option "Create WebP version of image" I get the following error: Required WebP shell functions are not available on server Can anyone tell me what this error message means and how I can resolve it?
  2. Azurel

    Question Why did the security update for webp come so late from plesk?

    There was a lot in the media that the image format Webp has a security vulnerability that affects virtually everyone (browser, apps, servers) who uses Webp. Since mid-September there are also various bug fixes for this, also for libwebp. Maybe I missed something, but why is this important update...
  3. T

    Issue Host settings and htaccess behavior in nginx proxy mode

    Hi Everyone, I'm facing a problem since few days, that i don't understand why. Thys case is on one dedicated server with ubuntu 20.04 LTS with Obsidian 18.0.52 128G of RAM and Intel(R) Xeon(R) CPU E5-1660 v4 @ 3.20GHz (16 core(s)) The first point is I'm working on my TTFB which have an average...
  4. O

    Resolved Apache & nginx Settings

    Hello guys. I am trying to improve overall performance of my site which is: a 1-pager music site with few pop-ups and a very little text that changes very rarely. streams .mp3 audio files serves webp images (in "Additional nginx directives" we have placed a directives that convert any other...
  5. D

    Resolved ImageMagick WEBP supported formats Ubuntu

    Hello Pleskians, can somone help me to recompile php extension imagick with webp support on Plesk Obsidian on Ubuntu Ubuntu 18.04.6 ? Need WEBP in ImageMagick supported formats Thank you in advance
  6. L

    Issue WebP and nginx in reverse proxy

    Hello, PHP run FPM by Apache, Nginx in Proxy mode I tried to configure it like this, in etc/nginx/ nginx.conf i added in http: In Additional nginx directives But PNG and JPG images with URL not rewritten by Apache, are not served as webp Original image...
  7. Carbonzxc

    Resolved Support for WebP images in Imagick missing

    Hello, How can i install/compile php7.4 or 8.0 with webp support for imagick? I already using php8 with imagick support like here https://talk.plesk.com/threads/php-8-imagick.359891/#post-893569 but i cant make .webp support for imagick. Centos 7 + Litespeed used on EC2 Machine. Trying to...
  8. L

    Question NGINX webp fallback

    I have used the following in the past to serve fall back webp images, <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_ACCEPT} image/webp RewriteCond %{REQUEST_URI} (?i)(.*)(\.jpe?g|\.png)$ RewriteCond %{DOCUMENT_ROOT}%1.webp -f RewriteRule...
  9. K

    Issue NGINX webp images with Optimus and Cache Enabler

    Hello, I have a wordpress website running on nginx and I want to serve .webp images. For the images I use Optimus and Cache Enabler. I have this in my /etc/nginx/nginx.config: map $http_accept $webp_ext { default ""; "~*webp" ".webp"; } And I have this in my nginx directive in Plesk...
  10. Jaco

    Question ImageMagick 6.7.8 with WebP (libwebp) support on CentOS 7.7.1908

    Hello, I found this on github. I edited it to my centos version and a few more things and installed a total of 15 minutes on the server. Its working Perfect!! Have a nice day everyone. Greetings Jaco yum -y install bzip2-devel libtiff-devel giflib-devel ghostscript-devel libwmf-devel...
  11. J

    Question Webp Support

    Hi guys, when is webp support coming in the releases? I do not have full root access to my servers, so it would be nice if you guys could add a component so we can add webp support to our plesk server.
  12. futureweb

    Issue PHP - WebP Support (compile PHP with "--with-webp-dir=libwebp Directory")

    Currently PHP Binaries are compiled without WebP Support. Please compile it with "--with-webp-dir=libwebp Directory" Option. Should be no problem. thx, bye from Austria Andreas Schnederle-Wagner
  13. T

    Resolved EWWW Image Optimizer, WebP format, nginx and Plesk

    I want to use EWWW Image Optimizer to convert all graphics to WebP format on my wordpress websites. Refer to the EWWW documentation (EWWW IO and WebP Images - EWWW I.O. Documentation), I have to do these things: next and then Is it safe? Do automatic updates from Plesk do not overwrite...
  14. S

    PHP 7.x: webp support in GD

    Hi, I need webp support in gd, but it seems that php 7.1 (and 7.0) is compiled without it. This is the output of gd_info(): Array ( [GD Version] => bundled (2.1.0 compatible) [FreeType Support] => 1 [FreeType Linkage] => with freetype [GIF Read Support] => 1 [GIF Create...
Back
Top