apache2 mod_proxy without 301 moved permanently?
- by Guy Sensei
Is it possible to not send a 301 moved permanently response to the client when using mod_proxy? I would like the client to deal with the reverse proxy as opaquely as possible.
My Virtual Host Settings- relevant snippet
ProxyPreserveHost On
ProxyPass /GTM http://192.168.1.27/GTM
ProxyPassReverse /GTM http://192.168.1.27/GTM
wget localhost/GTM…