• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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