Apache reverse proxy problem

I want to use apache as a reverse proxy, for example: ProxyPass / ali/app/ http://10.10.10.1:80/ is the gateway. All the APIs related to / ali/app/ are forwarded to http://10.10.10.1:80/, but if you just need to access the xxxx/ali/app/, it is equivalent to directly accessing the ip:port of the gateway. Nothing is returned. Can Filter disable this API in the apache configuration?

Dec.27,2021
Menu