httpdmodmanger
Apache HTTPD Module Manager
This tool can be used to manage module on apache httpd server.
Improper usage of modulethe managementmodules may break your web server. You can use itthis only if you are an expert onin HTTPD serverserver.
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 modulesmodules, use the following command.
/usr/local/eenos/scripts/httpdmodmanger -l
Enable a Module
To enable a module on apache httpdhttpd, use the following command.
/usr/local/eenos/scripts/httpdmodmanger -e [module name]
Disable a Module
To disable a module from httpd serverserver, use the following command
/usr/local/eenos/scripts/httpdmodmanger -d [module name ]
It is recommend to manage the MPM modules ( prefork , Worker and Event ) from WAP control panelpanel.