• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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