httpdmodmanger

Apache HTTPD Module Manager

This tool can be used to manage modules on the Apache httpd server.  

Improper usage of the modules may break your web server. You can use this only if you are an expert in HTTPD server.

Command:

/usr/local/eenos/scripts/httpdmodmanger

Command Options:

Usage: /usr/local/eenos/scripts/httpdmodmanger  <options>=[values]

Command Groups:
Options:
    -l , --list                  -   List all httpd modules 
    -e, --enable [module name]   -   To Enable a module
    -d, --disable [module name ] -   To disable a module 

List all HTTPD Modules

To see all available HTTPD modules, use the following command.

/usr/local/eenos/scripts/httpdmodmanger -l

Enable  a Module

To enable a module on Apache httpd, use the following command.

/usr/local/eenos/scripts/httpdmodmanger -e [module name]

Disable a Module

To disable a module from the httpd server, use the following command

/usr/local/eenos/scripts/httpdmodmanger -d [module name ]

It is recommended to manage the MPM modules ( prefork, Worker, and Event ) from the WAP control panel.


Revision #3
Created 9 December 2022 11:59:13 by Eenos Official Editor
Updated 9 January 2024 05:14:05 by Jessi