Hi, working on Apache 2.4 on Debian 10. I need to achieve this
/path/to/uri ->> http://localhost:333/path/to/another/uri Why is it <Location /path/to/uri> ProxyPass http://localhost:333/path/to/another/uri ProxyPassReverse http://localhost:333/path/to/another/uri </Location> not working? What am I missing? I have another similar statement that works flawlessly! I tried to log activities (LogLevel error proxy:trace5), but nothing. I see the request on access log but the response is simply 404. Thanks in advance Moreno.- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org