httpdmodmanger
Apache HTTPD Module Manager
This tool can be used to manage modulemodules on apachethe 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 apacheApache 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 recommendrecommended to manage the MPM modules ( preforkprefork, , WorkerWorker, and Event ) from the WAP control panel.