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

Enabling PHP options needed;

elcopdoo

Basic Pleskian
Enabling apache modules needed;

I need to enable following options :

mod_deflate
mod_env
mod_expires
mod_headers
mod_mime
mod_rewrite
mod_setenvif

Is this possible within Plesk 12?

I tried to enable mod_deflate and mod expires from Centos terminal without success...
I need this options enabled for Opencart store.
 
Last edited:
These are not PHP options, but rather Apache modules. You may enable and disable Apache modules from the Panel settings. You may install additional modules using your OS package manager (yum).
 
Yes, apache, sorry , my mistake...

I installed mod_deflate with yum, but my application says its not activated...
Screenshot is here...
 

Attachments

  • PHP_info.jpg
    PHP_info.jpg
    62.7 KB · Views: 22
Last edited:
Back
Top