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

Install a module for apache (mod_info)

F

franc

Guest
Hello,
please, how can i involve the module mod_info to apache2 under plesk 8?
I know that there is a file
/etc/apache2/sysconfig.d/loadmodule.conf
where all the modules are listed. and there is
/etc/sysconfig/apache2
where there is a line with the loaded modules:
APACHE_MODULES="...

but i doubt that Plesk would let me edit those...

Can you tell me?

Thank you,
franc
 
Franc,
read the intro of the loadmodule.conf,
it is written there.
Just put your module to the end of the
APACHE_MODULES=
section, in /etc/sysconfig/apache2
like you guessed.
Plesk will load it to loadmodule.conf on next apache start.

likely, Klara
 
Back
Top