Team,
I have LoadModules configured under the default RedHat httpd directory.
Example:
LoadModule proxy_module /usr/lib64/httpd/modules/mod_proxy.
I would like the modules to be changed to another directory(/usr/local/apache2/modules).
Should I just update the new modules path in the httpd.conf file and restart httpd?
Please let me know if it is correct. Are there any additional steps required?