Я настраиваю apache для обратного прокси-сервера и при его выполнении не могу достичь IP-адреса назначения
<VirtualHost *:80>
ProxyPreserveHost On
#ProxyPass "/guirao/api/" "http://IP/guirao/"
<Location /acerbis/api>
ProxyPass http://IP/acerbis/
ProxyPassReverse http://IP/acerbis/
</Location>
#ProxyPass "/skumanic/api/" "http://IP/skumanic/"
#ProxyPass "/ocana/api/" "http://IP/ocana/"
#ProxyPass "/impress/api/" "http://IP/impress/"
#ProxyPass "/maxibici/api/" "http://IP/maxibici/"
#ProxyPass "/faz/api/" "http://IP/faz/"
#ProxyPass "/kevin/api/" "http://IP/kevin/"
#ProxyPassReverse / http://127.0.0.1:8080/
</VirtualHost>