Enable Webp for PHP7.1 using EasyApache 4

robhparker

Registered
Jan 28, 2015
1
0
0
cPanel Access Level
Root Administrator
I am trying to get this to work on php7.1

I have GD installed and lilwebp and have added
Code:
--with-vpx-dir=/usr
--with-webp-dir=/usr
to the php.ini on multiphp editor
I have reprovisioned w EasyApache4.

Still no joy. I don't even see those entries showing up in "command" info...
Can anyone tell me what am I missing?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,267
463
Hello @robhparker,

Can you verify which operating system is installed on this server? You can check with the following command:

Code:
cat /etc/redhat-release
Thank you.