0

How to disable apache modules in redhat

Hello, many modules have been installed in my web server, how to disable those unwanted modules. To delete also will be fine.

Apache Web Server Mod_filter Add a comment
john
asked May 10 2017

Answer

0

Go to php.ini file and search for the respective Modules's .so file and hash that line.

Example:

If you need to disable the php_fileinfo module, open the php.ini file and hash that particular line. Once its done restart Web server.

Add a comment
jagannatharumugam
asked May 10 2017
edited Oct 05 2018
Post your Answer