lincoln
asked May 13 2017
Answer
Some of the modules for apache will be installed as default. To check for the available modules, Go to /etc/httpd/modules or /etc/apache2/modules and list there. The modules which is shown here is installed in your server. To enable just go to your php.ini file and Add the below line, if its not there.
LoadModule rewrite_module modules/mod_status.so
Once its done, restart the web server.
jagannatharumugam
asked May 14 2017
edited Oct 05 2018
how to enable module in apache
I have installed httpd package in my system. But when i open the httpd.conf file, cant able to view the mod_status.so module to enable. I dont know whether its installed or not???