How can enable and load mod_proxy_http?
I have XAMPP, and I want to enable mod_proxy_http
I can see the module XAMPP/apache/modules/mod_proxy_http.so but I don't see any commanted module directives to uncomment in file XAMPP/apahce/conf/httpd.comf
I have restarted the server and I see the module has not loaded through phpinfo()
How can enable and load mod_proxy_http?
You should have lines similar to this in your httpd.conf:
Which enable the modules in question. With the module enabled, you'll want to add configuration on how you're wanting to use mod_proxy. There's example configurations located here. Be sure to also follow the recommendations in the security area.
If you're configuring a reverse proxy, it's recommended to implement the paths in the relevant virtual host code blocK.