• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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